/* Fuer alle Seiten der FFW-Krummwisch  */

#schwarzer_rahmen { 
  background-color: black;
}

#roter_kasten, body {
  padding:          0px;
  color:            white;
  background-color: red;
  font-family:      Garamond;
  font-size:        1em;
}

#kopfzeile {
  height:           150px;
  padding:          80px 0px 5px 0px;
  background-image: url(/dbfs.php?file=dbfs:/template/feuer800.gif);
  background-repeat:repeat-x;
  text-align:       center;  
}

#navigation {
  clear:            left;
  float:            left;
  margin:           20px 25px 20px 0px;
  padding:          5px 7px 5px 0px; 
  background-color: #AA2222;
  border-width:     6px 6px 6px 0px;
  border-style:     double;
  border-color:     #DD5050;
  text-align:       left;
  font-size:        0.9em;
}

#haupt_text {
  padding:          0px 15px 5px 15px;
clear: top;
}

#copyright{
  clear:            left;
  text-align:       center;
  color:            white;
  background-color: #AA2222;
  font-family:      Garamond;
  font-size:        0.8em;
}

a         { font-weight:bold; font-family:Garamond; font-size: 1.2em; }
a:link    { color:white; text-decoration:none; }
a:visited { color:silver; text-decoration:none; }
a:focus   { color:white; text-decoration:underline; }
a:hover   { color:white; text-decoration:underline; }
a:active  { color:black; text-decoration:none; }


