


#navigation_container{
/* border: 1px solid; */
	width: 200px;  
}

#navigation_head_bg_left{
	
	float: left;
	background-image: url("../images/navigation/h_nav_kopf1.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-width: 13px;
	max-width: 13px;
	width:13px;
	height: 29px;
}
#navigation_head_label{
	float: left;
	background-image: url("../images/navigation/h_nav_kopf2.gif");
	background-position: top left;
	background-repeat: repeat-x;
	width: 161px;
	height: 29px;
}
#navigation_head_bg_right{
	background-image: url("../images/navigation/h_nav_kopf3.gif");
	background-position: top right;
	background-repeat: no-repeat;

	width: 13px;
	height: 29px;
	float: right;
}
#navigation_content{
	width: 187px;
	background-image: url(../images/navigation/h_nav_mitte3.gif);
	background-position: top right;
	background-repeat: repeat-y;
	
}
#navigation_content_container{
	width: 187px; 
	background-color: #92929f;
	
}
#navigation_subnavigation_container{
	width: 187px;
	background-color: #92929f;	
		
}

#navigation_subnavigation_content{
	width: 187px;
	float: left;
	background-image: url("../images/navigation/h_nav_mitte3.gif");
	background-repeat: repeat-y;
	background-position: top right;
}
#navigation_bottom_bg_left{
	float: left;
	background-image: url("../images/navigation/h_nav_ende1.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-width: 13px;
	max-width: 13px;
	width:13px;
	height: 10px;	
	
}
#navigation_bottom_bg_center{
	float: left;
	background-image: url("../images/navigation/h_nav_ende2.gif");
	background-position: top left;
	background-repeat: repeat-x;
	width: 161px;
	height: 10px;
}

#navigation_bottom_bg_right{
	background-image: url("../images/navigation/h_nav_ende3.gif");
	background-position: top right;
	background-repeat: no-repeat;

	width: 13px;
	height: 10px;
	float: right;
}
#navigation_bottom{
	width: 187px;	
	
}


.navigation_bg_right{
	float:right;
	height: 100%;
	background: url("../images/navigation/h_nav_mitte3.gif");
	background-repeat: repeat-y;
	background-position: top right;
    width: 14px; 
}


.navigation_search_bg_right{
	float:right;
	
	background: url("../images/navigation/h_nav_mitte3.gif");
	background-repeat: repeat-y;
	background-position: top right;
    width: 14px;
    height: 29px; 
}
#navigation_search{
	padding-top: 17px;
	width: 187px;
	height: 40px;
	background-color: #92929f;
	background-image: url("../images/navigation/h_nav_mitte3.gif");
	background-repeat: repeat-y;
	background-position: top right;
 
}
#navigation_search_form{
	float:left;
	height: 30px;
	padding-left: 10px;	
}
#navigation_head{
	width: 187px;
}	











/*****************************************************
* NAVIGATION CONTENT STYLE 							 *
*****************************************************/










#navigation_content UL {
	text-transform: uppercase;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 7px;
	margin: 0;
	LIST-STYLE-TYPE: none;
}
#navigation_content UL UL{
	text-transform: none;
	padding: 0;
	margin: 0;	
}


#navigation_content LI {
DISPLAY: block; 
padding-top: 4px;
padding-bottom: 4px;
LIST-STYLE-TYPE: none;
margin: 0;
}

#navigation_content LI A {
FONT-SIZE: 11px; 
COLOR: #ffffff; 
padding: 2px;
DISPLAY: block;
}

#navigation_content LI A:link {
FONT-WEIGHT: bold; 
TEXT-DECORATION: none;
}

#navigation_content LI A:visited {
FONT-WEIGHT: bold; 
TEXT-DECORATION: none;
}

#navigation_content LI A:hover {
BACKGROUND-COLOR: #656572;
}

#navigation_content LI A.act{
BACKGROUND-COLOR: #656572;
}

/**************************************************/
/*LEVEL 1*/
/**************************************************/

#navigation_content UL UL LI {
FONT-WEIGHT: bold; 
FONT-SIZE: 10px; 
LIST-STYLE-TYPE: none;
margin: 0;
padding-top: 3px;
padding-bottom: 3px;
}

#navigation_content UL UL LI A {
padding-left: 15px;
DISPLAY: block;
}

#navigation_content UL UL LI A:link {
BORDER-BOTTOM: #ffffff 0px solid; 
TEXT-DECORATION: none;
}

#navigation_content UL UL LI A:visited {
BORDER-BOTTOM: #ffffff 0px solid; 
TEXT-DECORATION: none;
}
#navigation_content UL UL LI A:hover {
BACKGROUND-COLOR: #656572;
}

/*****************************************************/
/* Search */
/*****************************************************/

.navigation_search_form_tinput{
	width: 160px;	
}




