/*
//     Feuerwehr Werdorf 2006; Christoph Schmied
*/

BODY { 
 SCROLLBAR-FACE-COLOR: #cc0000; 
 SCROLLBAR-HIGHLIGHT-COLOR: #FF3300; 
 SCROLLBAR-SHADOW-COLOR: #FF3300; 
 SCROLLBAR-3DLIGHT-COLOR: #FF3300; 
 SCROLLBAR-ARROW-COLOR: #FFFFFF; 
 SCROLLBAR-TRACK-COLOR: #FF3300; 
 SCROLLBAR-DARKSHADOW-COLOR: #000000 
 font-size: 10pt;
 font-family: Arial, sans-serif;
 font-weight: normal;
 color: #000000;
 background-color: #cc0000;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 25pt;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.kursiv{
  font-style: italic;
  }

a:link {
  color: #cc0000;
  text-decoration:none;
}
a:visited {
  color: #cc0000;
  text-decoration:none;
}
a:hover {
  color: #ffff00;
  text-decoration:none;
}

a:hover.LinkHover1 {
  color: #00CC33;
  text-decoration:none;
}

table {
  border:0px solid #cc0000; width:100%;
  padding: 0px;
  margin: 0px;
  border-spacing: 0px;
  spacing: 0;
  text-align: left;
}

.Ebene1 {
  background-color: #FFFF00;
  font-weight: bold;
  color: #cc0000;
  border: 1px solid #cc0000; width:100%;
  font-size: 16;
}

.Ebene2 {
  background-color: rgb(39,185,238); #50CCCC;
  font-weight: bold;
  color: #cc0000;
  border: 1px solid #cc0000; width:100%;
  font-size: 14;
}

.Ebene3 {
  background-color: rgb(126,198,79); #00CC33;
  font-weight: normal;
  color: #cc0000;
  border: 1px solid #cc0000; width:100%;
  border-left: 10px solid #cc0000; width:100%;
  font-size: 12;
  margin-left: 10px;
  text-align: left;
}
