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

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

*******************************************************************************/
/*a.gsTopNav{
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	
}

a.gsTopNav:hover{
	font-size: 14px;
	text-transform: uppercase;
	color: #FF6614;
	text-decoration: none;
	font-weight: bold;
	
}
a.gsTopNavActive{
	font-size: 18px;
	text-transform: uppercase;
	color: #FF6614;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	
}

a.gsTopNavActive:hover{
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: bold;
	
}
*/
/* Subnav Level1*/
a.gsSubNav1{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: bold;
	
}

a.gsSubNav1:hover{
	font-size: 12px;
	text-transform: uppercase;
	color: #FF6614;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: bold;
	
}
/* Sublevel 1 Active*/
a.gsSubNav1Active{
	font-size: 12px;
	text-transform: uppercase;
	color: #FF6614;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: bold;
}

a.gsSubNav1Active:hover{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: bold;	
}

/* Subnav Level2*/
a.gsSubNav2{
	font-size: 12px;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 7px;
}

a.gsSubNav2:hover{
	font-size: 12px;
	padding-left: 7px;
	color: #FF6614;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: normal;
}

/* Sublevel 2 Active*/
a.gsSubNav2Active{
	font-size: 12px;
	padding-left: 7px;
	color: #FF6614;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: normal;
	
}

a.gsSubNav2Active:hover{
	font-size: 12px;
	padding-left: 7px;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: none;
	white-space: nowrap;
	font-weight: normal;
	
}



/*	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 {
	font-size: 14px;
}


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

#nav-header a, 
#nav-header a:link {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF3ED;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#nav-header a:hover {
	font-size: 14px;
	text-transform: uppercase;
	color: #FF6614;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#nav-header a.current, 
#nav-header a.current:link {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#FF6614;
	white-space: nowrap;
}

#nav-header a.current:hover {
	font-size: 14px;
	text-transform: uppercase;
	color: #FF6614;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}


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

#nav {
	display:block;
	float:left;
	width:210;
	color: #fff;
}

#nav p.copy,
#nav p {
	padding-right:0px;
	color:#fff;
	background: inherit;
	text-align: left;
}


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

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


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

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

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

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 0px 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 {
	
	padding:0px 0px 0px 0px;
}


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

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:0px 0px 0px 0px;
	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;
}