body {
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 

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  {
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 : Helvetica, Arial; 
font-size : 14px; 
background-color : #FFFFCC; 
border-style : solid; 
border-width : 1px; 
border-color : gray; 
padding : 5px; 
margin-left : 5px; 
} 

/* Kasten für TIPP */

.tipp { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; 
border-style: dotted;
border-width: 1px;
border-color: red;
padding: 10px;
}


/* Quellcode */

span.code { 
font-family: Courier New, Courier, monotype; 
font-size: 10pt; 
color: #000066; 
}

p.code, div.code { 
font-family: Courier New, Courier, monotype; 
background-color: #ffffcc;
font-size: 10pt; 
line-height: 1.1;
width: 95%;
color: #000066;
padding: 3px;
border-style: solid;
border-color: white;
border-width: 1px;
margin-top: 8px;
margin-bottom: 8px; 
}


/* ZEICHENVORLAGEN */
i {
color : #000066; 
} 

b {
color : red; 
} 

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

/* Gesamtumrandung */
table.umrandung {
border-style : solid;
border-width: 1px; 
border-color : silver; 
}

/* Registerkarten erzeugen */
.tab {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: right;
border-style: solid;
border-width: 1px;
border-right-width: 0px;
border-color: silver;
background-color: #ffffdd;
padding: 2px;
width: 70px;
margin-bottom: 5px;
}

/* Registerkarte für aktive Seite */
.tabaktiv {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: right;
color: black;  /* #330033; */
border-style: solid;
border-width: 1px;
border-right-width: 0px;
border-color: gray;
background-color: #ffff99; /* #ffffcc; */
padding: 2px;
width: 70px;
margin-bottom: 5px;
}
.text2 { font-family: Verdana, Helvetica, Arial; color: #FFFFFF; font-size: 12px}
.sternrot { font-family: Verdana, Helvetica, Arial; color: #FF0000; font-size: 10px }

