/****************************************************************/
/* Navigation																										*/
/* SteraTrans																										*/
/* TobiasPierschel.COM																					*/
/* Last Update: 27.05.2006																			*/
/****************************************************************/


/*******************************************************************/
/*										 mainnavgation	 													 */
/*******************************************************************/
#mainnav{
	width:710px;
	height:20px;
}

#mainnav ul {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mainnav ul li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	}

#mainnav ul li a {
	float: left;
	
	height:20px;

	padding:0px 10px;
	
	color: white;
	text-decoration: none;
	
	line-height:20px;
	
	vertical-align:middle;
	text-align:center;
}

#mainnav ul li a:hover , #mainnav ul li.current a{
	color: #FEDC34;
	/*background-color:#0099FF;*/
	}
/*******************************************************************/


/*******************************************************************/
/*										 Linke Navigation 													 */
/*******************************************************************/
#subnav #level-1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

 #subnav #level-1 li a {							/* Erstes LEVEL */
	display: block;
	color: #5A7F9A;
	
	width: 150px;							
	height: 20px;
	
	padding-left:35px;
	
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	font-size: 10px;
	line-height:20px;
	text-transform: uppercase;

	background-image:url(/fileadmin/media/gfx/triplepfeil_0.gif);
	background-repeat:no-repeat;
	background-position: 11px 6px;
}

/* Level 1 Current */
#subnav #level-1 li a#current, #subnav #level-1 li a:hover{	
	background-image:url(/fileadmin/media/gfx/triplepfeil_1.gif);
	background-repeat:no-repeat;
	background-position: 11px 6px;
	color: #1B2A68;
}
/**********************Level 2*************************************/

#subnav #level-2{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav #level-2 li a{								/* Zweites LEVEL */
	display: block;
	color: #5A7F9A;
	
	width: 165px;												/* 200 */
	height: 20px;
	
	padding-left: 25px;

	text-decoration: none;
	font-weight: bold;
	text-align:left;
	font-size: 10px;
	line-height:20px;
	text-transform: uppercase;

	/*background-color: #EA5E06;*/
}

/* Level 2 Current und Over */
#subnav #level-2 li a#current, #subnav #level-2 li a:hover{
	background-color: #FFA66B;
	background-image:url(/fileadmin/media/gfx/pfeil.gif);
	background-repeat:no-repeat;
	background-position: 13px 7px;
	color: white;
}


/**********************Level 3*************************************/
#subnav #level-3{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav #level-3 li a{								/* drittes LEVEL */
	display: block;
	color: #5A7F9A;
	
	width: 160px;												/* 200 */
	height: 20px;
	
	padding-left: 30px;

	text-decoration: none;
	font-weight: bold;
	text-align:left;
	font-size: 10px;
	line-height:20px;
	text-transform: uppercase;

	background-color: #EA5E06;
}

/* Level 3 Current und Over */
#subnav #level-3 li a#current, #subnav #level-3 li a:hover{
	background-color: #FFA66B;
	background-image:url(/fileadmin/media/gfx/pfeil.gif);
	background-repeat:no-repeat;
	background-position: 20px 7px;
	color: white;
}

/*******************************************************************/
/*										 Language Navigation												 */
/*******************************************************************/
#languagenav ul {
		width:280px;
		
		padding:0;
		margin:0;
		
		list-style-type: none;

		text-align: left;
}
		
#languagenav li { 
		display: inline; 
}
		
#languagenav li a {
		font-size:11px;
		text-decoration: none;
		font-weight:bold;
		
		line-height:25px;
		color: white;
		
		padding: 0px 5px 0px 5px;
}
		
#languagenav li a:hover,#languagenav ul li.current a {
		color: #FEDB35;
}
/*******************************************************************/




/*******************************************************************/
/*										 Servicenavigation													 */
/*******************************************************************/
#servicenav ul {
		width: 652px;
		
		padding:0;
		margin:0;
		
		list-style-type: none;

		text-align: right;
}
		
#servicenav li { 
		display: inline; 
}
		
#servicenav li a {
		font-size:11px;
		text-decoration: none;
		font-weight:bold;
		
		line-height:20px;
		color: white;
		
		padding: 0px 5px 0px 5px;
}
		
#servicenav li a:hover {
		color: #FEDB35;
}

#servicenav li a#current {
		color: #FEDB35;
}
/*******************************************************************/

