﻿
/*	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: 200px;
	margin: 20px 0;
}


#navheight_horiz_vert { height: 200px; }

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header {
	font-size: 1.1em;
	display:block;
	width:840px;
        height:20px;
	padding:5px 0px 0px 0px;
	background-color: #FED579;
        border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
}


#nav-header li {
	display:inline;
	border-left: 0px solid #aaa;
}

#nav-header a:link {
	color:#571200; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding:3px 15px 5px 7px;
}

#nav-header a:hover {
	color:#571200; 
	background-color: #FFE3AB;
	padding:3px 15px 5px 7px;
}

#nav-header a.current:link {
	color:#571200; 
	background-color: #FFE3AB;
	padding:3px 15px 5px 7px;
}

#nav-header a.current:hover {
	color:#571200; 
	background-color: #FFE3AB;
	padding:3px 15px 5px 7px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	background: clear;
	color:#FED579;
	font-size:1.2em;
	text-transform:none;
	text-decoration: none;
}

#nav p.copy{
	padding-right:20px;
	color:#FFFFFF;
	background: inherit;
	text-align: left;
	text-decoration: none;
	font-size:1em;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;
	font-size:1em;
}

#nav p.copy a:hover {
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;
	font-size:1em;
}

/*	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: 205px;
}

#navheight_vert { height: 205px; }

#navheight_vert ul.nav1st { padding:10px 0px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 20px;
	font-size:1.1em;
}

ul.nav1st li {
	display: block;
	padding:3px 0;
	background: inherit;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1.0em;
	text-decoration:none;
	text-transform:none;
        color:#FFFFFF;
        border: #cccccc; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px;
}


ul.nav2nd li {
	padding:0;
	margin:0;
	border:none;
	text-align: left;
	font-size:1.0em;
	text-decoration:none;
        color:#000000;
	line-height:0.9em;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:8px 10px 8px 5px;
	background-position:158px 8px;
	background-repeat: no-repeat;
	font-size:1.0em;
	text-decoration:none;
        color:#000000;
}


ul.nav2nd a:hover {
	padding:8px 10px 8px 5px;
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#FFE3AB;
	font-size:1.0em;
        color:#000000;
}

ul.nav2nd li.active a:link {
	padding:8px 10px 8px 5px;
	background-position:158px -32px;
	background-repeat: no-repeat;
	font-size:1.9em;
	text-decoration:none;
        color:#000000;
}



/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#FED579;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#FED579;
	background: inherit;
	text-transform:none;
}

#nav-header a { 
	color:#571200; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding:3px 15px 5px 7px;
 } 

#nav-header a.current { 
	color:#571200; 
	background-color: #FDC844;
	padding:3px 15px 5px 7px;
 } 

ul.nav2nd li.active a { 
	font-size:1.0em;
	padding:8px 17px 8px 5px;
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#FED579;
	text-decoration:none;
	color:#000000; 
} 


#nav p  { 
	padding-right:20px;
	background: inherit;
	text-align: left;
	text-decoration:none;
	font-size:1.0em;
} 