/* CSS Document */

body{

 margin: 0px;

 padding: 0px;

 background-color: #000000;

 

}

#zentrieren{

  height: 100%;

  width: 100%;

}



#background{

 background: url(../picture/bg_main.jpg);

 background-repeat: no-repeat;

 height: 600px;

 width: 799px;

}



#header{

  height: 100px;

  text-align: left;

}



#content{

  padding: 0px 80px 0px 252px;

  height: 466px; 

  text-align: left

 }

 



p{

  color: #212121;

}



h1{

  color: #212121;

}
