body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	font-size: 13px;
	padding: 15px 0px 5px 10px;
	margin: 0px;
	color: #8b1629
}

/* TOP NAVIGATION */

.topnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 15px;
	float: left;
	width: 642px;
	height: 16px;
}

.topnav li {
	margin-left: 10px;
	float: left;
}

.topnav li a {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.topnav li:hover a:hover {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}



/* SUB NAVIGATION */

ul.subnavigation {
	margin: 0px;
	padding: 0px 0 0 10px;
	list-style: none;
	list-style-type: none;
}

ul.subnavigation li {
	width: 160px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url("../img/subnav-off.gif");
	background-repeat: no-repeat;
	position: relative;
}

ul.subnavigation li:hover {
	background-image: url("../img/subnav-hover.gif");
	background-repeat: no-repeat;
}

ul.subnavigation li a {
	text-decoration: none;
	color: #4a4a4a;
	top: 6px;
	left: 12px;
	position: absolute;
	width: 148px;
	height: 18px;
}
ul.subnavigation li a:hover {
	color: #dc204e;
}

#titel {
	width: 720px;
	padding-top: 10px;
	border-bottom: 1px solid #8b1629;
	color: #8b1629;
	font-size: 14px;
	font-weight: bold;
}

#text {
	padding: 10px 10px 10px 0px;	
	width: 710px;
	margin: 0px;
	min-height:400px;
}

#footer {
	width: 720px;
	border-top: 1px solid #8b1629;
	color: #8b1629;
}

#footer a {
	color: #8b1629;
}
