
h1 {
    color: white;
      background-color: black;
      font-family:arial;
      
}



h2 {
    color: white;
      background-color: black;
      font-family:arial;
}



h4  {
      color: #0000FF;
      font-family: arial;

}



p {
    
font-family: arial, verdana, sans-serif;
font-size:11pt;

}


a {color: black;
      background-color: silver;
      font-family:arial;
}


a:hover {
   background-color: #6699cc;
}




html, body {
   background:url(visagistenschule/background.jpg) repeat-x;
}



body {
  min-width:600px;
  text-align:center;
  border:2px solid silver;
}

#Logo{
  position:absolute;

}


#kopfzeile{
  border:2px solid black;
  height:100px;
  margin-bottom:10px;
  background-color: black;
  text-align:center;
}
#navigation{
  border:2px solid white;
  
  width:150px;
  float:left;
  text-align:center;
  font-family:arial;
  font-size:10pt;
  background-color: white
}

#inhalt{
  border:2px solid silver;
  margin-left:160px;
  margin-right:160px;
  text-align:center;
  font-family:arial;
  font-size:11pt;  
  background-color: white;
}
#seminare{
  border:2px solid white;
  width:150px;   
  float:right;
  text-align:center;
  font-family:arial;
  font-size:10pt;
   background-color: white
}
#fusszeile{
  border:2px solid silver;
  height:100px;
  margin-top:10px;
  font-family:arial;
  font-size:9pt;
  clear:both;
   background-color: silver;
} 