* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 40px;
}

body {
    background-color: #c6c4ad;
    font-family: Georgia, serif;
    text-align: center;
    font-size: 95%;
    line-height: 1.5;
}

#container {
    position: relative;
    min-height: 100%;
    background-image: url(content.jpg);
    margin: auto;
    width: 850px;
    text-align: left;
}

#header {
    height: 100px;
    background-image: url(header.jpg);
}

#navi {
    height: 1.5em;
    background: url(navi.jpg) top;
    font-family: Calibri, sans serif;
    font-size: 1.2em;
    text-align: center;
}

ul li {
    display: inline;
    padding: 0 3px;
}

ul a {
    text-decoration: none;
    color: #68868a;
}

ul a:visited {
    color: #68868a;
}

ul a:hover {
    color: #1e2d45;
}

ul a:active {
    color: #1e2d45;
}

#content {
    background-image: url(content.jpg);
    margin: 10px 0;
    padding-bottom: 2.5em;
}

#content p {
    padding: 0.5em 0;
}

h1 {
    margin: 0 40px;
    font-size: 3em;
    font-family: Calibri, sans serif;
    font-weight: normal;
    color: #51563b;
}

h2 {
    margin: 0 40px;
    font-size: 2em;
    font-family: Calibri, sans serif;
    font-weight: normal;
    color: #51563b;
}

h3 {
    margin: 0 40px;
    font-size: 1.5em;
    font-family: Calibri, sans serif;
    font-weight: normal;
    color: #51563b;
}

#footer {
    position: relative;
    background-color: #f1efe0;
    background: url(footer.jpg) bottom;
    background-repeat: no-repeat;
    height: 2.5em;
    margin: auto;
    margin-top: -2.5em;
    width: 850px;
    font-family: Calibri, sans serif;
    clear: both;
}

#news #navnews a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

#bio #navbio a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

#werke #navwerke a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

#presse #navpresse a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

#links #navlinks a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

#kontakt #navkontakt a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

#edh #navedh a {
    color: #1e2d45;
    border: solid #1e2d45;
    border-width: 1px 0;
}

hr {
    border: 0;
    height: 3px;
    color: #c6c4ad;
    width: 100%;
    background-color: #c6c4ad;
    margin: 10px 0;
}

#foto {
    border: 1px solid #000;
    margin: 10px 40px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    font-size: 80%;
    float: left;
}

table {
    margin: 10px 40px;
    clear: both;
}

td {
    padding: 0.2em;
    font-size: 95%;
}

th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px black;
}