/* CSS für rescale design */
/* Author : Dirk Schumacher - rescale design*/

/* Wichtige Farben
BGMainSite  = #FFF

HoverColor = #FFBF3D
TextHover = #d683c3
*/

body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #FFF;}

#site {height: 100%;}

#content {
    width: 479px;
    height: 490px;
    margin: 50px auto 0px auto;
    background-image: url('img/img_teaser2.jpg');
}


#footer {
    position: absolute;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #424242;
    border-top: 1px solid #000;
    background-color: #FFF;
    bottom: 0px;}

a.nav {  font-family: Arial, sans-serif; font-size: 11px;  text-decoration: none;}
a.nav:link, a.nav:visited, a.nav:active, a.nav:focus {color: #000;}
a.nav:hover { color: #786033; }
