body {
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 

.aktiv {
background-color : white; 
color: black; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 5px; 
border-left-style : solid; 
border-color : red; 
padding-left : 5px; 
} 

.head {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border : 0 none ; 
border-top-style : solid; 
border-color : red; 
border-right-style : solid; 
padding-left : 3px; 
padding : 3px; 
font-weight : bold; 
} 

h1 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 13pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 13px; 
border-color : red; 
border-left-style : solid; 
padding-left : 3px; 
} 

h2 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : #000066; 
border-left-style : solid; 
padding-left : 3px; 
} 

h3 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : #006600; 
border-left-style : solid; 
padding-left : 3px; 
} 

p, table, form  {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin-left : 5px; 
} 

.acht {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 8pt; 
margin-left : 4px; 
} 

.rahmen {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
background-color : #ffffcc; 
border-style : solid; 
border-width : 1px; 
border-color : gray; 
padding : 5px; 
margin-left : 5px; 
} 


/* ZEICHENVORLAGEN */
i {
color : #000066; 
} 

b {
color : red; 
} 

/* Link-Stile:  */

A:link {
text-decoration : underline; 
color : #000066; 
} 

A:hover {
text-decoration : none; 
color : red; 
} 

A:active {
text-decoration : underline; 
color : red; 
} 

A:visited {
color : gray; 
} 