/*********Navigation*************/

.navigation ul{
	list-style-type: none;
	list-style-image: none;
	padding:0;
}

.navigation li{
	margin-left : 0;
}

.first_level, .first_level_active {
	background-image: url(../images/navi_spacer.gif);
	background-repeat : no-repeat;
	width:170px !important;
	width:165px;
	background-position: 0px 0px !important;
	background-position: -2px 0px;
	margin : 0px;
	padding : 3px 5px 2px 0;
  	text-align: left;
}


.first_level a {
	display : block;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align:left;
	font-weight: bold;
	line-height : 150%;
	color : #ffffff;
	margin : 0px;
	padding : 3px 0 0 18px;
	text-decoration : none;

}

.first_level a:hover, .first_level .current {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;	
	color : #ffffff;
	margin : 0px;
	padding : 3px 0 0 15px;
	text-align: left;
	text-decoration : none;	
	border-left : 3px solid #ffffff;
}

.second_level, .second_level_active {
	margin : 0;
	padding : 3px 5px 3px 0;
	background-color:#bbbbbc;
	color:#ffffff;
	
}

.second_level a{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	text-align : left;
	line-height : 150%;
	color : #000000;
	display : block;
	margin : 0;
	padding : 0 15px 0 18px;
	text-decoration : none;
}

.second_level a:hover, .second_level .current {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;	
	text-align : left;
	color : #ffffff;
	margin : 0px;
	padding : 0 15px 0 16px;
	text-decoration : none;	
	border-left : 2px solid #ffffff;
}

.third_level, .third_level_active {
	margin : 0;
	padding : 3px 5px 3px 0;
	background-color:#d7d6d6;
}

.third_level a{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-align : justify;
	line-height : 150%;
	color : #626262;
	margin : 0px;
	padding : 0 0 0 35px;
	text-decoration : none;
  	display : block;
}

.third_level a:hover, .third_level .current {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;	
	text-align : justify;
	color : #df0023;
	margin : 0px;
	padding : 0 0 0 35px;
	text-decoration : none;	
}

.fourth_level, .fourth_level_active {
	list-style: bullet;
	background-color: #e0e0e0;
	line-height : 160%;
}

.fourth_level li, .fourth_level_active li {
	margin : 0;
	padding : 1px 5px 1px 0;
}

.fourth_level a{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-align : justify;
	line-height : 170%;
	color : #3d3d3d;
	margin : 0px;
	padding : 0 0 0 47px;
	text-decoration : none;
  	display : block;
}

.fourth_level a:hover, .fourth_level .current {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 170%;
	font-weight: normal;	
	text-align : justify;
	color : #df0023;
	margin : 0px;
	padding : 0 0 0 47px;
	text-decoration : none;	
}

/***************Aktive Links**********************/

.first_level_active a, .first_level_active a:hover{
	list-style: none;
  	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;	
	color : #ffffff;
	margin : 0px;
	padding : 3px 0 3px 15px;
	text-decoration : none;	
	border-left : 3px solid #ffffff;
   	display : block;
   	text-align: left;
}

.second_level_active a, .second_level_active a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;	
	text-align : left;
	color : #ffffff;
	margin : 0px;
	padding : 0 15px 0 16px;
	text-decoration : none;	
	border-left : 2px solid #ffffff;
   	display : block;
}

.third_level_active a, .third_level_active a:hover{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;	
	text-align : justify;
	color : #cd0222;
	margin : 0px;
	padding : 0 0 0 35px;
	text-decoration : none;	
   	display : block;
}
/*this is a special case, 3Level without childrens get list item*/
.third_level_active_list_item a{
  	background-image: url('../images/navi4_list_icon.gif');
  	background-repeat: no-repeat;
  	background-position: 20px 2px;
	background-color:#d7d6d6;
	line-height : 170%;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;	
	text-align : justify;
	display:block;
	color : #df0023;
	margin : 0px;
	padding : 0 0 0 35px;
	text-decoration : none;	
}

.fourth_level_active a{
	background-image: url('../images/navi4_list_icon.gif');
	background-repeat: no-repeat;
	background-position: 35px 2px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;	
	text-align : justify;
	color : #df0023;
	line-height : 170%;
	margin : 0px;
	padding : 0 0 0 47px;
	text-decoration : none;
   	display : block;
}
