
/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 143px;
	margin: 10px 0 0 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 3px; }


#nav-header {
	font-size: 1.1em;
}


#nav-header li {
	display:inline;
	border-left: 2px solid #000;
	font-weight: bold;
}

#nav-header a, 
#nav-header a:link {
	color:#000; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 5px;
}

#nav-header a:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 5px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color: #4B5761;
	padding: 0 5px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 5px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:168px;
	background:#89B5E6;
	border:1pt solid #0f55a9;
	padding: 0px;


}

#nav p.zertifikat,
#nav p {
	padding-left:5px;
	color:#37444f;
	background: inherit;
	text-align: left;
	font-size:1.2em;
}


#nav p.zertifikat a,
#nav p.zertifikat a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav p.zertifikat a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

/*	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: 183px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 10px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {

	font-size:1.2em;
	text-transform:uppercase;

}

ul.nav1st li {
	display: block;
	padding:0 0;
	color:#000;

	background: inherit;

	font-weight:bold;
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#37444f;
	background: inherit;
	padding: 1px 0 0 0;
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 10px 0 0px 0;
	font-color:#fff;
	font-size:1em;
	font-weight:normal;
	text-transform:none;

}

ul.nav2nd li {
	padding:0 0 0 0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 2px;
	background-image:url(../style_img/button.gif);
		background-color:#fff;
	margin: 1px 0;

	background-position:150px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 2px;
	background-image:url(../style_img/button.gif);
	background-position:150px -12px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 2px;
	background-image:url(../style_img/button.gif);
	background-position:150px -32px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}