@charset "utf-8";
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1,h2 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #999;
	margin-bottom:10px;
}
a:hover h2 { text-decoration:underline;}

.navi {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navi-aktiv {
	text-decoration: underline;
}

a {
	color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:link {
	color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:visited {	
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #ff0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
a:active {
	color: #ff0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.navi {
	color: #FFFFFF;
	text-decoration: none;
}
a.navi_aktiv {
	color: #CCCCCC;
	text-decoration: underline;
}
.fett {
	font-weight: bold;
	color: #666666;
}
