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

	Project		:	OFFICE FÜR WERBUNG.NET
	Copyright	:	OFFICE FÜR WERBUNG.NET

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



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

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


#nav-header {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
}


#nav-header li {
	display:inline;
	border-left: 0px solid #000000;
}

#nav-header a, 
#nav-header a:link {
	color:#000000; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: inherit;
	padding: 0 40px;
}

#nav-header a:hover {
	background-color:inherit;
	color:#ffffff;
	padding: 0 40px;
}

#nav-header a.current, 
#nav-header a.current:link {
	background-color:inherit;
	color:#990033;
	padding: 0 40px;
}

#nav-header a.current:hover {
	background-color:inherit;
	color:#FFFFFF;
	padding: 0 40px;
}


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

#nav {
	display:block;
	float:left;
	width:173px;
	background:url(bg_nav.png);
	background-repeat: no-repeat;
}

#nav p.copy,
#nav p {
	padding:29px;
	color:#FFFFFF;
	background: url(bg_language.png);
	background-repeat: no-repeat;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav p.copy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

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

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


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

ul.nav1st {
	padding: 0px 20px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.6em;
}

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

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color: #000000;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	background-position:123px -12px;
	background-repeat: no-repeat;
	background-color:inherit;
	color:#ffffff;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	background-position:123px -12px;
	background-repeat: no-repeat;
	background-color:inherit;
	color:#990033;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	background-position:123px -12px;
	background-repeat: no-repeat;
	background-color:inherit;
	color:#ffffff;
	padding: 1px 0;
}


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

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing: 0.2em;
	line-height: 1.6em;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:bold;
	border:none;
	text-align: right;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 10px;
	background-image:url(button.png);
	background-position:123px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(button.png);
	background-position:123px -12px;
	background-repeat: no-repeat;
	background-color:inherit;
	color:#ffffff;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(button.png);
	background-position:123px -32px;
	background-repeat: no-repeat;
	background-color:inherit;
	color:#990033;
}


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

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

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