body{
	background-color: #C00;
}
.grau {
	background-color: #CCC;
}
td, p, div, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #333;
}
.inhalt {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #CCC;
}
.inhalt2 {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #CCC;
}
.inhalt2 h1 {
	text-align: center;
}
#gross {
	font-size:	14px;
}
h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span {
  font-size: 18px;
}
.klein {
	font-size: 9px;
	background-color: #CCC;
	text-align: center;
}
hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: dashed 1px #C00;
 border-bottom: dashed 1px #CCC; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
li {
	list-style-image: url(bilder/liste_kl.gif);
}
#menu {
	padding-top: 70px;
}
.menu {
	border-bottom: dashed 1px #C00;	
	height:25px;
}
.menu a {
	text-decoration:none;
	padding-left: 30px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
}
.menu a:hover, #aktiv {
	background-image: url(bilder/liste_kl.gif);
	background-position: 15px 5px;
	font-weight: bold;
	background-repeat:no-repeat;
	color: #333;
}
html { 
        overflow: -moz-scrollbars-vertical; 
}
.abstandunten{
	padding-left: 30px;
	}
.abstandoben{
	padding-top: 60px;
	}
a { color: #CC0000; border-bottom: dashed 1px #CC0000; text-decoration: none;}
a:active, a:hover{ 	color: #FF0000;}
