*{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body{
    font-size: 12px;
    font-family: verdana;
    background-color: #ffffff;
    background-image: url(img/header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

h1,h2,h3,h4,h5{
    font-family: "Verdana";
    color: #631c1c;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h2.maintitle{
    font-weight: bold;
}

a{
    color: #631c1c;
    text-decoration: none;
}

div#mainwidth{
    width: 900px;
    margin: 0px auto;
}

div#logodiv{
    margin-left: 200px;
    margin-top: 10px;
    height: 115px;
}

ul#headermenu{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 210px;
}

ul#headermenu li{
    float: left;
    margin-right: 10px;    
}

div#content{
    margin-top: 3px;
    border-left: 5px solid #f0eded;
    border-right: 5px solid #f0eded;
    border-bottom: 5px solid #f0eded;
    background-color: #f8f8f8;
}

div#main{
    margin-left: 10px;
    margin-top: 10px;
    width: 680px;
    float: left;
}

div#column{
    background-image: url(img/right_grunge_red.png);
    background-repeat: no-repeat;
    width: 180px;
    float: right;
    padding-left: 10px;
    margin-top: 10px;
}

div#column p{
    text-align: justify;
}

div#footer{
    background-image: url(img/footer.jpg);
    background-repeat: repeat-x;
    text-align: center;
    color: #c3c3c3;
    padding: 4px;
    background-color: #270506;
}

div#footer a{
    color: #c3c3c3;
    text-decoration: underline;
    cursor: wait;
}

div.clear{
    clear: both;
    font-size: 1px;
    height: 0px;
}

div.clear3px{
    clear: both;
    font-size: 3px;
    height: 3px;
}

span.datum{
    color: #8f7777;
    font-size: 10px;
}
