/* 
    Document   : haupt.css
    Created on : 19.10.2012, 10:16:45
    Author     : sebastianluke
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-image:url(../img/bg_mattiert_2020.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    line-height:16px;
}
h2{margin:0;}
p{margin:0;}
.table_center {
    margin-top:114px;  
}
.background_home{
    background-image: url(../img/home_2020_aktion.png);      
}
.background_home_kasten{
    background-image: url(../img/home_kasten_2020_aktion.png);      
}    
.menue_table{
    position:absolute; top:-1px; left:304px;
}
.font_small{
    line-height:14px;
    font-size: 10px;
}
li {
    font-weight: bold;
}
li li {
    font-weight: normal;
}