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


/**
 * Container
 */
.mod_navigation
{
	width:200px;
	top:43px;
	position:absolute;
}



/**
 * Horizontal menu
 */
 
 
.mod_navigation.hauptnavi {
	position:absolute;
	top:145px;
	height: 32px;
	width:915px;
	padding-left:35px;
	background-image:url(tl_files/img/img_bg_navi_main.png);
	background-repeat:repeat;
	} 
 
 
.mod_navigation.hauptnavi ul
{
  margin:0px;
  padding:0px;
}

.mod_navigation.hauptnavi li
{
  margin:0 35px 0 0;
  padding:0;
  list-style-type:none;
  float:left;
}

.mod_navigation.hauptnavi a,
.mod_navigation.hauptnavi .active
{
  font-weight:bold;
  font-size:14px;
  color:#004a7f;
  text-transform:uppercase;
}

.mod_navigation.hauptnavi a
{
  height:30px;
  display:block;
  margin:0px;
  padding:8px 6px 0px 6px;
  text-decoration:none;
}

.mod_navigation.hauptnavi a:hover, .mod_navigation.hauptnavi .trail
{
 	background-image:url(tl_files/img/img_bg_navi_main_over.png);
	background-repeat:repeat-x;
	background-position:center 8px;
 	text-decoration:none;
 	color:#ffffff;
}

.mod_navigation.hauptnavi .active
{
  height:30px;
  margin:0px;
  padding:8px 6px 0px 6px;
 	background-image:url(tl_files/img/img_bg_navi_main_over.png);
	background-repeat:repeat-x;
	background-position:center 8px;
 	text-decoration:none;
 	color:#ffffff;
}
.mod_navigation.hauptnavi li.active
{
	margin-right:20px;
	margin-left:0px;
}









/* Unternavigation */

.mod_navigation.subnavi {
	position:absolute;
	top:177px;
	height:18px;
	width:915px;
	padding-left:35px;
	background-image:url(tl_files/img/img_bg_navi_sub.png);
	background-repeat:repeat;
	} 
 
 .mod_navigation.subnavi ul
{
  margin:0px;
  padding:0px;
}

.mod_navigation.subnavi li
{
  margin:0px;
  padding:0px;
  list-style-type:none;
  float:left;
}

.mod_navigation.subnavi a,
.mod_navigation.subnavi .active
{
  font-size:11px;
  color:#333333;
  text-transform:uppercase;
}



.mod_navigation.subnavi a
{
  height:18px;
  display:block;
  margin:0px;
  padding:3px 6px 0px 6px;
  text-decoration:none;
}

.mod_navigation.subnavi a:hover
{
	font-weight:bold;
}

.mod_navigation.subnavi .active
{
  height:18px;
  margin:0px;
  padding:3px 3px 0px 3px;
  font-weight:bold;
}

/* Footer */

.mod_customnav {
	margin:35px 0 35px 0;
 }

.mod_customnav ul {
	margin:0px;
  	padding:0px;
 }
 
 .mod_customnav li {
	border-top:#CCCCCC 1px dotted;
	list-style-type:none;
 }
	
.mod_customnav a  {
	font-size:11px;
	display:block;
	float:left;
	color:#999999;
	margin-right:15px;
	padding:8px 5px 0 5px;
	}

.mod_customnav a:hover {
	color:#333333;
	padding:8px 5px 0 5px;
	}
	
.mod_customnav p {
	font-size:11px;
	display:block;
	float:left;
	color:#333333;
	margin-right:15px;
	padding:8px 5px 0 5px;
	}





