body {
color:white;
background-color: white;
text-align: left;    /* Seiteninhalt wieder links ausrichten */
}

/* 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;
}

/* Bold B*/
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
}

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


.aline {
	text-align: left;
	vertical-align:top;
}

.aline_1 {
	padding-right:12px;
	text-align: right;
	vertical-align:top;
}

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

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

.border {
	border-top:1px solid #b6020c;
	border-bottom:1px solid #b6020c;
	border-left:1px solid #b6020c;
	border-right:1px solid #b6020c;v
}

/* 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: #000000; text-decoration: underline; }
 
