* {
  margin:0;
  padding:0;
  border:0;
}

body {
  font-family: arial, sans-serif;
  font-size: 15px; 
  line-height: 18px;
  color: #000;
  background-image:url(images/background.jpg);
  background-repeat:repeat-x;
  background-color: #FFF;
}

a:link{
  color: #0080c6;
  text-decoration: none;
}
a:visited{ 
  color: #0080c6;
  text-decoration: none;
}
a:hover{
  color: #0080c6;
  text-decoration: none;
}
a:active{
  color: #0080c6;
  text-decoration: none;
}

h1{
  font-size: 24px; 
  line-height: 30px;
  font-weight: normal;
}

h2{
  font-size: 18px; 
  font-weight: normal;
}

table, th, td{
border: 1px solid #BBB;
padding:10px;
}

dl.bildmitunterschrift {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

dl.bildmitunterschrift dd {
  margin:0;
  font-size:90%;
}

span.menuetitel{
  color: #0080c6;
  font-weight: bold;Kuppelbau
} 

span.copyright{
  color: #FFF;
  text-align:right;
} 

#seite {
  width: 1020px;
  margin: 0 auto;
  position:relative; top:0px; left:0px;
  background-image:url(images/bg.png);
  background-repeat:repeat-y;
}

#logo {
  width: 200px;
  height: 170px;
  float: left;
}

#banner {
  width: 820px;
  height: 170px;
  float: right;
}

#topmenue {
  width: 820px;
  height: 170px;
  position:absolute; top:0px; left:200px;
}

#menue {
  width: 150px;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 20px;
  float: left;
}

#inhalt {
  width: 740px;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 50px;
  float: right;
}

#fuss {
  width: 1020px;
  height:60px;
  clear: both;
}

#copyright {
  margin: 0 auto;
  width: 960px;
  height:50px;
  clear: both;
  background-image:url(images/fuss.png);
  background-repeat: no-repeat;
  padding-right: 60px;
  padding-top: 10px;
}


