/******************************************/
/* main_menu                              */
/******************************************/

#main_menu{
	position: relative;
	z-index: 400;
	list-style-type: none;
	height: 44px;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
}

/*hack for ie to afford float: left of unsorted lists*/
* html #main_menu{
	display: inline;
}

#main_menu li{
	float: left;
	padding: 0px 0px 0px 0px;	
}

#main_menu li.active{
	background: url("../img/tab_left.png") top left no-repeat;
}

#main_menu li a{
	text-align: left;
	line-height: 24px;
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	padding: 3px 0px 8px 5px;
	margin: 0px 1px 0px 0px;
	display: block;
	height: 33px;
	width: 154px;
	text-decoration: none;
}

#main_menu li a:hover{
	background: url(../img/menu_hover.gif);
}

#main_menu li a.active{
	background: url(../img/menu_hover.gif);
}

#main_menu li a em{
	display: block;
	font-size: 9px;
	line-height: 9px;
	font-style: normal;
	text-transform: uppercase;
}

#main_menu .home{
	background: url(../img/logo.png) no-repeat;
}

#main_menu .home:hover{
	background: url(../img/logo_hover.png) no-repeat;
}

#main_menu .home em{
	margin: 25px 0px 0px 0px;
}

#main_menu .home.active{
	background: url(../img/logo_hover.png) no-repeat;
}

/******************************************/
/* END main_menu                          */
/******************************************/

/******************************************/
/* lang_menu                              */
/******************************************/

#lang_menu{
	position: relative;
	z-index: 400;
	list-style-type: none;
	height: 38px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
}

#lang_menu li{
	width: 64px;
	margin: 0px 0px 4px 0px;
	line-height: 11px;
}

#lang_menu li a{
	display: block;
	line-height: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
}

#lang_menu .en{
	background: url(../img/lang_en.png) 0 -11px;
}

#lang_menu .en:hover{
	background: url(../img/lang_en.png) 0 0;
}

#lang_menu .de{
	background: url(../img/lang_de.png) 0 -11px;
}

#lang_menu .de:hover{
	background: url(../img/lang_de.png) 0 0;
}

#lang_menu .active{
	background-position: 0px 0px;
}

/******************************************/
/* END lang_menu                          */
/******************************************/


/******************************************/
/* service_menu                           */
/******************************************/

#service_menu{
	
	z-index: 400;
	list-style-type: none;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	
	float: left;
}

#service_menu li{
	color: #bbbbbb;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 9px;
	float: left;
	margin: 0px 15px 0px 0px;
}


#service_menu li a{
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
}

#service_menu li a:hover{
	color: #ffffff;
	font-size: 9px;
}


/******************************************/
/* END service_menu                       */
/******************************************/


/******************************************/
/* context_menu                           */
/******************************************/

#context_menu{
	list-style-type: none;
	text-align: right;
	margin: 74px 0px 0px 0px;
}

#context_menu li{
	list-style-type: none;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	line-height: 14px;
}

#context_menu li a{
	cursor: pointer;
	text-decoration: underline;
	color: #ffffff;
	
}

#context_menu li a:hover{
	text-decoration: none;
}


/******************************************/
/* END context_menu                       */
/******************************************/



