/* body: */
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
body { 
   margin-top:1px; 
   margin-bottom:1px; 
   background-color: #dfdfdf;
   scrollbar-face-color: #CCCCCC; 
   scrollbar-highlight-color: #FFFFFF; 
   scrollbar-shadow-color: #000000; 
   scrollbar-3dlight-color: #000000; 
   scrollbar-arrow-color: #000000; 
   scrollbar-track-color: #999999; 
   scrollbar-darkshadow-color: #CCCCCC; 
   font-family: Arial,Helvetica;
   font-size: 9pt;
   color: #000000;
}

/* Ueberschriften: */
h1 {
   font-size: 18pt;
   color:#ff0000;
   text-decoration:none;
   margin-top:6px;
   margin-bottom:6px;
}
h2 {
   font-size: 14pt;
   color:#ff0000;
   text-decoration:none;
   margin-top:4px;
   margin-bottom:4px;
}
h3 {
   font-size: 12pt;
   color:#ff0000;
   text-decoration:none;
   margin-top:4px;
   margin-bottom:4px;
}
.blau
{
   color:#0000ff;
}
.rot
{
   color:#ff0000;
}
.weiss
{
   color:#ffffff;
}

/* link: */
/* link,active,visited,hover */
a:link {
   color:#0000ff; 
   text-decoration:none; 
}
a:visited {
   color:#0000ff; 
   text-decoration:none; 
}
a:active {
   color:#000000;
   text-decoration:underline; 
}
a:hover {
   color:#000000;
   text-decoration:underline;
}

/* Verweise im Menue */
a.menu {
   font-family: Arial,Helvetica;
   font-size:11pt;
   font-style:italic;
   font-weight:bold;
   text-decoration:none;
}
a.menu:link {
   color:#000000;
}
a.menu:visited {
   color:#000000;
}
a.menu:active {
   color:#00D8FF;
}
a.menu:hover {
   color:#00D8FF;
}



td {
   font-family: Arial,Helvetica;
   font-size: 9pt;
}

select,option { 
   font-family: Arial,Helvetica;
   font-size:10pt;
   height: 15pt; 
}
