﻿/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

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



/*	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: 0px;
	margin: 0px 0;
}
* html body #navheight_horiz_vert { height: 0px; } /* IE 6 / 5.5 Hack */

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


#nav-header {
float:left;
width: 893px;
height: 36px;
/*background-color: #e8080c;*/
	font-size: 1.2em;
	
	
	
}


#nav-header li {
float: left;
height: 36px;
	display:inline;
	padding: 0px 15px;
	border-right: 0px solid #aaa;
	background-image: url(../img/navtab.gif);
	background-position:right;
	background-repeat:repeat-x;
	
	
}

#nav-header a, 
#nav-header a:link {

display:block;
margin-top: 8px;
	color:#fff; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	
	
}

#nav-header a:hover {
	color:#fedd2a;
	background-color: inherit;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fedd2a;
	background-color: inherit;
	
	
}

#nav-header a.current:hover {
	color:#fedd2a;
	background-color: inherit;
	
}


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







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

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


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

ul.nav1st {
	padding:0px 0px;
	font-size:1.1em;
	text-transform:uppercase;
}

ul.nav1st li {
	display: inline;
	padding:3px 0;
	color:#37444f;
	background: inherit;
	font-weight:bold;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: inline;
	color:#37444f;
	background: inherit;
	padding: 1px 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: 0 0 0px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color: #000000;
		
}

ul.nav2nd li {

height: 29px;


	
}

ul.nav2nd a, 
ul.nav2nd a:link {
	
	
background-image: url(../img/bgnavunten.gif);
	background-position:right;
	background-repeat:repeat-x;
padding:5px 10px;
color: #000000;
	
	
}


ul.nav2nd a:hover {
	
	
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {

	
	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;
}






/* ### nav2nd - second level navigation ######################################### */
#nav {
height: auto;
float:left;
	width:793px;
	border: 0px solid #000;
	padding: 8px 0px 7px 0px;
	background-color: #fabb00;
	
}



#nav ul {
	margin: 0 0 0px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	
		
}

#nav ul li {

	display: inline;

	
}

#nav ul li a, 
#nav ul li a:link {

background-image: url(../img/bgnavunten.gif);
	background-position:right;
	background-repeat:repeat-x;
padding: 8px 10px;
color: #000000;
	
	
}


#nav ul a:hover {
	
	
	
	color:#ffffff;
}

#nav ul active a, 
#nav ul active a:link {

	

	color: #ffffff;
}



#nav ul a.current, 
#nav ul a.current:link {

	
	color: #ffffff;
}











#nav ul ul{

height: 29px;
	display: inline;


	
}


#nav ul ul  a, 
#nav ul ul a:link {
	
	
background-image: url(../img/bgnav3rd.gif);
	background-position:right;
	background-repeat:repeat-x;
padding:8px 10px;
color: #000000;
	
	
}


 
#nav ul ul a:hover

 {
	
	

font-weight: bold;
color: #eb090d;
	
	
}

#nav ul ul a.current2, 
#nav ul ul a.current2:link {
	color:#eb090d;
	
	
	
}

#nav ul ul li a.current:hover {
	color:#eb090d;
	
	
}










