/*
  buergerkraftwerk-krefeld.de
  Erster Entwurf
*/

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 15px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: center;
  color: #000000; 
  background-color: #d6d6d6;
  background-image: url(img/backy.gif);
}
a:link { color: #4b21a0; }
a:visited { color: #301567; }
a:hover, a:active { color: #301567; }

#seite {
  margin: 0px;
  position: relative;
  text-align: center;
}

#menu {
  height: 50px;
  width: 550px;
  margin-left: 0px;
}

#logo {
  width: 179px;
  height: 140px;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 20px;
  background-image: url(img/logo_179x140.png);
}


#inhalt {
  position: absolute;
  z-index: 2;
  top: 130px;
  left: 25px;
  margin-right: 10px;
  text-align: left;
}

.bildRechts {
  border: 0px solid #000000;
  margin: 10px 0px 10px 20px;
  padding: 2px;
  float: right;
}
.bildLinks {
  border: 1px solid #000000;
  margin: 0 10px 10px 0;
  padding: 2px;
  float: left;
}
.bildRahmen { border: 1px solid #000000; padding: 2px; }
   

