body{
	text-align:center;
	padding-top:10px;
}

div#container{
	text-align:left;
	margin:0 auto 0 auto;
	width:964px;
}

/** KOPFBEREICH **/
	div#header, div#print_header{
		width:100%;
		height:131px;
		background:url(../img/leki_header.png) top left no-repeat;
		margin-bottom:4px;
		z-index:5;
		position:relative;
	}
	#print_header{
		display:none;
	}
		/** NAVIGATION  (sitzt in #header) für Styles siehe flyoutmenu.css **/ 
		div#navigation{

		}
		
		div#suchfeld{
			position:absolute;
			width:130px;
			height:16px;
			background:url(../img/searchfield.gif) top left no-repeat;
			margin:30px 0 0 814px;
			z-index:10;
		}
			#suchfeld input{
				position:absolute;
				width:100px;
				height:11px;
				border:0;
				margin:2px 0 0 5px;
				background-color:transparent;
				font-size:11px;
				color:#999;
				overflow:hidden;
			}
			#suchfeld img{
				margin:1px 0 0 110px;
			}
			
.layer{
	position:absolute;
	top:30px;
	left:50%;
	z-index:0;
}			
			
/** CONTENT **/
	div#inhalt{}

/** Footer **/	
	div#footer{
		width:100%;
		height:133px;
		background:url(../img/leki_footer.png) top left no-repeat;
	}	
	
	div#footer img{
		margin-left:1px;
		border:0;
	}

/** SONSTIGE **/
	div.clear{
		height:1px;
		width:1px;
		clear:both;
		overflow:hidden;
	}

/** FLYOUT NAVIGATION **/
/** Phil Foreman XNX GmbH 2008  für LEKI**/

div#navigation {
	width:80%;
	float:left;
	display:inline; /** doubled margin bug fix für IE **/
	margin:100px 15px 0px 15px;
}

#navigation ul {
  	width:100%;
	border:1px solid #9C0707;
	border-top:1px solid #A20000;
	/*background-color: transparent;*/
}

#navigation ul ul li {
	list-style:none;
	position:relative;
	font-family:arial, sans-serif;
	vertical-align:bottom; /* für IE5/win */
	margin:0 13px;
	background:url(../img/leki_subnavi_spacer.png) bottom left no-repeat;
	padding:1px 0 3px 0;

}
#navigation li.firstNaviLayer{
	float:left;
	display:block;
	list-style:none;
	font-weight: bold;
	font-family: arial, sans-serif;
	vertical-align: bottom; /* für IE5/win */
	background:url(../img/leki_navi_trenner.png) top right no-repeat;
	padding-right:3px;
}

#navigation ul a {
	display: block;
	padding: 3px 2px;
	vertical-align: bottom; /* für IE5 */
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	font-weight:normal;
	}

#navigation ul ul { 
	position: absolute;
	margin-left:-5000px;
	background-color:#900;
	
	}	/** flyout elemente brauchen ein  background image oder background color um bugs im  IE zu vermeiden **/
		
#navigation ul li:hover ul, ul ul:hover {
	width: 132px;
	margin-left: 0;
	margin-top: 10px;
	background:url(../img/leki_subnavi_bg.png) top left repeat-x #900;
}
#navigation ul ul li.subnavtop{
	width:134px;
	height:14px;
	padding:0;
	margin:-14px 0 0 0;
	background:url(../img/leki_subnavi_top.png) -1px 0 no-repeat !important;
}
#navigation div.subnavbottom{
	background:url(../img/leki_subnavi_bottom.png) top left no-repeat transparent;
	height:11px;
	width:134px;
	position:absolute;
	margin-top:3px;
	margin-left:-14px;
 }
#navigation ul a:hover {text-decoration: underline;}

/** IE 5.5 **/
/* \*/ /*/ 
#navigation ul li ul {position: static;}
/* */

/** Phil Foreman XNX GmbH 2008  für LEKI**/

/* THICKBOX */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid white;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:55px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/** INHALT **/
#inhalt {
	font-size:11px;
	font-family:arial;
	color:#666668;
}

#inhalt a{color:#717173;text-decoration:none;font-size:11px;font-weight:bold;}
#inhalt a:link{color:#717173;}
#inhalt a:visited{color:#717173;}
#inhalt a:hover{color:#717173;}
#inhalt a:active{color:#717173;}

#inhalt li{
	margin-left:14px;
}

#inhalt ul{
	border:none;
}



#inhalt h1{
	font-size:15px;
	font-weight:bold;
	color:#9B9C9E;
	line-height:17px;
}

#inhalt h1 a{
	color:#717274;
	font-size:15px;
}

