/* CSS Document */
* {
  padding:0px;
  margin:0px;
}
#Banner {
  width:700px;
  height:150px;  
  position:relative;
  left:50%;
  margin-left:-350px;

  text-align:center;
  font:20pt bold Arial; 
  color: #99FF66;   
}  
#Menue {
  width:700px;
  height:38px;
  position:relative;
  left:50%;
  margin-left:-350px;
  background-color:black;
}
#Main {
  width:674px;
  min-height:600px;
  position:relative;
  left:50%;
  margin-left:-350px;
  padding:10px;
  background-color: #FFFFCC;
  border-left: 3px solid #FF6600;
  border-right: 3px solid #FF6600;
  border-bottom: 3px solid #660000;
}
#Hinweis {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 3px dotted red;
  overflow: hidden;
}
#Fuss {
 width:700px;
  height:30px;
  position:relative;
  left:50%;
  margin-left:-350px;
  background-color: #FF6600;
  border-bottom: 3px solid #660000;
  text-align: center;
}

a.Menue {
  text-decoration: none;
  font: 20px bold Arial;
  color: black;
}
div.Reiter {
  width: 120px;
  height:30px;
  padding-top:5px;
  float: left;
  text-align: center;
  overflow:hidden;
  background-color: #EEEEEE;
  border: 0px solid black;
  border-bottom: 3px solid #FF6600;
}  
div.ReiterA {
  width: 120px;
  height:30px;
  padding-top:5px;
  float: left;
  text-align: center;
  overflow:hidden;
  background-color: #FFFFCC;
  border: 3px solid #FF6600;
  border-bottom: 0px solid #FF6600;
  
}
div.Mspace {
  width: 20px;
  height:30px;
  float:left;
  padding-top:5px;
  border-bottom: 3px solid #FF6600;
}
div.Mlast{
  width: 294px;
  height:30px;
  padding-top:5px;
  float: left;
  border-bottom: 3px solid #FF6600;
}
p.Anzeige {
   padding:10px;
   background-color: white;
   margin-bottom: 20px;
}

body {
  background-color: black;
}
h1 {
  font:normal bold 30pt Arial;
  letter-spacing: 1px;

}