/*******************************************************************************



	Project		:	Redaxo GZPK

	Copyright	:	Design - GZPK



*******************************************************************************/







/*	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: 153px;

	margin: 5px 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.3em;
	width:100%;

}





#nav-header li {

	display:inline;

	border-left: 1px solid #000000;
	width: 170px;
	visibility: visible;
	z-index: auto;
	left: 4px;
	top: 2px;
	right: 2px;
	bottom: 2px;

}



#nav-header a, 

#nav-header a:link {

	color:#000099; 

	text-decoration: none;

	text-transform: uppercase;

	background-color: inherit;

	padding:0 18px;
	


}



#nav-header a:hover {

	color:#33ff66;

	background-color: #0099ff;

	padding: 0 18px;

}



#nav-header a.current, 

#nav-header a.current:link {

	color:#33ff66;

	background-color: #006699;

	padding: 0 8px;

}



#nav-header a.current:hover {

	color:#33ff66;

	background-color: #003366;

	padding: 0 8px;

}



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



#subnav {

	display:block;
	font-size: 12px;
	color: #000000;
		line-height: 20px;

	float:left;

	width:180px;


	


}




#subnav p {

	padding-right:5px;

	color:#006699;

	background: inherit;

	text-align: left;


}





#subnav a, 
#subnav a:link 

{

	color:#000099; 

	text-decoration: none;

	text-transform: uppercase;
	
	line-height: 14px;

	background-color: inherit;
		border-top: 1px solid #000000;
height: 25px;
	width: 160px;
	text-align: left;
	margin: 5px;
	padding: 5px 10px;
	float: left;
	position: relative;
	visibility: visible;
	z-index: 100;
	left: 0px;
	top: 2px;
	right: 2px;
	bottom: 0px;



	


}

#subnav a:hover {
color:#33ff66;
background-color: #0099ff;
}

#subnav a.current,
#subnav a.current:link
{

	color:#33ff66;

	background-color: #006699;
		line-height: 14px;
		

	height: 25px;
	width: 160px;
	text-align: left;
	margin: 5px;
	padding: 5px 10px;
	float: left;
	position: relative;
	visibility: visible;
	z-index: 100;
	left: 0px;
	top: 2px;
	right: 2px;
	bottom: 0px;



}


#subnav a.current:hover {
color:#33ff66;

	background-color: #003366;

}







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



ul.nav1st {

	padding:0px 20px;

	font-size:1.2em;

	text-transform:uppercase;

}



ul.nav1st li {

	display: block;

	padding:3px 0;

	color:#003366;

	background: inherit;

	font-weight:bold;

	text-align: left;

}



ul.nav1st a, 

ul.nav1st a:link {

	display: block;

	color:#003366;

	background: inherit;

	padding: 1px 0;

}



ul.nav1st a:hover {

	color:#330000;

	background: inherit;

	padding: 1px 0;

}



ul.nav1st li a.current, 

ul.nav1st li a.current:link {

	color:#330000;

	background: inherit;

	padding: 1px 0;

}



ul.nav1st li a.current:hover {

	color:#330000;

	background: inherit;

	padding: 1px 0;

}





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



ul.nav2nd {

	margin: 0 0 10px 0;

	font-size:1.1em;

	font-weight:normal;

	text-transform:none;

}



ul.nav2nd li {

	padding:0;

	margin:0;

	font-weight:normal;

	border:none;

	text-align: left;

}



ul.nav2nd a, 

ul.nav2nd a:link {

	display:block;

	padding:4px 17px 4px 10px;

	background-image:url(button.gif); 

	background-position:158px 8px;

	background-repeat: no-repeat;

}





ul.nav2nd a:hover {

	padding:4px 17px 4px 10px;

	background-image:url(button.gif); 

	background-position:158px -12px;

	background-repeat: no-repeat;

	background-color:#0099ff;

	color:#33ff66;

}



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:#006699;

	color:#33ff66;

}








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



#sitePath {

	float:left;

	padding-left:20px;

	color:#003366;

	background: inherit;

}



#sitePath a, #sitePath a:link {

	color:#003366;

	background: inherit;

	text-transform:none;

}


#lang {
color:#000000;
font-size: 1em;
padding:10px 25px 4px 10px;

}

#lang a,
#lang a:link {
color:#888888;
text-transform:none;


}

#lang a:hover {
color:#000000;
text-transform:none;


}




?
