/* Farben fuer Links */
/* a:link, a:visited, a:active { color: #FF6600; font-weight: bold } */

a:link, a:visited { 
  text-decoration:none; color:#CC3300; 
}
a:hover           { 
  text-decoration:underline; color:#3669A0; 
}

body {
 background-color: rgb(255, 255, 255); 
 background-image: url(images/bg.gif); 
}  
body, span, div, p, table, td, tr, h1, h2, h3, h4, h5, h6, li, ol, ul, blockquote { 
  font-family:Verdana,Arial,helvetica; 
  font-size:10pt; 
  color:#000000;  
}
h1 { 
  font-size:20pt; font-weight:bold; 
}
h2 { 
  font-size:12pt; font-weight:bold; 
}

td.blau {
  border: 1px solid #3669A0;
  background-color: #C1D5EA;
  width: 100%;
}  

td.weiss {
  border: 1px solid #3669A0;
  background-color: #FFF;
  width: 100%;
}  

.klein {
  font-size:8pt;
}
.bold {
  font-weight:bold; 
}
.gelb {
  color:#FFFF95;
}

