/* Schriftart im gesamten Dokument */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
background-image: url('bgyellow.gif');
}

/* Absätze, Tabellen, Formulare in 10 Punkt */
p, div, table, li, form  {
font-size: 10pt; 
}

/* Farbe grau */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: silver;
} 

/* Überschrift 2 und 3 blau färben */
h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000066;
} 

/* fette Passagen rot einfärben */
b {
color: red; 
} 

/* kursive Passagen blau färben */
i {
color:  #000099; 
} 

/* Link-Stile für Hover-Links  */
a:link {
color: #000099; 
} 

a:hover {
text-decoration : none; 
color: red; 
} 

a:active {
color: black; 
} 

a:visited {
color: gray; 
}

div.rand {
width: 700px; 
padding: 10px; 
border-left-style: solid;
border-left-width: 20px;
border-left-color: #F6F6F2;
background-color: white;
text-align: left;
}

input.mini {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: gray;
border-style: dashed;
border-width: 1px;
border-color: #F6F6F2;
font-size: 8pt;
}

.linie {
border-top-style: solid;
border-top-width: 1px;
border-color: silver;
}

table {
background-color: white;
}