@import url("basic.css");
@import url("nav.css");
@import url("formulare.css");

body {
    background: #fff url(/images/bg.gif) repeat-x top;
    margin: 0;
    font-size: 86%;
}


    

#kopf {
    position: absolute; 
    top: 2px; 
    left: 0; 
    min-width: 773px; 
    width: 100%; 
    height: 106px;
    background: url(/images/title_bg.jpg) no-repeat center;
} 


#links {
    position: absolute; 
    top: 109px; 
    left: 0; 
    width: 19%; 
    margin: 0 1% 0 1%;
}

#mitte {
    position: absolute; 
    top: 109px; 
    left: 21%; 
    min-width: 360px; 
    width: 59%; 
}

#rechts {
    position: absolute; 
    top: 109px; 
    left: 80%; 
    width: 18%; 
    margin: 0 1% 0 1%;
}

h1#title_pic {
    margin: 33px 0 0 20px;
}





