
body {
    margin: 3px;
    padding: 0;
    background: #000 url(img/bg.gif) top;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
}


#life {
    margin: 0 0 10px 0;
    float: left;
    border: 1px solid #5f5f5f;
    background: #fff;
    width: 985px;
    padding: 1px 1px 0 1px;
}



#header {
    margin: 0;
    margin-bottom: 30px;
    padding: 20px 10px;
    background-color: #4c4c4c;
}






#navigation {
    margin: 0;
    float: right;
    width: 240px;
}
#navigation ul {
    margin: 0; padding: 0;
}
#navigation ul li {
    margin: 0; padding: 0 10px; list-style: none;
}
#navigation ul li a{ 
    background: url(img/bg.teaser1.gif) repeat-x top;
    border-bottom: 1px dotted #fe7d21;
    border-right: 1px dotted #fe7d21;
    text-align: left;
    padding: 10px 10px 0 20px;
    height: 30px;   
    display: block;
    margin-top: 10px;
    color: #4c4c4c;
    font: Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#navigation ul li a:hover{ 
    background: url(img/bg.teaser1.gif) repeat-x -60px;
    text-decoration: underline; 
}
#navigation ul li a.current{ 
    background: url(img/bg.teaser1.gif) repeat-x -60px;
    border-bottom: 1px dotted #fe7d21;
    border-right: 1px dotted #fe7d21;
    text-decoration:underline;
    text-align: left;
    padding: 10px 10px 0 20px;
    height: 30px;   
    display: block;
    margin-top: 10px;
    color: #4c4c4c;
    font: Verdana, sans-serif;
    font-weight: bold;
}





#content {
    float: right;
    padding: 2px;
    width: 735px;
    background-color: #fff;
    border-right: 5px dotted #fe7d21;
}

#content .teaser01 {
    background: url(img/bg.teaser1.gif) repeat-x bottom;
    margin: 10px 0;
    padding: 0 1px 3px 4px;
    float: left;
    width: 715px;
    border-bottom: 1px dotted #fe7d21;
    border-right: 1px dotted #fe7d21;
    clear: left;
}
#content .teaser01 img.ausg {
    float: right;
    padding: 10px;
}
#content .teaser01 img.artikel {
    margin: 5px 15px;
    border: 1px solid #fe7d21;
    padding: 1px;
}
#content .teaser02 {
    background: url(img/bg.teaser1.gif) repeat-x bottom;
    margin: 15px 10px 10px 5px;
    padding: 0 3px 3px 3px;
    float: left;
    width: 335px;
    border-bottom: 1px dotted #fe7d21;
    border-right: 1px dotted #fe7d21;
}
#content .teaser02 img.ausg {
    float: right;
    padding: 4px;
}


