/* CSS Document 
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  font: 10px Georgia, serif;
*/

body {
    font: 9px Verdana, Arial, Helvetica, sans-serif;
  color: #3C474C;
}

a {
  text-decoration:none;
  color: #3C474C;
}

a:hover {
  text-decoration:underline;
  color: #3C474C;
}

* {
  margin: 0 auto;
  padding:0;
}

#seite {
width: 900px;
border: 0px solid black;
height:600px;
position:absolute;
left:50%;
top:50%;
margin-left:-450px;
margin-top:-330px;
background-color:white;
}


#kopfbereich {
  padding: 5px;
  background-color:white;
}

#logo {
  height:150px;
  border-top: 0px solid black;
  border-left: 1px solid #4D585D;
  border-right: 1px solid #4D585D;
  border-bottom: 1px solid #4D585D;
  background-color: #D9DFE1;
  padding: 0px;
  background:url(LogoZuWeiss.png) 0 no-repeat white;
}

#txt_oben2 img{
  padding: 3px;
    border: 1px solid #D9DFE1;
}

#txt_oben2 a:hover img {
  padding: 3px;
  border: 1px solid #F6A500;
}

#txt_oben {
  margin-left:70px;
  padding-top:34px;
  line-height:15px;
  width:600px;
}

#txt_oben2 {
  margin-left:70px;
  padding-top:34px;
  line-height:15px;
  width:800px;
}

#txt_unten {
  margin-left:175px;
  padding-top:34px;
  line-height:15px;
  width:300px;
}

#gallerie {
  margin-left:775px;
  margin-top:-64px;
}

#inhalt {
  height:420px;
  border-top: 1px solid #4D585D;
  border-left: 1px solid #4D585D;
  border-right: 1px solid #4D585D;
  border-bottom: 0px solid #4D585D;
  padding: 0px;
  background-color: #D9DFE1;

}

#fuss {
  clear: both;
  margin: 2px;
  padding: 2px;
  background-color:white;
}

