html{
    font-size: 100.01%;
}

a:link,
a:visited{
    color: Gold;
}

a:hover,
a:active{
    color: Orange;
}

body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-family: Georgia;
    background-color: #0d3a35;
    color: White;
}

#header{
    width: 640px;
    margin: 0 auto;
    text-align: left;
    background-image: url(../gfx/navigation.jpg);
}

#header h1{
    width: 640px;
    height: 180px;
    background-image: url(../gfx/header.jpg);
    background-repeat: no-repeat;
    margin: 0;
}

#header h1 span{
    display:none;
}

#navigation{
    background-position: top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 20px 0 20px;
    font-size: 0.75em;
    font-weight: bold;
}
#navigation li{
    display: block;
    float: left;
    height: 33px;
    margin: 0;
    padding: 0;
}

#navigation li a:link,
#navigation li a:visited{
    display: block;
    float: left;
    height: 23px;
    margin: 0;
    padding: 10px 7px 0 7px;
    text-decoration: none;
    color: Black;
    border-left: 1px solid #efcf8b;
    border-right: 1px solid #957531;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li a.aktiv{
    background-color: #efcf8b;
}

#navigation li.first a{
    border-left: none;
}

#navigation li.last a{
    border-right: none;
}

#header div.c{
    clear: both;
    height: 12px;    
}

.c{
    clear: both;
}

img.schatten{
    background-color: White;
    padding: 4px;
    border: 2px solid black;
    border-top: none;
    border-left: none;
}

p.thumb-links{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#content{
    width: 500px;
    margin: 0 auto;
    text-align: left;
    background-image: url(../gfx/logo.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 30px 20px 70px;
    font-size: 0.9em;
    line-height: 1.6em;
}

#content h2{
    color: Orange;
    font-size: 2em;
    font-weight: normal;
}

#content h2 small{
    color: white;
    font-size: 0.6em;
    display: block;
    font-weight: normal;
}

#footer{
    font-size: 0.85em;
    line-height: 1.6em;
    color: White;
    clear: both;
    
    width: 620px;
    margin: 0 auto;
    border-top: 4px solid #e7b64d;
    padding: 10px;
    margin-bottom: 20px;
}

