<!--
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 1000px;
  margin: 0 auto;
}

#kopfbereich {
  padding: 20px;
  background:url(images/main-header.jpg) no-repeat left top;
  height:115px;
}

#inhalt {
  
  margin-left: 200px;
  padding: 20px;
  
}

#steuerung {
  float: left;
  width:150px;
  padding: 20px;
  background-color: #FF3300;
  color: #FFFFFF;
  font-weight: bold; 
  border: 0px solid black;
}

#steuerung a:link    { text-decoration:none; }
#steuerung a:visited { text-decoration:none; }
#steuerung a:hover   { text-decoration:overline underline; }
#steuerung a:active  { text-decoration:overline underline; font-size:1.1em; }
#steuerung a:focus   { text-decoration:overline underline; }




#fussbereich {
  
  vertical-align:middle;
  clear: both;
  padding: 15px 0 16px 150px;
  background:url(images/main-bottom.jpg) no-repeat bottom center;
}

h1 {
  text-align:center;
  text-decoration:underline;
}

-->