/* colors

weiss #FBF8F4
rot #E3004A
braun #321A17
hellbraun #988C8B
beige #D6B593

*/


#lang_sel {
	height:32px; 
	position:relative; 
	z-index:99;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FBF8F4;
	text-align: right;
}

/* hack to correct IE5.5 faulty box model */

* html #lang_sel {
	width:12em; 
	w\idth:12em;
}

/* remove all the bullets, borders and padding from the default list styling */

#lang_sel ul, 
#lang_sel li {
	padding:0 !important; 
	margin:0 !important; 
	list-style-type:none !important;
}

#lang_sel li:before{
	content:'' !important;
}

#lang_sel ul ul {
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

#lang_sel li {
	float:left;
	width:149px;
	position:relative;
}

/* style the links for the top level */

#lang_sel a, 
#lang_sel a:visited {
	display:block;
	font-size:12px;
	text-decoration:none !important; 
	color:#321A17; 
	border: none; 
	background-color:transparent 
	padding: 0 10px; 
	line-height:18px;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html #lang_sel a, 
* html #lang_sel a:visited {
	width:149px; 
	w\idth:138px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

#lang_sel ul ul {
	visibility:visible;
	position:absolute;
	height:0;
	top:19px;
	left:0; 
	width:149px;
	border: none;
}

/* another hack for IE5.5 */

* html #lang_sel ul ul {
	top:18px;t\op:19px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */

#lang_sel table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */

#lang_sel ul ul a, 
#lang_sel ul ul a:visited {
	background:#E3004A; 
	color:#000 !important; 
	height:auto; 
	line-height:1em; 
	padding:3px 10px;
	border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */

* html #lang_sel ul ul a, 
* html #lang_sel ul ul a:visited {
	width:150px;w\idth:128px;
}

/* style the top level hover */
#lang_sel a:hover, 
#lang_sel ul ul a:hover{
	color:#000; 
	background: transparent;
}

#lang_sel :hover > a, 
#lang_sel ul ul :hover > a {
	color:#E3004A; 
	background: transparent;}

#lang_sel a.lang_sel_sel {
	background-color: #321A17;
	color:#E3004A;
}

#lang_sel a.lang_sel_sel:hover {
	background-color: transparent;
	text-decoration: none;
	color:#E3004A;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul {
	visibility:visible; 
}

/* flag position  */

.iclflag {
position: relative;
width: 85px;
height: 25px;
top: 6px;
}
