body {
font-family : 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 : Arial, Helvetica, sans-serif; 
font-size : 13pt; 
} 


h1.orig {
font-family : 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 : Arial, Helvetica, sans-serif; 
font-size : 11pt; 
} 

h3 {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11pt; 
} 

p, table, form  {
font-family : Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin-left : 5px; 
} 

.acht {
font-family : Arial, Helvetica, sans-serif; 
font-size : 8pt; 
margin-left : 4px; 
} 

.normal {
font-family : Arial, Helvetica, sans-serif; 
font-size : 10pt; color: #800080; font-weight: bold;
} 
.bold {
font-family : Arial, Helvetica, sans-serif; 
font-size : 10pt; color: #800080; font-weight: bold;
} 
.fett {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11pt; color: #000000; font-weight: bold;
}
.rahmen {
font-family : 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; 
} 

strong {
color : green; 
} 


/* 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; 
} 

