h1,h2,h3,h4, h5, h6,p,a,ul,ol,li,td,th,b,i{
     font-family:Times,serif; }

h1 { font-size:20px; color: black;}
h2 { font-size:16px; color: black;}
h3 { font-size:14px; color: black;}

/*Ueberschrift*/
.t1 { 
  color: black;
  text-align: center;
  /*font: bold 10em Times, serif;*/
  font: bold 32px/32px Times, serif;
  text-shadow: 0.2em 0.2em;
  margin-top: 0px;
}

.t2 { 
  color: #003399;
  text-align: center;
  margin-top: -1px;
  /*font: italic 6em Times, serif;*/
  font: bold italic 28px/28px Times, serif;
/*  font-size:18px;*/
  text-shadow: 0.2em 0.2em;
  margin-bottom: 0px;
}


/* Tabellenzellen */
th {font-size:14px; color:black; border:0px; padding:2px;}

a, p, ul, ol, li, td {font-size:12px; color:black; }
 .intern{ color:#8B0000; font-weight: bold;}/*darkred*/
 .gast{background-color:#FFFF99;}
 .fest{font-weight: bold;}
 .wett{font-style: italic;}
 .small{font-size:6px;}/*für "last modified"*/
 .jkon{color:#e6e6e6;}



/* Links */
  a {text-decoration: none; font-weight: bold;}
  a:link { COLOR: black; /*steelblue*/
               text-decoration: none; 
               font-weight: bold;}
  a:visited {COLOR: black; /*Navy*/
               text-decoration: none; 
               font-weight: bold;}

  a:link.nav { COLOR: black; /*Weiss*/
               text-decoration: none; 
               font-weight: bold;}
  a:visited.nav {COLOR:black; /*Dunkelblau*/
               text-decoration: none; 
               font-weight: bold;}


/* Hintergrund */
body {background-color:#66CCFF;
	margin:5px;}
 .asgzu{background-color:#FFFF99;}
 .zkav{background-color:#3399FF;}
 .bkav{background-color:#FF0000;}


/* Boxen innerhalb der Seite */
.box1, .box2, .box3{
float:left;
padding:2px;
//border: 1px solid black;
width:80px;
height:15px;
margin:2px 0px 0px 5px;
text-align: center;
}

.box1{background:white;}

.box2{background:silver;}

.box3{background:darkgray;}

.box4{
clear:left;
padding:5px;
//border: 1px solid black;
margin:0px 0px 0px 0px;
background:white;}

.box5{
width:100%;
height:200px;
}

/* Tabelle Hauptdefinitionen */
table { width:100%;}
  .zent{text-align: center; }
  .sechs { width:60%; }
  .blau { background-color:#66CCFF; /*width="2mm"*/;}
  .weiss { background-color:white; }
  .grau { background-color: silver; }


