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

	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: 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.3em;
}


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

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	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:208px;
/*        background-color: #bac9cc; */
	background-color: #d6dddd; 
	border-width:1px; 
	border-style:solid;
	border-color: #001535;
 }

/* #nav a:link    { text-decoration:none; font-weight:bold; color:#210052; }
*/
 #nav a:link    { text-decoration:none; font-weight:bold; color:#001535; }
 #nav a:visited { text-decoration:none; font-weight:bold; color:#001535; }
 #nav a:hover   { text-decoration:none; font-weight:bold; color:#d6dddd; background-color:#001535; }
 #nav a:active  { text-decoration:none; font-weight:bold; color:#d6dddd; background-color:#001535;}
 #nav a:focus   { text-decoration:none; font-weight:bold; color:#d6dddd; background-color:#001535;}

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

#NavTitle {
 text-decoration: none ; 
 font-weight: bold ; 
 font-style: normal ; 
 color: #001535 ;
 background-color: #aaaaaa ;
 font-size: 120% ;
}

/*	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: 193px;
}
* html body #navheight_vert { height: 193px; } /* 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;
	font-style: oblique ; 
}

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

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
 font-weight: bold ; 
 font-style: oblique ; 
 color: #001535;
 border-bottom-width: 4px ;
 border-bottom-style: solid ;
 border-bottom-color: #001535;
}

ul.nav1st li a.current:hover {
	color:#ffffff;
	background: inherit;
	padding: 1px 0;
}


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

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size: .9em ;
/*	font-size:1em; */
	font-weight:normal;
	font-style: normal ; 
	text-transform:none;
	border-right-width: 1px ;
	border-right-style: solid ;
	border-right-color: #001535;
}

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;
	border-bottom-width: 1px ;
	border-bottom-style: solid ;
	border-bottom-color: #001535;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	border-bottom-width: 1px ;
	border-bottom-style: solid ;
	border-bottom-color: #001535;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	border-bottom-width: 3px ;
	border-bottom-style: solid ;
	border-bottom-color: #001535;
}


/* ### Breadcrumb Navigation #################################################### */

#sitePath, #breadcrumb{
	float:right;
	padding: 0px 20px 0px 20px ;
	color:#d6dddd; 
        background-image:url(Position_bg.jpg);
        background-repeat: repeat-none;
        border-width: 1px ;
        border-style: dashed;
        border-color: #001535;
}

#breadcrumb { 
            float: right
	    font-size: 1em;
	    text-decoration:none; 
	    font-weight:bold; 
	    color:#001535; 
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus { 
	    text-decoration:none; 
	    font-style: oblique ;
	    font-weight:bold; 
	    color:#001535; 
}


#sitePath a, #sitePath a:link {
	color:#6d5f12;
	text-transform:none;
}

