
/*******************************************************************************
     Projekt:    Krauth + Timmermann
     Entwickler: Beate Reis
*******************************************************************************/	
/*******************************************************************************
	Navigation vertical - 
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

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

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


#nav-header {
	font-size: 1.2em;
	background-image: url(ktnavlback.jpg);
}


#nav-header li {
	display:inline;
	border-left: 1px solid #aaa;
}

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
/*	text-transform: uppercase; */
	font-size: medium;
	background-color: inherit;
	padding: 0 8px;

}

#nav-header a:hover {
	color:#fff;
	background-color: #4B5761;
	padding: 0 8px;
}
#nav-header a.active,
#nav-header a.active:link {
	color:#fff;
	background-color:#065590;
/*	background: #507ab1; */
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color:#065590;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color:#065590;
	padding: 0 8px;
}


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

#nav {
	display:block;
	float:left;
 	overflow: hidden;
	width:202px;
	height:650px; 
	color: black;
 	border: 2px groove;
	background-image: url(ktnavlback.jpg);
/*	background:url(bg_navkt.gif) repeat-y; */
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
/*	background-color: #789cc0; */
	background-color:#065590;
	background: inherit;
	text-align: right;
}


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

#nav p.copy 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
-------------------------------------------------------------------------------*/
/*#nav .kopfzeile {
background-color: red;
float: left;
text-align: center;
width: 470px;
border-bottom: 1px solid;
border-top: 1px solid;
margin-top: 10px;
font-size: 3em;
color:#37444f;
font-family: Arial, Helvetica,Verdana, Geneva,  sans-serif;
letter-spacing: 0.08em;
} */
#navheight_vert {
	min-height: 193px; 
background-image: url(ktnavlback.jpg);

}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

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


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

ul.nav1st {
	display: block;
	padding:0px 20px;
	font-size:1.5em;
	border: 0px solid;
	color: white;

/*	text-transform:uppercase; */
}

ul.nav1st li {
	display: block;
	padding: 3px 8px;
	color:#fff;
	background: inherit;
	font-size: medium;
/*	font-weight:bold; */
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	background: inherit;
/*	background-color: #5d6065; */
	background-position:158px 8px;
	background-repeat: no-repeat;
	color: white;
/*	border: 1px solid;
	padding: 0px 0; */
}

ul.nav1st a:hover {
	color:#fff;
	background: #789cc0;
/*	background: inherit; */
	padding: 0px 0;
}
ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: #065590; 
/*	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: 0 0 10px 0;
	font-size: medium;
/*	font-size:1em;*/
	font-weight:normal;
	text-transform:none;
}

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

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 10px;
/*	background-image:url(button.gif);
 /*	background-color: #5d6065; */
	background-position:158px 8px;
	background-repeat: no-repeat;
	border: 0px solid;
	color: white;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
/*	background-image:url(button.gif); */
	background-position:158px -12px;
	background-repeat: no-repeat;
	background: #789cc0;
/*	background-color:#065590; */
/*	background-color:#c4d4dc; */
	color:#ffffff;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
/*	background-image:url(button.gif); */
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#065590;
	color:#ffffff;
}

/* ### nav3rd - third level navigation ######################################### */
#nav3rd {
	display:block;
	float:right;
	width:200px;
/*	background:url(bg_nav.gif) repeat-y; */
	background-position:158px -300px;
	background-color:#065590;	
/*background-color:#c4d4dc; */
}
ul.nav3rd {
	margin: 0 0 0px 0;
	font-size: small;
	font-style:italic;
/*    font-size:1em;*/
	color:white;
	font-weight:normal;
	text-transform:none;
}

ul.nav3rd li {
	padding:0;
	margin:0;
	font-weight: normal; 

	border:none;
	text-align: right;
}

ul.nav3rd a, 
ul.nav3rd a:link {
	display:block;
	padding:4px 17px 4px 10px;
/*	background-image:url(butt02norm.gif); */
	background-position:0px 0px;
	background-repeat: no-repeat;
	color:white;
} 


ul.nav3rd a:hover {
	padding:4px 17px 4px 10px;
/*	background-image:url(butt02high.gif); */
	background-position:0px 0px;
	background-repeat: no-repeat;
	background: #789cc0;
/*	background-color:#c4d4dc;*/
	color:white;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:link {
/*	padding:4px 17px 4px 10px;
/*	background-image:url(butt02high.gif);*/
	background-position:0px 0px;
	background-repeat: no-repeat;
	background-color:#065590;
/*	background-color:#c4d4dc; 
	color:#37444f;*/
	color:white;
}

/* ### nav4th - third level navigation ######################################### */
#nav4th {
	display:block;
	float:left;
	width:200px;
/*	background:url(bg_nav.gif) repeat-y; */
	background-position:158px -300px;
	background-color:#065590;	
/*background-color:#c4d4dc; */
}
ul.nav4th {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

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

ul.nav4th a, 
ul.nav4th a:link {
	display:block;
	padding:4px 17px 4px 10px;
	background-image:url(butt0204norm.gif); 
	background-position:0px 0px;
	background-repeat: no-repeat;
}


ul.nav4th a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(butt0204high.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav4th li.active a, 
ul.nav4th li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(butt0204high.gif);
	background-position:0px 0px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}
/* ### Slogan in Navleiste ################################### */
#navslog {
	width:195px;
	height:150px; 
	border: 1px solid;
	margin-top: 1px;
	padding-left: 5px;
	color:  white;
	display: block;
	float:left;
/* 	position: absolute; top: 250px;*/
	font-size: small;
	background-color: #065590;
	text-align:left;
	

}
/* ### nav permanent##################################### */
#navper {
	width:200px;
	font-size: medium;
 	font-style: normal;
	border: 1px solid;
	margin-top: 40px;
	color:  black;
	display: block;
	float:left;
/*	position:  absolute; top: 450px; */
	background-color: #789cc0;
	

}
/* ### navper- Permant navigation ######################################## */

ul.navper {
	display: block;
	padding:0px 0px;
/*	font-size:1.2em;*/
	border: 0px solid;
	color:  black;

/*	text-transform:uppercase; */
}

ul.navper li {
	display: block;
	padding:0px 0;
	color: black;
        background-image: none;
	background: inherit;
	text-align: right;
}

ul.navper a, 
ul.navper a:link {
	display: block;
	background: inherit;
	background-image:none; 
	color: black;
	padding: 0 8px;
}

ul.navper a:hover {
	color: white;
	background: #789cc0;
	background-image:none; 
/*	background: inherit; */
	padding: 0 8px;

}
ul.navper li a.current, 
ul.navper li a.current:link {
	color:#fff;
	background: #065590; 
	background-image:none; 
/*	background: inherit; */
	padding: 1px 0;
}

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

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

#sitePath {
	background-color: #789cc0;
	font-size: medium;
	float:left;
	padding-left:20px;
	color:#065590;
/*	color:#c4d4dc;
	background: inherit;*/
}

#sitePath a, #sitePath a:link {
	color:#065590;
	font-size: medium;
	background: inherit;
	text-transform:none;
}
