
#mainConteiner
{
	position:relative;
	background-color:#265432;
	width:993px;
	padding:20px;

}

#languageSelectMainBox
{
	/*position:absolute;*/
	cursor:pointer;
	/*left:928px;*/ /*1044-50*/
	/*top:0px;*/
	width:90px;
	height:22px;
	background-color:transparent;
	overflow:hidden;
	float:right;
}

#languageSelectDisplay
{
	width:70px;
	height:30px;
	float:right;
	background-color:transparent;
	color:#FFFFFF;
	/*font-weight:bold;*/
	padding-top:3px;
	font-size:12px;
	color:#000000;
}
#languageSelectButton
{
	width:11px;
	height:30px;
	float:right;
	background-color:transparent;
	background-image:url('rd.png');
	background-repeat:no-repeat;
	background-position:0px 6px;
}

#languageSelectLanguages
{
	position:absolute;
	display:none;
	left:790px;/*993-300*/
	top:60px;
	width:282px;
	height:0px;
	background-color:#EEEEEE;
	color:#AAAAAA;
	overflow:hidden;
	padding:5px;
	z-index:40;
	border:0px solid #AAAAAA;
	
	/* filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9; */
}

.languageIcon
{
	width:120px;
	height:17px;
	padding-left:5px;
	padding-top:5px;
	background-color:transparent;
	float:left;
	margin:3px;
 
}

#NavigationLine
{
	position:relative;
}

.langSelect,
#languageSelectLanguages .languageIcon .langSelect
{
	text-decoration:none;
	/*color:#0A0A0A;*/
	color:#000000;
	font-size:12px;
	
}

.langSelect img
{
	border: 0px solid #FFFFFF;
}

.flagBild
{
	padding-top:2px;
	float:right;
	margin-left:5px;
	
}

.flagText
{
	margin-top:-2px;
	float:right;
	margin-left:5px;
	margin-right:3px;
}


.langSelect
{
    cursor:pointer;
}