.xnxite #inhalt input{
	background:url('../img/inputBg.jpg') top left no-repeat;
	border:0;
	font-size:11px;
	padding:3px 6px 3px 6px;
	width:127px;
	margin:2px 0 2px 0;
}


	/* BOX */
		#inhalt .box {
			margin:4px 0 4px 0;
		}

		#inhalt .full {
			background:url('../img/box_full_repeat.jpg') top left repeat-y;
		}
		
		#inhalt .full  .c{
			background:url('../img/box_full_top.jpg') top left no-repeat;
			padding:15px 15px 0px 15px;
		}
		
		#inhalt .full .c ol{
			padding:5px 0px 0px 15px;
		}
		#inhalt .full .c li{
			padding:5px 0 0 0;
		}

		#inhalt .full  .footer{
			background:url('../img/box_full_bottom.jpg') top left no-repeat;
			height:11px;
			overflow:hidden;
		}	
		
		#inhalt .half {
			background:url('../img/box_half_repeat_bg.jpg') top left repeat-y;
		}
		
		#inhalt .half  .c{
			background:url('../img/box_half_top_bg.jpg') top left no-repeat;
		}

		#inhalt .half  .footer{
			background:url('../img/box_half_bottom_bg.jpg') top left no-repeat;
			height:16px;
			overflow:hidden;
		}
		
		
		#inhalt .half2 {
			background:url('../img/box_half_repeat2_bg.jpg') top left repeat-y;
		}
		
		#inhalt .half2  .c{
			background:url('../img/box_half_top2_bg.jpg') top left no-repeat;
		}

		#inhalt .half2  .footer{
			background:url('../img/box_half_bottom2_bg.jpg') top left no-repeat;
			height:16px;
		}
		
	/* News 3er Block */
		#inhalt .dreierBlock{

		}
		
		#inhalt .dreierBlock .left_box{
			width:282px;
			border-right:1px dotted #9FA0A1;
			margin-right:9px;
			padding:0 4px 0 4px;
		}
		
		#inhalt .dreierBlock .middle_box{
			width:284px;
			border-right:1px dotted #9FA0A1;
			margin-right:9px;
			padding:0 4px 0 4px;
		}
		
		#inhalt .dreierBlock .right_box{
			width:293px;
			padding:0 4px 0 4px;
		}
		
		#inhalt .dreierBlock .spacer{
			width:5px;
		}
	
	
	/* News Inhalt */	
	
		#inhalt .TextIdeAlles{
			padding:11px 11px 11px 11px;
			background-color:#E8E7EC;
			margin:7px 7px 7px 7px;
		}
		
			#inhalt #newscontent .box,
			#inhalt #newscontent .c,
			#inhalt #newscontent .footer{
				padding:0 0 0 0;
				background-image:none;
				margin:0 0 0 0;
			}			
			
		#inhalt .TextIdeAlles h2.bildunterschrift{
			font-size:9px;
			text-align:center;
			margin-bottom:6px;
		}

	/* News Übersicht */
		#inhalt .half .summary{
			float:left;
			width:425px;
		}
	
		#inhalt .half #newscontent{
			float:left;
			width:498px;
			padding:16px;
			overflow:hidden;
		}
	
	
		/* Textübersicht Kategorie-Navigation */
		#inhalt .half .summary_navi a{
			font-size:12px;
			font-weight:bold;
			text-decoration:none;	
			display:block;
			float:left;
		}
		
		#inhalt .half .summary_navi{
			padding:9px 1px 0 13px;
		}
		
		#loader{
			position:absolute;
			top:217px;
			left:50%;
			margin-left:-104px;
			height:13px;
			width:208px;
			display:none;
		}
		
			/* Aktive Punkte */
			#inhalt .half .summary_navi .kata{
				color:white!IMPORTANT;
				background:url('../img/kat_activ_repeat.jpg') top left repeat-x;
			}
			
				#inhalt .half .summary_navi .kata .kat_right{
					background:url('../img/kat_activ_right.jpg') top right no-repeat;
				}
				
				#inhalt .half .summary_navi .kata .kat_left{
					background:url('../img/kat_activ_left.jpg') top left no-repeat;
					padding:2px 7px 9px 8px;
				}
			
			/* Inaktive Punkte */
			#inhalt .half .summary_navi .kat{
				color:#707173;
			}
			
				#inhalt .half .summary_navi .kat .kat_right{
					background:url('../img/summary_navi_repeat.jpg') top left repeat-x;
				}
				
				#inhalt .half .summary_navi .kat .kat_left{
					background:url('../img/summary_navi_repeat.jpg') top left repeat-x;
					padding:2px 5px 9px 6px;
				}

			#inhalt .half .summary_list{
				margin:5px 5px 0 9px;
			}
			
			#inhalt .half .summary_list .news_box{
				padding:6px 11px 11px 11px;
				background:none bottom left repeat-x transparent;
				line-height:15px;
			}

			#inhalt .newsspacer{
				background:url('../img/news_breaker.jpg') top left repeat-x;
				height:2px;
			}	
	
			#inhalt .redkatimg{
				display:block;
				float:left;
				margin:0px 5px 0 0;
			}
			
			#inhalt .news_box h1{
				clear:both;
			}

	
	/* Verwandte Referenzen  */
	#inhalt .vwAbstandTop h1 a{
		font-size:11px;
		font-weight:bold;
		color:#9B9C9E;
		line-height:15px;
		margin:0 auto;
	}	
	
	#inhalt .vwAbstandTop{
		font-weight:bold;
		vertical-align:top;
	}
	
	#inhalt #verwandteArtikel .full{
		background-image:none;
		margin-top:10px;
	}
	
	
	/* Produkt Inhalt */
	
	/* Spezifikationen */
	#inhalt .spec{
		margin:6px;
		margin-top:15px;
		font-size:12px;
		float:left;
		width:728px;
	}
	
	#inhalt .specFloat{
		float:left;
		width:360px;
		margin-right:4px;
		margin-bottom:5px;
		line-height:14px;
	}
	
	#inhalt .picons {
		float:left;
		text-align:right;
		padding-top:8px;
		width:190px;
	}
	
	#inhalt .picons .productIcon{
		float:left;
		height:50px;
		width:50px;
		overflow:hidden;
		display:block;
		margin:3px;
	}
	
	#inhalt .specFloat .spec_name{
		width:95px;
		float:left;
		margin-right:3px;
		font-weight:bold;
	}
	
	#inhalt .specFloat .spec_value{
		float:left;
		width:260px;
	}
	
	
	
	
	
	#inhalt .produkt_links {
		margin:7px 10px 0 6px;
	}
	
	#inhalt .produkt_links a{
		font-size:12px;
	}

	
	/* MORE-Leiste */
	#inhalt .more{
		text-align:center;
		color:#D63030;
		font-size:11px;
		font-weight:bold;
		background:url('../img/more_repeat.gif') top left repeat-x;
		float:left;
		margin:17px 0 0 17px;
		height:15px;
		overflow:hidden;
		line-height:15px;
	}	

	#inhalt .more_left{
		background:url('../img/more_left.gif') top left no-repeat;
	}

	#inhalt .more_right{
		background:url('../img/more_right.gif') top right no-repeat;
		padding:0 5px 2px 5px;
	}

	#inhalt .more_left span{
		margin:0 2px 1px 0px;
	}

	#inhalt .more a{
		color:white;
		margin:0 2px 1px 2px;
	}

	
	/* Gestrichelte Linie */
	#inhalt .box .dotline{
		height:1px;
		background:url('../img/dot_line.gif') top right repeat-x;
		overflow:hidden;
	}

	
	/* Mod_dirlist */
	#inhalt #pressetable{
		
	}
	
	#inhalt #pressetable .trfile_1{
		background-color:#DCDCE3;
		height:23px;
	}

	#inhalt #pressetable .trfile_2{
		background-color:#ecebf0;
		height:23px;
	}	
	
	#inhalt #pressetable .pdf{
		background:url('../img/pdf-icon.gif') top center no-repeat;
		width:23px;
	}

	#inhalt #pressetable .txt{
		background:url('../img/doc-icon.gif') top center no-repeat;
		width:23px;
	}

	/* Naviagation */
	
		/* Textübersicht Kategorie-Navigation */
		#inhalt .content_navi a{
			font-size:12px;
			font-weight:bold;
			text-decoration:none;	
			display:block;
			float:left;
		}
		
		#inhalt .content_navi{
			padding:9px 1px 0 0;
			background:url('../img/cnavbg.gif') top left repeat-x;
			margin:0 0 11px 0;
		}
		
			/* Aktive Punkte */
			#inhalt .content_navi .kata{
				color:white!IMPORTANT;
				background:url('../img/kat_activ_repeat.jpg') top left repeat-x;
			}
			
				#inhalt .content_navi .kata .kat_right{
					background:url('../img/kat_activ_right.jpg') top right no-repeat;
				}
				
				#inhalt .content_navi .kata .kat_left{
					background:url('../img/kat_activ_left.jpg') top left no-repeat;
					padding:2px 7px 9px 8px;
				}
			
			/* Inaktive Punkte */
			#inhalt .content_navi .kat{
				color:#707173;
			}
			
				#inhalt .content_navi .kat .kat_right{
					background:url('../img/summary_navi_repeat.jpg') top left repeat-x;
				}
				
				#inhalt .content_navi .kat .kat_left{
					background:url('../img/summary_navi_repeat.jpg') top left repeat-x;
					padding:2px 5px 9px 6px;
				}
	

		#inhalt .SearchForm{
			width:130px;
			height:18px;
			background:url('../img/content_searchfield.gif') top left no-repeat;
			margin-bottom:10px;
			padding-top:0;
		}
			#inhalt .SearchForm input{
				position:absolute;
				width:100px;
				height:13px;
				border:0;
				margin:0px 0 0 1px;
				background-color:transparent;
				font-size:11px;
				color:#999;
				background:none;
			}
			#inhalt .SearchForm img{
				position:absolute;
				margin:1px 0 0 110px;
			}



