* {
    margin:0;
    padding:0;
}
body {
    background-color:#99ccff;
}
div#root {
    width:900px;
    background-color:white;
    margin-top:60px;
    border:1px solid #0099cc;
}
div#head {
    width:900px; height:127px;
    background-image:url(images/start_01.png);
}
div#middle {
    width:900px; height:269px;
    padding:0 0 0 58px;
}
div#privat {
    width:261px; height:269px;
    float:left;
}
div#geschaeftlich {
    width:254px; height:269px;
    float:left;
}
div#gewerblich {
    width:256px; height:269px;
    float:left;
}
div#foot {
    width:771px;
    margin:10px 71px 0 58px;
    background-color:white;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#666666;
    text-align:left;
}
div#text1 {
    width:256px;
    float:left;
    margin:0 5px 5px 0;
}
div#text2 {
    width:249px;
    float:left;
    margin:0 5px 5px 0;
}
div#text3 {
    width:256px;
    float:left;
    margin:0 0 5px 0;
}
div.clear {
    clear:left;
}
