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

	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 {
	margin: 0px 0;
}
* html body 
#navheight_horiz_vert { 

} /* IE 6 / 5.5 Hack */

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

}


#navheader {
	font-size: 11px;
	padding: 10px 0 0px 110px;
	margin: 0px;
	font-weight: bold;
	}


#navheader li {
	display:inline;
	padding: 0 5px 0 0;
	line-height: 30px;
		margin: 0px;

}

#navheader a, 
#navheader a:link {
	color:#000000; 
	text-decoration: none;
	text-transform: uppercase;
    border: 2px;
	padding: 8px 8px 7px 8px;
}

#navheader a:hover {
	color:#888888;
	padding: 8px 8px 7px 8px;
}

#navheader a.current, 
#navheader a.current:link {
	color:#000000;
	padding: 8px 8px 7px 8px;
}

#navheader a.current:hover {
	color:#888888;
	padding: 8px 8px 7px 8px;
}



#navheader2 {
	font-size: 10px;
	padding: 0px 0 0px 115px;
	margin: 0px;
}


#navheader2 li {
	display:inline;
	padding: 0 5px 0 0;
	line-height: 30px;
		margin: 0px;

}

#navheader2 a, 
#navheader2 a:link {
	color:#FA710D; 
	text-decoration: none;
	text-transform: uppercase;
    border: 2px;
	padding: 8px 8px 7px 8px;
}

#navheader2 a:hover {
	color:#FA820D;
	padding: 8px 8px 7px 8px;
}

#navheader2 a.current, 
#navheader2 a.current:link {
	color:#000000;
	padding: 8px 8px 7px 8px;
}

#navheader2 a.current:hover {
	color:#FA820D;
	padding: 8px 8px 7px 8px;
}


/* ### 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
-------------------------------------------------------------------------------*/




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

  #Navigation {
	float: left;
	padding-top: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #5C000A;
	padding-bottom: 20px;


}
  #Navigation li {
    display: inline;
    list-style: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #A421A6;	
	font-weight: lighter;
	padding: 5px;
	text-align: center;
}




ul.navigation a, 
ul.navigation a:link {
	display: block;
	background-image :url(files/images/button.gif);
	background-position: 90px 4px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	background:#f4f4f4;
	padding: 10px;
	font-weight: lighter;
}


ul.navigation a:hover {
	display: block;
	background-image: url(files/images/button.gif);
	background-position: 140px -16px;
	background-repeat: no-repeat;
	color: #cccccc;
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
	padding: 10px;
	font-weight: lighter;
}

ul.navigation li.active a, 
ul.navigation li.active a:link {
	display: block;
	background-image: url(files/images/button.gif);
	background-position: 130px -34px;
	background-repeat: no-repeat;
	color: #A421A6;
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
	border: 1px; 
}






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

#sitePath {
    padding: 0px 0 0 0px;
    height: 15px;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	text-align:left;
}

#sitePath a, #sitePath a:link {
	color: #666666;
	background: inherit;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

#sitePath a:hover {
	color:#cccccc;
	background: inherit;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#sitePath a.current:link {
	color: #cccccc;
	background: inherit;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
