/* +++ Meta Navigation +++ */
#nav_top{
	height: 43px;
	width: 874px;
	position: relative;
	top: 22px; left: 109px;
}

#nav_top ul.left{
	float: left;
	list-style-type: none;
}

#nav_top ul.right{
	float: right;
	list-style-type: none;
}

#nav_top ul li{
	float: left;
}

#nav_top ul li a{
	font-size: 11px;
	height: 10px;
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px solid #000;
}

#nav_top ul li a:hover {
	text-decoration: underline;
}

/* +++ Haupt Navigation +++ */
/* Level 1*/
#nav_main ul.level1{
	height: 50px;
	width: 788px;
	position: absolute;
	top: 149px; left: 0px;
	background: transparent url(../bilder/layout/nav_main.png);
	background-position: bottom;
	float: left;
	list-style-type: none;
}

#nav_main ul.level1 li{
	float: left;
	margin: 0; padding: 0;
}

#nav_main ul.level1 li:first-child{
	margin-left: 11px;
}

#nav_main ul.level1 li.active{
	background: url(../bilder/layout/nav_main_hover.jpg) repeat-x 0 -15px;
}

#nav_main ul.level1 a{
	display: block;
	font-size: 12px;
	height: 28px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid; 
	padding: 7px 10px 4px 10px;
	background: url(../bilder/layout/nav_main_trenner.jpg) no-repeat right top;
}

/* Level 2 */
#nav_main ul.level2 {
	position: absolute;
	top: 190px; left: 5px;
	width: 768px;
	background: transparent;
	float: left;
	list-style-type: none;
}

#nav_main ul.level2 li{
	float: left;
	background: transparent;
}

#nav_main ul.level2 li a{
	display: block;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px 0 5px;
	border-right: 1px solid #fff;
	background-image: none;
}

#nav_main ul.level2 li.active {
	background: none;
}

#nav_main ul.level2 li.active a{
	color: #000;
}

