body {
	background-color : #e8e8e8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.navigation {
	font-size : 12px;
	line-height : 30px;

}

td.inhalt {
	font-size : 12px;
	line-height : 20px;
}

a {
	color : #cc0000;
	text-decoration : underline;
	font-size : 12px;
}

a:HOVER {
	color : #cc0000;
	text-decoration : dotted;
	font-size : 12px;
}

a.navigationspunkt {
	color : #000000;
	text-decoration : none;
	font-size : 12px;
}

a.navigationspunkt:HOVER {
	color : #cc0000;
	text-decoration : underline;
}

a.navigationspunkt_aktiv {
	color : #cc0000;
	text-decoration : none;
	font-weight : bold;	
}

a.navigationspunkt_impressum {
	color : #a1a1a1;
	text-decoration : none;
	font-size : 12px;
}

a.navigationspunkt_impressum:HOVER {
	color : #a1a1a1;
	text-decoration : underline;
}

a.navigationspunkt_klein {
	color : #a1a1a1;
	text-decoration : underline;
	font-size : 9px;
	line-height : 12px;
}

a.navigationspunkt_klein:HOVER {
	color : #cc0000;
	text-decoration : underline;
	font-size : 9px;
	line-height : 12px;
}

h1 {
	font-size : 16px;
	color : #cc0000;
	line-height : 22px;
}

h2 {
	font-size : 14px;
	color : #cc0000;
	line-height : 22px;
}

h3 {
	font-size : 12px;
	color : #cc0000;
	line-height : 22px;
}

li {
	margin-left: -20px;
}

.kleinrechts {
	font-size: 9px;
	color : #a1a1a1;
	text-align: right;	
}

