@import url("basic.css");
@import url("nav.css");
@import url("formulare.css");

body {
    background: #9cf url(/images/bg_alternative_01.gif) repeat-y left;
    margin: 0;
    font-size: 86%;
}

#kopf {
    position: absolute; 
    top: 2px; 
    left: 5px; 
    width: 773px; 
    height: 106px;
    background: url(/images/title_bg.jpg) no-repeat;
} 


#links {
    position: absolute; 
    top: 109px; 
    left: 5px; 
    width: 165px; 
}

#mitte {
    position: absolute; 
    top: 109px; 
    left: 177px; 
    width: 414px; 
}

#rechts {
    position: absolute; 
    top: 109px; 
    left: 598px; 
    width: 180px; 
}



h1#title_pic {
    margin: 33px 0 0 20px;
}





