body {
background-color:#ffffff;
background-image:url('http://www.uwe-prink.de/i/upbg2.png');
background-position: top left;
background-attachment:fixed;
background-repeat:no-repeat;
}

font {
font-family: Georgia;
font-size: 11px;
color: #443727;
}

.font2 {font-family: Georgia; font-size: 16px; color: #688fa0;}
.font3 {font-family: Georgia; font-size: 12px; color: #d5c3a8;}
.foot {font-family: Verdana; font-size: 10px; color: #1d140f;}
.menu {font-family: Georgia;font-size: 30px;color: #a75020;}

a:link {color: #e07000; text-decoration: none;}
a:visited {color: #e07000; text-decoration: none;}
a:visited:hover {color: #ebddcd; background:#688fa0;}
a:hover {color: #ebddcd; background:#688fa0;}
a:active {color: #e07000; text-decoration: none;}

#wrapper {
         position:relative;
         min-height:100%;
         height:auto !important;
         height:100%;
         margin:0 auto;
}

#menu {
        position:fixed;
        overflow: auto;
        left:325px;
        top:65px;
        width:150px;
}

#title {
        position:fixed;
        overflow: auto;
        left:15px;
        top:20px;
        width:300px;
        height:100px;
}

#content {
        position:absolute;
        left:555px;
        top:45px;
        width:665px;
}


#footer {
         position:fixed;
         top:790px;
         left:20px;
         height:60px;
}