/*******************************************************************************

	Project		:	SRAKLA
	Copyright	:	Design - www.diaphan.ch

*******************************************************************************/

/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 20px;
	font-size:1.0em;
}

ul.nav1st li {
	display: block;
	padding-bottom: 3px;
	color:white;
	background: inherit;
	background-image: url(0_punkte_weiss.gif);
	background-position: 6px 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:white;
	background: #062f00;
	margin-left:30px;
	padding: 1px 5px;
}

ul.nav1st a:hover {
	color:#062f00;
	background: white;
	margin-left:30px;
	padding: 1px 5px;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: #940000;
	margin-left:30px;
	padding: 1px 5px;
}

ul.nav1st li a.current:hover {
	color:#062f00;
	background: white;
	margin-left:30px;
	padding: 1px 5px;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1.0em;
	font-weight:normal;
	text-transform:none;
	background-color: transparent;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	background-image: none;
	text-align: left;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	color:#062f00;
	background-color: transparent;
	display:block;
	padding:4px 17px 4px 30px;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 30px;
	background-color:white;
	color:#062f00;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 30px;
	background-color:white;
	color:#062f00;
}


