p		/* Abschnitt */
{
color: #000066;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-family: Arial, Verdana, Helvetica, Verdana, sans-serif;
	font-size: 12px;
 text-decoration: none;
}

b		/* Fett */
{
    color: #000066;
    font-weight: bold;
    letter-spacing:0.2mm;
    font-size:12px;
}

i 		/* Kursiv */
{
    font-weight: italic + bold;
	color: #000066;
    letter-spacing:0.15mm;
	font-size:12px;
}


div.head1,#head1		/*Ueberschrift 1. Ordnung */           
{
   color: #000066;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    font-weight:bold;    
    font-style: normal;
    letter-spacing:0.2mm;
    word-spacing:3.5mm;
}


div.head2,#head2		/*Ueberschrift 2. Ordnung */
{
    color: #000066;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 17px;
    font-weight:bold;    
    font-style: normal;
    letter-spacing:0.17mm;
    word-spacing:2.8mm;
}

.laufzeile, #laufzeile
{
 	color: #000066;
	background-color:#eeeeee;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    border-width="0";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
    letter-spacing:0.1mm;
	word-spacing:2.6mm;
}
	
div.textgrau, #textgrau
{
	color: #eeeeee;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-family: Arial, Verdana, Helvetica, Verdana, sans-serif;
	font-size:14px;
	line-height : 4.5mm;
}

div.textblau, #textblau
{
	color: #000066;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-family:Arial, Verdana,Helvetica,sans-serif;
	font-size:14px;
	line-height : 4.5mm;
}

div.textgraugross, #textgraugross
{
	color: #eeeeee;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:16px;
}

div.textblaugross, #textblaugross
{
	color: #000066;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size:16px;
}


.anker,#anker
{
	color: #c2ce99;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
}

.link, #link		/* Falls ein Anker (a) hervorgehoben werden soll */
{	
	color: #c2ce99;
	font-family: Comic Sans MS, Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

.antwort, #antwort
{
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-size:13px;
}


.kasten
{
    BACKGROUND-COLOR: #ffcc66;
    BORDER-BOTTOM: white 1px solid;
    BORDER-LEFT: white 1px solid;
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    COLOR: #660000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 1px;
    PADDING-TOP: 1px;
    WIDTH: 580px
    MARGIN: 80px
}


hr		/* Ein Strich - Farbe? */
{
    height: 3px;
    width: 90%;
	align: center
}

a:visited	/* besuchter Link */
{
    color: #150185;
	font-family: Comic Sans MS, Arial;
	font-size: 15px;
	letter-spacing:0.1mm;
	text-decoration:none;
	word-spacing:2.6mm;
	font-style: normal;
	font-weight: normal;
}

a:link		/* Link */
{
    color: #00bcd1;
	font-family: Comic Sans MS, Arial;
	font-size: 15px;
	letter-spacing:0.1mm;
	text-decoration:none;
	word-spacing:2.6mm;
	font-style: normal;
	font-weight: normal;
}

a:active	/* aktiver Link */
{
    color: #00d578;
	font-family: Comic Sans MS, Arial;
	font-size: 15px;
	text-decoration:none;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-style: normal;
	font-weight: normal;
}
a			/* Anker */
{
    color: #005ac8;
	font-family: Comic Sans MS, Arial;
	font-size: 15px;
	text-decoration:none;
	letter-spacing:0.1mm;
	word-spacing:2.6mm;
	font-style: normal;
	font-weight: normal;
}