#inhalt .contenttable td{
	padding:4px;
}

	
#inhalt .title {
	width:100%;
	height:147px;
	overflow:hidden;
}

#inhalt .title_mit_text{
	width:100%;
	height:269px;
	overflow:hidden;
}

#inhalt .title_mit_text .box{
	height:158px;
	width:405px;
	overflow:hidden;
	margin-left:503px;
	margin-top:70px;
}

#inhalt .morelink{
	font-size:11px;
	background:url('../img/more.jpg') center center no-repeat;
	padding-right:16px;
	overflow:hidden;
	height:14px;
	border:1px solid #E8E7EC;
}

/* Improteure */
	#inhalt #import td{
		border-bottom:1px dashed #CCC;
		padding:8px;
	}

	#inhalt .t img{
		margin-bottom:6px;
	}


/* Dirlist */

#pressetable td{
	height:12px;
	overflow:hidden;
}

#pressetable td.file {
	background:url(../images/presse_explorer/file.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}
#pressetable td.html {
	background:url(../images/presse_explorer/html.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
} 
#pressetable td.dir {
	background:url(../images/presse_explorer/dir.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}
#pressetable td.pdf {
	background:url(../images/presse_explorer/pdf.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}

#pressetable td.image {
	background:url(../images/presse_explorer/image.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}
