body {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0pt;
	margin-left : 10px;
	margin-top : 20px;
}

/* Linkfarben */
a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #d62e74;
}

/* Farben und Größen der Überschriften */
h1 {
	color: #820000;
	font-weight: 100;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #820000;
	font-weight: 100;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #820000;
	font-weight: 100;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #820000;
	font-weight: 100;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	
}

h5 {
	color: #820000;
	font-weight: 100, bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	color: #820000;
	font-weight: 100;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/* hochgestellt, tiefgestellt */

sup, sub {
	font-size: 9px;
}


/* Footerdefinition */
.footer {
	color: #41455c;
	font-size: 11px;
}
.footer2 {
	color: #41455c;
	font-size: 10px;
}

/* ab hier Extrawürste für Netscape 4 */
td, UL, OL, P {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.untertitel { font-size: 11px }
.blue  { color: blue }
.kursiv {	font-style : italic;}
.fett {	font-weight : bold;}
.fettkursiv {	font-style : italic;
	font-weight : bold;}
}
.block{
	text-align : justify;
}

.tdtop{
	vertical-align : top;
}
.tdbottom{
	vertical-align : bottom;
}
