#wrapper {
margin-left: auto;
margin-right: auto;
width: 843px;
height: 600px;


}

#header {
 margin-bottom: 10px;
 width: 100%;
 height: 240px;
 }
 
#right {
width: 230px;
height: 1630px;
background-color: rgb(205,245,255);
float:right;
}

#content {
width: 613px;
height: 450px;
float:left;
background-color: rgb(205,245,255);

}
#content_1 {
width: 613px;
height: 650px;
float:left;
background-color: rgb(205,245,255);
}

#footer{
width: 613px;
height: 530px;
float:left;
background-color: rgb(205,245,255);
}

.right_bild {
 margin-bottom: 10px;
}
.footer_bild {
margin-bottom: 10px;
}
.bild {
text-align: center;
position: relative;
top: -5px;

}

h1 {
font-weight: bold;
text-align: center;
font-family: Times New Romes;
font-size: 20px;
}

h2 {
text-align:center;
font-sitze: 18px;
}

h3 {
margin-left:5px;
color: rgb(204,102,0); 
}

p {
margin-left: 5px;

}

#zusatzinformation {
color: rgb(204,102,0);
position:relative;
top: -30px;
}