#pressetable td.zip {
	background:url(../images/presse_explorer/tar.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}
#pressetable td.exe {
	background:url(../images/presse_explorer/exe.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}
#pressetable td.sound {
	background:url(../images/presse_explorer/sound.gif) top center no-repeat;
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}
#pressetable td.empty {
	width:19px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}




#pressetable td.type {
	width:28px;
	border-bottom:1px solid white;
}
#pressetable tr.header{
	border-bottom:1px solid white;
}
#pressetable .headertype, .headerurl, .headersize{
	font-weight:bold;	
}


#pressetable td.url{
	width:415px;
	padding:3px 0 3px 3px;
	border-bottom:1px solid #FFFFFF;
}    
#pressetable td.size{
	width:50px;
	padding:3px 0 3px 0;
	border-bottom:1px solid #FFFFFF;
}   

#pressetable tr.trfile_1{
	background-color:#EFF0F4;
}
#pressetable tr.trfile_1:hover{
	background-color:#F8F8F8;
}
#pressetable tr.trfile_2{
	background-color:#F5F6F8;
}
#pressetable tr.trfile_2:hover{
	background-color:#F8F8F8;	
}
.legendtable{
	border-bottom:3px solid #FFFFFF;
}
.searchinput{
	padding:7px;
}
.searchHi { background-color:yellow; }

#inhalt .bildunterschrift{
	text-align:center;
	font-size:9px;
}

/** LIGHTBOX **/ 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.more .more_left .more_right div{
	display:inline;
}

.more .more_left .more_right div a:visited{
	color:white!IMPORTANT;
}

.more .more_left .more_right div.highlight{
	background:url('/img/atmorehighlight.gif') 45% 1px no-repeat;
	line-height:16px;
	padding:0 2px;
}

/* Suche */

.result{
	margin:0;
}

.box110{
	font-size:11px;
}

h6.searchIn{
	background-color:#CACBCD;
	font-weight:bold;
	padding:4px 0 2px 8px;
	margin:5px 0 0 0;
	border-bottom:1px solid #87879D;
}

.bgRowClass_1{
	background-color:#DFDFDF;
	padding:6px 0 2px 8px;
	border-bottom:1px solid white;
}

.bgRowClass_2{
	background-color:#EFEFEF;
	padding:6px 0 2px 8px;
	border-bottom:1px solid white;
}
#languageSwitch{
	width:120px;
	height:16px;
	position:absolute;
	background:url('/img/dropdown.gif') top left no-repeat;
	margin:103px 0 0 810px;
	padding:0 5px 0 5px;
	overflow:hidden;
	cursor:pointer;
}
#langDropDown{
	/*background-color:#fff;*/
	width:105px;
	margin:1px 0 0 0;
}
	#langDropDown img{
		margin:1px 0;
	}
	#langDropDown a{
		display:block;
		padding-left:5px;
	}
	#langDropDown a:hover{
		background-color:#DFDFE5;
	}
	#languageSwitch .blocklink{
		display:block;
		height:15px;
		width:15px;
		position:absolute;
		margin:0 0 0 108px;
	}
	
embed:focus{
	outline:none;
}