body{
background:white;
font-family:Arial;
color:#876b63;
}

/* Das round-div ist dafür da, die ganze Webseite zu zentrieren
der IE kommt mit dem margin nicht klar, von daher noch das text-align*/
#round{
margin-left: auto; 
margin-right: auto;
margin-top: 2%;
text-align:center;
}

#header{
width:700px;
height:100px;
margin-left: auto; 
margin-right: auto;
}

#menue{
/*background:url(images/menue.jpg);
background-position:center;
background-repeat:no-repeat;*/
width:700px;
height:24px;
margin-left: auto; 
margin-right: auto;
color:white;
}

#content{
background:url(images/content.jpg);
background-position:center;
background-repeat:no-repeat;
width:700px;
height:350px;
margin-left: auto; 
margin-right: auto;
/*border:1px solid red;*/
padding-top:20px;
}
#text{
width:650px;
height:310px;
margin-left: auto; 
margin-right: auto;
text-align:left;
padding-top:20px;
overflow:auto;
font-size:12px;
}

a{
text-decoration:none;
color:#876b63;
}
input,textarea{
border:1px solid #9ecece;
font-family:tahoma;
font-size:12px;
color:#876b63
}

table{font-size:12px;}





