body {
    background-image: url('img/img_bg.gif');
    background-repeat: repeat-y;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

#site {
    width: 800px;
}

#header {
    width: 800px;
    height: 190px;
    background-image: url('img/img_header.jpg');
}

#headline {
    width: 620px;
    height: 23px;
    padding: 3px 0px 0px 180px;
    background-image: url('img/img_headline.jpg') ;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;

}

#sidebar {
    width: 172px;
    height:200px;
    float: left;
    margin-top: 20px;
    vertical-align: top;
}

#main {
    width: 618px;
    height:200px;
    float: right;
    margin-top: 20px;
    padding-left: 10px;
    vertical-align: top;
}


ul {
    margin-top: 0px;
    padding-right: 15px;
    list-style: url('img/img_arrow.gif');
}

li {
    border-bottom: dotted  #999999 thin;
}

#footer {
    width: 608px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
}

#pic {
    text-align: center;
}


/* FONTS */
a.nav { font-family: Arial, sans-serif; font-size: 14px; text-decoration: none; }
a.nav:link, a.nav:visited, a.nav:active, a.nav:focus { color: #FFFFFF; text-decoration: none; }
a.nav:hover { color: #E41915; font-style: italic; text-decoration: none; }

a:link { text-decoration:underline; }
a:visited { color: #0000FF; text-decoration:underline; }
a:active { text-decoration:underline; }
a:hover { color: #E41915; text-decoration:underline; }

.subtitel {
 font-weight: bold;
}





