/* NORMALER TEXT MIT (u) und OHNE (a) UNTERSTREICHUNG und in FETT (b) */

a            	{ font-family: Arial; font-size: 8pt; color: #000000; word-spacing: 0; text-indent: 0; line-height: 140%; margin: 0; letter-spacing: 1 }
a.klein  		{ font-family: Arial; font-size: 7pt; color: #FFFFFF; word-spacing: 0; text-indent: 0; line-height: 140%; margin: 0; letter-spacing: 1 }
a.kleingrau     { font-family: Arial; font-size: 7pt; color: #000000; word-spacing: 0; text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 1 }
a.gross  		{ font-family: Arial; font-size: 11pt; color: #FF0000; font-weight: bold; word-spacing: 0; text-indent: 0; line-height: 140%; margin: 0; letter-spacing: 1 }
u            	{ font-family: Arial; font-size: 8pt; text-decoration: underline; text-indent: 0; word-spacing: 0; line-height: 140%; margin: 0; letter-spacing: 1 }
b            	{ font-family: Arial; font-size: 8pt; color: #FF0000; font-weight: bold; text-indent: 0; line-height: 140%; word-spacing: 0; margin: 0; letter-spacing: 1 }

/* ZEILENUMBRUCH mit 140% ABSTAND */

br           { font-family: Arial; font-size: 8pt; text-indent: 0; line-height: 140%; word-spacing: 0; margin: 0; letter-spacing: 1 }

/* ZEILENUMBRUCH (ABSATZ) mit 100% ABSTAND*/

p            { font-family: Arial; font-size: 8pt; text-indent: 0; word-spacing: 0; line-height: 100%; margin-left: 0; margin-right: 0; margin-top: 6; margin-bottom: 0; letter-spacing: 1 }

/* DEFINITIONEN für AUFZÄHLUNGEN */

ul          { font-family: Arial; font-size: 8pt; list-style: disc; letter-spacing: 1 }
li          { font-family: Arial; font-size: 8pt; list-style: disc; letter-spacing: 1 }

/* FORMATIERUNGEN für NORMALE HYPERLINKS */

#links {
border-collapse:collapse;
margin: 0px;
}

#links a {
display: block;
background: #FFFFFF;
color: #000000;
font: 8pt Arial;
font-weight: bold;
margin: 0px;
padding: 1px 10px 0px;
text-decoration: none;
height: 17px;
}

#links a:hover {
background-color: #FF0000;
color: white;
margin: 0px;
}

#links a:active {
background-color: #4192C9;
color: white;
margin: 0px;
}