body{
background-color: #FFF;
/*background-image: url(../img/hintergrund.jpg);
background-repeat: repeat-x; */
margin: 0;
text-align: center;
}
div#wrapper{
width: 740px;
margin: 0 auto;
text-align: left;
}
/*div#header{
background-color: #F00;
margin: 15px 0 0 0;
width: 740px;
}
div#navi{
width: 140px;
float: left;
background-color: #00F;
} */
div#content{
width: 740px;
text-align: center;
float: right;
background-color: #FFF;
margin-top: 100px;
}
p#underconstruction{
color: #C0C0C0;
font-size: 14px;
font-family: Arial, Helvetica, Courier;
}
/*div#footer{
width: 600px;
float: right;
background-color: #FF0;
} */
.clear{
clear: both;
}

