html{
    font-size: 100.01%;
}

body{
    font-size: 1em;
    color: #9E928E;
    background-color: #603C1D;
    background-image: url(../gfx/hintergrund.png);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 3em;
}

a:link, a:visited{
    color: #AECA67;
}

a:hover{
    color: Green;
}

div.MORELINK{
    display: none;
}

table.events{
    border: 1px solid #251511;
    border-collapse: collapse;
    width: 100%;
    font-size: 0.8em;
    text-shadow: 1px 1px 0 black;
}

table.events th{
    white-space: nowrap;
    background-color: #170d0a;
}

table.events th,
table.events td{
    padding: 3px 10px;
    border: 1px solid #251511;
}

#outline{
    width: 855px;
    margin: 0 auto;
}

#outline > h1{
    font-size: 1.5em;
    text-align: right;
    color: White;
    margin: 0 0 0.5em 0;
    text-shadow: 2px 2px 1px black;
}

#header{
    background-image: url(../gfx/header.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    height: 350px;
}

#header ul{
    width: 150px;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header ul li{
    margin: 0 0 0.4emm 0;
    padding: 0;
}

#header a:link,
#header a:visited{
    color: White;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
}

#header a:hover{
    color: #f77c33;
}

#header a strong{
    color: Orange;
}

.clear{
    clear: both;
    height: 5px;
}

#sidebar{
    width: 160px;
    float: left;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #795F4E;
    margin-top: -2.3em;
}

#content{
    width: 620px;
    padding: 30px;
    float: right;
    background-color: #0B0706;
    line-height: 1.6em;
    font-size: 0.9em;
    -moz-box-shadow: 0 2px 4px #2f1f11;
    -webkit-box-shadow: 0 2px 4px #2f1f11;
}

#content h1, h2, h3, h4{
    color: Orange;
    margin: 1em 0 0.5em 0;
    font-weight: normal;
}

#content h1{
    margin-top: 0;
}

div.image img{
    border: 1px solid #1C0202;
    background-color: black;
    padding: 5px;
    -webkit-box-shadow: 0 0.2em 0.5em black;
}

div.image.left{
    float: left:
    margin-right: 1em;
}

div.image.right{
    float: right;
    margin-left: 1em;
}

ul.articlelist{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.articlelist li{
    margin: 0 0 1.5em 0;
    padding: 1em;
    background-color: #0B0706;
    -moz-box-shadow: 0 2px 4px #2f1f11;
    -webkit-box-shadow: 0 2px 4px #2f1f11;
}

#sidebar h1, #sidebar h2, #sidebar h3{
    font-size: 1em;
    margin: 0 0 1em 0;
    color: #D1A486;
}

#footer{
	clear: both;
	padding: 10px 0 0 180px;
}
