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

/**
 * Horizontal menu
 */
#hauptmenu
{
	position:absolute;
	top:145px;
	margin:0;
  	padding:0px;
  	width:950px;
}

#hauptmenu ul
{
	top:145px;
	margin:0px;
  	padding:0px;
  	width:950px;
	height:40px;
	border-top:#7a6641 1px dotted;
	border-bottom:#7a6641 1px dotted;
}

#hauptmenu li
{
	height:20px;
  	margin:5px 0 0 0;
  	padding:0 25px 0 25px;
  	text-align:center;
  	list-style-type:none;
  	float:left;
	background-image:url(img/img_navi_trennstrich.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
}

#hauptmenu a,
#hauptmenu .active
{
  font-size:16px;
  color:#071525;
  font-weight:bold;
  text-transform:uppercase;
}

#hauptmenu a
{
  height:30px;
  display:block;
  margin:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  background-color:none;
  text-decoration:none;
  color:#071525;
}

#hauptmenu a:hover
{
  background-color:none;
  text-decoration:none;
  color:#004188;
}

#hauptmenu .active
{
  /*height:30px;
  margin:0px;
  padding: 5px 15px 0 15px;
  background-color:none;
  text-align:center;*/
  padding-top:5px;
  color:#004188;
}

#hauptmenu .trail
{
  color:#004188;
}




/* PSW CSS */

#submenu {
	position:absolute;
	margin:1px 0 0 0;
  	padding:0px;
	top:187px;
	height:24px;
	background-image:url(img/img_untermenu_bg.gif);
	background-repeat:repeat;
	}

#submenu ul {
	width:943px;
	margin:0;
	padding:0 0 0 7px;
	}

#submenu li {
	list-style-type:none;
	float:left;
	margin:4px 0 0 18px;
	}

#submenu a,
#submenu .active
{
  font-size:14px;
  font-weight:bold;
  color:#071525;
  text-transform:uppercase;
}
	
#submenu a:hover
{
  background-color:none;
  text-decoration:none;
  color:#004188;
}

#submenu .active
{
  color:#004188;
}




/* META Header */
.mod_customnav.header {
	margin:0px;
	padding:0px;
	position:absolute;
	top:5px;
	right:0px;
}

.mod_customnav.header li {
	float:left;
	margin-left:20px;
	list-style-type:none;
	line-height:15px;
}

.mod_customnav.header a {
	font-size:11px;
	color:#666666;
	text-transform:uppercase;
	line-height:15px;
}

.mod_customnav.header a:hover {
	font-size:11px;
	color:#071525;
	text-transform:uppercase;
	line-height:15px;
}
.mod_customnav.header .active {
	color:#071525;
	text-transform:uppercase;
	font-size:11px;
	padding-top:1px;
}
	
	
/* META Footer */
#footermeta {
	width:950px;
	margin: 40px 0 0 0;
	/*margin:40px auto;*/
}	

.mod_customnav.footer {
	margin:0;
	padding:0;
	top:250px;
}

.mod_customnav {
	margin:0 auto;
}
.mod_customnav.footer ul {
	padding:0;
	margin:0;
	margin-left:10px;
}

.mod_customnav.footer li {
	float:left;
	padding-left:15px;
	list-style-type:none;
	line-height:15px;
}

.mod_customnav.footer a, .mod_customnav.footer li.active {
	background-image:url(img/img_navi_meta_footer.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:15px;
	padding-left:15px;
}
.mod_customnav.footer li.active {
	margin-left:15px;
}

.mod_customnav.footer a:hover,
.mod_customnav.footer .active {
	color:#09F;
	line-height:15px;
}


