body {
color:white;
background-color: white;
text-align: left;    /* Seiteninhalt wieder links ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
margin-top:30px;
width: 895px;
}

/* Ueberschrift */
h2 {
font-family:Verdana,sans-serif;
font-style: normal;
font-size: 14pt;
font-weight: bold;
}

/* Ueberschrift */
h3 {
	font-family:Verdana,sans-serif;
	font-style: normal;
	font-size: 13pt;
	font-weight: bold;
}

BIG {
font-family:Verdana,sans-serif;
font-style: normal;
font-size: 14pt;
font-weight: normal;
}

BIG B {
font-family:Verdana,sans-serif;
font-style: normal;
font-size: 14pt;
font-weight: bold;
}

B {
	font-family:Verdana,sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold
}


/* Text TT*/
TT {
font-family:Verdana,sans-serif;
font-style: normal;
font-size: 10pt;
font-weight: normal
}

/* Blockquote CLASS */
.textumbruch {
	white-space:pre;
}

/* Blockquote CLASS */
.textumbruch_1 {
	white-space:pre;
	padding-right:12px;
	text-align: right;
}

/* Abstand CLASS */
.abstand {
	padding-right:12px;
	text-align: right;
}

/* LINKS GENERELL */
a:link { color: #ffffff; text-decoration: underline }
a:visited { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: underline; }
a:active { color: #ffffff; text-decoration: underline; } 


