/* common styling */

/* set up the overall width of the sprachwahl div, the font and the margins 



/* remove the bullets and set the margin and padding to zero for the unordered list */

#language ul {

padding:0;

margin:0;

list-style-type: none;

margin:0px;

padding:0px;

}

/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */

#language ul li {
	position:relative;
	float: left;
}

/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */

#language ul li a, .sprachwahl ul li a:visited {
	padding-top:3px;
	height:20px;
	padding-left:2px;
	width:80px;
	display:block;
	background-image:url(images/topnavi_button.gif);
	font-size:10px;
	letter-spacing:0em;
	color:#8b9499;
	text-align:left;
	text-decoration:none;
	margin-top: 0px;

}
#language ul li a:hover{

}
/* make the dropdown ul invisible */

#language ul li ul {display: none;}



/* specific to non IE browsers */

/* set the background and foreground color of the main sprachwahl li on hover */

#language ul li:hover a {
	color:#FE840C;
	padding-right:2px;
	padding-bottom: 3px;
	cursor: pointer;
}

/* make the sub sprachwahl ul visible and position it beneath the main sprachwahl list item */

#language ul li:hover ul {
	display:block;
	position:absolute;
	top:23px;
	left:-4px;
	border:none;
	border-top:none;

}

/* style the background and foreground color of the subsprachwahl links */

#language ul li:hover ul li a {
	background-color:#FFFFFF;

	display:block;

	background-image: url(../images/sprachwahl_MO.gif);

	color:#8b9499;

	padding-left:10px;

	font-size:10px;

	letter-spacing:0.03em;

	height:16px;

}

/* style the background and forground colors of the links on hover */

#language ul li:hover ul li a:hover {background-color: #fe840c; color:#fff; background-image:none;}

#language ul li ul li a { border:1px solid #787f85; margin:0 0 -1px 0px;}

#language ul{ background-color:none; border:none;}

#language .notavailable {display:none; visibility:hidden;}


/*________________________TUNNEL_____________________________________*/

#pageBG #language ul li a, .sprachwahl ul li a:visited{width:110px; color:#5b6066;}
#pageBG #language ul li:hover a {
	padding-right:2px;
	padding-bottom: 0px;
	margin:0 0 3px 0;
	cursor: pointer;
}