/**
 * Style sheet xNavigation
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */







/**
 * Horizontal menu
 */
 
#hauptnavi
{
	width:910px;
	height:46px;
	top:345px;
	position:absolute;
	padding-left:50px;
	z-index:2;
 	overflow:hidden;
}

#hauptnavi ul
{
    margin:0px;
    padding:0px;
  	width:910px;
	height:46px;
    overflow:hidden;
}

#hauptnavi li
{
  margin:0px 25px 0 0;
  padding:13px 0px 0 0;
  float:left;
  list-style-type:none;
}

#hauptnavi a,
#hauptnavi .active
{
	letter-spacing:1px;
	font-size:17px;
	text-transform:uppercase;
	color:#ffffff;
}

#hauptnavi a
{
}

#hauptnavi a:hover,
#hauptnavi .active
{
	background-position:46px;
	color:#FFCC00;
}

#hauptnavi .active
{
}

#hauptnavi .trail {
	color:#FFCC00;
}

#subnavi {
	width:910px;
	height:26px;
	top:389px;
	position:absolute;
	padding:0;
	margin:0;
	z-index:3;
	overflow:hidden;
}

#subnavi ul {
	width:860px;
	height:26px;
	margin:0;
    padding:0 0 0 50px;
	overflow:hidden;
}

#subnavi li {
  margin:0;
  padding-right:20px;
  padding-top:3px;
  float:left;
  list-style-type:none;
  line-height:25px;
}

#subnavi a,
#subnavi .active {
  font-size:11px;
  color:#CCCCCC;
  text-transform:uppercase;
  letter-spacing:1px;
 }

#subnavi a:hover,
#subnavi .active
{
	color:#FFCC00;
}

#subnavi .active {
	/*line-height:28px;*/
 }





/* NAvi im Footer */

#footernavigation
{
	position:relative;
	top:10px;
	width:600px;
	height:40px;
	padding-left:50px;
	background-image:none;
	top:12px;
}

#footernavigation ul 
{
  margin:0px;
  padding:0px;
}

#footernavigation li 
{
  margin:0px;
  padding:12px 25px 0 0;
  float:left;
  list-style-type:none;
  line-height:22px;
}

#footernavigation a,
#footernavigation .active
{
  font-size:11px;
}

#footernavigation a
{
  color:#666666;
}

#footernavigation a:hover, 
#footernavigation .active
{
	color:#990000;
}

#footernavigation .active
{
	line-height:24px;
}







/* P+S CSS */

.mod_customnav {
	position:relative;
	top:50px;
	right:0px;
	width:500px;
	height:80px;
	text-align:right;
	font-weight:bold;
}

.mod_customnav ul {
	margin:0;
	padding:0;
}

.mod_customnav li {
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
	margin-right:20px;
	height:80px;
}

.mod_customnav a,
.mod_customnav a:hover,
.mod_customnav .active  {
	font-size:9px;
	letter-spacing:1px;
}

.mod_customnav a,
.mod_customnav .active {
	color:#666666;
	line-height:15px;
}

.mod_customnav a:hover,
.mod_customnav .active {
	color:#990000;
}

.mod_customnav .active {
	line-height:29px;
}


