/*CSS Navi*/

.LayerNav ul {
	padding:0px;
	margin:0px;
	list-style:none;
	padding-left:20px;
	}
	

.LayerNav li
	{
	list-style-position:outside;
	list-style:url(../_images/icons/pfeil_blau01.gif);
	list-style-type:disc;
	}


.LayerNav li a
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-size: 11px;
	color: #36567d;
	cursor:pointer;
	}

.LayerNav li:hover
	{
	list-style-position:outside;
	list-style:url(../_images/icons/pfeil_rot.gif);
	list-style-type:disc;
	}
	
.LayerNav li a:hover
	{
	color: #990000;
	}	

/*----------------------------------------------------------*/

/*CSS Vertical Navi*/

.bNav
	{
	width:200px;
	float:left;
	margin-left:10px;
	}

.bNav h1
	{
	float:left;
	width:200px;
	height:16px;
	margin-top:15px;
	padding-top:4px;
	padding-left:5px;
	
	background-image: url(../_images/navVertikalHead.gif);
	background-repeat:no-repeat;
	
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	}

.bNav ul
	{
	float:left;
	width:200px;
	list-style-type:none;
	}

.bNav li
	{
	float:left;
	width:200px;
	padding-left:0px;
	background-color:#f7f7f7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e7e7e7;
	}
	
.bNav li a
	{
	float:left;
	width:200px;
	padding-left:5px;
	padding-top:1px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #666666;
	cursor:pointer;
	font-weight:100;
	}


.bNav li a:hover
	{
	width:195px;
	color: #36567d;
	background-color:#e7e7e7;
	}


/*----------------------------------------------------------*/
img.nav {
	position: relative;
	padding-bottom:0px;
	}

ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}

li.ueberschrift, li.uberschrift_rot {
	background-color: #eeeff0;
	background-image:url(../_images/bg_headline.gif);
	background-position:bottom;
	width: 185px;
	height: 19px;
	padding-left:15px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #61646b;
	font-weight: bold;
	margin-bottom:1px;
	}
	
li.uberschrift_rot {color: #990000;}

li.ohne {
	background-color: #eeeff0;
	width: 200px;
	height:auto;
	}

li.standard, li.standard_selected {
	background-color: #eeeff0;
	width: 165px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111d37;
	cursor:pointer;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
	}
		
li.standard_selected {
	background-color: #e0e0e0;
	color: #990000;
	border-right-color: #eeeff0;
	border-left-color: #eeeff0;
	}

li.unterpunkt {
	background-color: #eeeff0;
	width: 165px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111d37;
	cursor:pointer;
	line-height:16px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
	}
	
li.standard:hover {
	background-color: #e0e0e0;
	color: #990000;
	}
	
