/* tobistyle mauksch.de */

body
{
        color                   : #000;
        background              : #fff;
        font-size               : 12px;
        font-family             : 'Trebuchet MS', Verdana, Arial, sans-serif;
        line-height             : 1.5em;
}



h1, h2, h3, h4, h5, h6
{
        font-weight             : bold;
}

h1
{
        font-size               : 26px;
        margin                  : 20px 0 4px 0;
        padding                 : 3px 0 5px 0;
        border-bottom           : 1px dotted #aaa;
}

h2
{
        font-size               : 20px;
        margin                          : 20px 0 4px 0;
        padding                 : 3px 0 5px 0;
        border-bottom           : 1px dotted #aaa;
}

h3
{
        font-size               : 16px;
        margin                  : 15px 0 4px 0;
        padding                 : 3px 0 5px 0;
        border-bottom           : 1px dotted #aaa;
}


h4
{
        font-size               : 12px;
        margin                  : 12px 0 4px 0;
        padding                 : 3px 0 5px 0;

}


p, ul, ol, address, table
{
        padding                 : 0;
        margin                  : 3px 0 11px 0;
}

strong
{
        font-weight             : bold;
}

a
{
        padding                 : 0 4px;
}

a, a strong
{
        color                   : #000;
        text-decoration         : none;
        font-weight             : bold;
}

a:hover
{
        color                   : #fff;
        text-decoration         : none;
        background-color        : #666;
}

a strong
{
        font-weight             : bold;
}

img
{
        border                  : 0;
}

hr
{
        clear                   : both;
        margin                  : 0;
        padding                 : 0;
        height                  : 1px;
        border                  : 0px solid #fff;
        color                   : #fff;
        background-color        : #fff;
}

#page
{
        width                   : 800px;
        margin                  : auto;
}

#addresse
{
        float                   : right;
        margin-right            : 300px;
}

#info_geschaeft
{
        float                   : left;
}

.banner_link
{
        display                 : inline-block;       
        padding                 : 2px;
}

.banner_link img
{
        padding                 : 0;
}


#footer
{
        margin-top              : 20px;
        padding                 : 10px 20px 20px 20px;
        border-top              : 1px solid #bbb;
        text-align              : right;
        background-color        : #eee;
        
}

#footer a
{
       color                    : #666;
        
}

#footer a:hover
{
       color                    : #eee;
}






/* THE END */