/* Schriftart im gesamten Dokument */
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0px;
background-color: #EEEEEE;
///*background-image: url('bgyellow.gif');*/
}

/* Absätze, Tabellen, Formulare in 10 Punkt */
p, div, table, li, form, th, td  {
font-size: 10pt;  
}

/* Farbe grau */
h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: gray;
} 

/* Überschrift 2 grau färben */
h2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: gray;
} 

/* Überschrift 3 blau färben */
h3 {
font-family: Verdana, Helvetica, Arial, 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: #000099; 
}

div.rand {
margin: 20px 20px 20px 20px;
width: 700px; 
padding: 10px; 

border-right-style: dotted;
border-right-width: 1px;
border-right-color: silver;

border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: silver;

border-top-style: dotted;
border-top-width: 1px;
border-top-color: silver;

border-left-style: dotted;
border-left-width: 1px;
border-left-color: silver; 

background-color: #EEEEEE;
text-align: left;
}
