/*******************************************************************************
	Modifiziert von Thorsten Hohage, objectmanufactur, Hamburg
	2008-07-17
	Layout basiert auf
	
	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

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

/* ### Header Navigation ##################################################### */

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

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


#nav-header {
	font-size: 1.3em;
}


#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;
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}

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

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


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

#nav {
	display:block;
	float:left;
	width:200px;
	background: #6699FF;
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	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
-------------------------------------------------------------------------------*/

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

#navheight_vert ul.nav1st { padding:10px 20px;  }


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

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

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

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	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 10px 0;
	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(blocks/grey.jpg);
	background-position:150px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(blocks/red.jpg);
	background-position:150px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(blocks/white.jpg);
	background-position:150px;
	background-repeat: no-repeat;
	font-weight: bold;
	color:#fff;;
}

ul.nav2nd li.activeparent a, 
ul.nav2nd li.activeparent a:link
{
	padding: 4px 17px 4px 10px;
	background-image: url(blocks/white.jpg);
	background-position: 150px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
}

/* ### nav3rd - second level navigation ######################################### */

ul.nav3rd
{
	margin: 0 10px 10px 0;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
}

ul.nav3rd li {
	padding:10;
	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(blocks/grey.jpg);
	background-position:140px;
	background-repeat: no-repeat;
}


ul.nav3rd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(blocks/red.jpg);
	background-position:140px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#fff;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(blocks/white.jpg);
	background-position:140px;
	background-repeat: no-repeat;
	font-weight: bold;
	color:#fff;
}


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

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}

/* ### Table of contents Navigation #################################################### */

#tocBlock
{
	float: right;
	padding: 5px 5px 5px 15px;
	margin: 5px 0px 5px 20px;
	background: #37444F;
	width: 200px;
}


#tocHeaderItem {
	color:red;
	font-weight: boldest;
	font-size:1.3em;
}

#tocHeaderItem a.tocHeaderLink, 
#tocHeaderItem a.tocHeaderLink:link {
	display: block;
	padding: 4px 4px 4px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}


#tocHeaderItem a.tocHeaderLink:hover {
	display: block;
	background-color:#465762;
	font-weight: bold;
	color:#fff;
}



#tocItem {
	font-weight: normal;
	text-transform: none;
	font-size:1.2em;
	line-height: 120%;
}


#tocItem a.tocLink, 
#tocItem a.tocLink:link {
	display: block;
	padding: 4px 4px 4px 20px;
	background-image: url(blocks/blue.jpg);
	background-position: 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #6699FF;
}


#tocItem a.tocLink:hover {
	display: block;
	padding:4px 17px 4px 20px;
	background-image:url(blocks/red.jpg);
	background-position:4px;
	background-repeat: no-repeat;
	background-color:#465762;
	font-weight: bold;
	color:#fff;
}