@charset "UTF-8";
/* CSS Document */


/* Navigation Brandschutz
----------------------------------*/


#nav_root a, #nav_root a:link, #nav_root a:visited {
text-decoration: none;
	color: #000;
}

#nav_root a:hover {
	color: #e2001a;
}

#nav_root {
	position: absolute;
	z-index: 5;
	top: 25px;
	left: 269px;
	font-size: 12px;
	display: inline;
	width: 613px;
	height: 26px;
	text-align:right;
}

#nav_root ul {
	margin: 0;
	padding: 1px 0px 0px 0px;
	list-style: none;
}

#nav_root li {
	display: inline;
	float: center;
	text-align:right;
	margin: 0;
	font-size: 12px;
	line-height: 120%;
}

#nav_root li.aktiv {
	font-weight:bold;
}
