body {
/*
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #E90000; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #E90000; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF
*/
}

body, p, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	text-align:left;
}

.blocksatz {
	text-align:justify;
}
.zentriert {
        text-align:center;
}

table p a:link {
	color: #E90000;
}
table p a:visited {
	color: #808080;
}
table p a:hover {
	color: #E90000;
}
table p a:active {
	color: #E90000;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid black;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

ul, li {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 8px;
	list-style-type:square;
	text-align:left;
}

.groesser {
	font-size: 16px;
}
.fett {
	font-weight:bold;
}
.rot {
	color: #E90000;
}
.rotfett {
	color: #E90000;
	font-weight:bold;
}
.rot a:link {
	color: #E90000;
}
.rot a:visited {
        color: #808080
}
.blau {
	color: #077AB1;
}
.blaufett {
	color: #077AB1;
	font-weight:bold;
}
.blau a:link {
	color: #077AB1;
}
.blau a:visited {
        color: #808080
}
.gruen {
	color: #049030;
}
.gruenfett {
	color: #049030;
	font-weight:bold;
}
.gruen a:link {
	color: #049030;
}
.gruen a:visited {
        color: #808080
}
.gelb {
    color: #FFCC00;
}
.gelb a:link {
    color: #FFCC00;
}
.gelbfett {
    color: #FFCC00;
	font-weight:bold;
}
.gelb a:visited {
        color: #808080
}
.hellgruen {
	background-color:#CBF4D8;
	padding: 10px;
}
.hellgrau {
	background-color:#DDDDDD;
	padding: 10px;
}
.hellrot {
    background-color:#FFA4A4;
    padding: 10px
}
.hellblau {
    background-color:#A0DEFC;
    padding: 10px
}
.nachoben {
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
}
.nachoben a:link {
	color: #CCCCCC;
}
.tabellenrand {
	padding: 10px;
}
.kleiner {
	font-size: 9px;
	line-height: 11px;
}