body {
background-color: #000;
color: #808080;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
font-style:normal; font-variant:normal; font-weight:normal; font-size:85%; font-family:verdana, arial, sans-serif; background-position-y: center
height: 100%;


}

#container {
margin: 0 auto;
width: 1001px;
text-align: left;
background-image: url('../images/content_bg.jpg');
background-repeat: repeat-y
}

#header {
height: 246px;
background-image: url('../images/header.jpg');
background-repeat: no-repeat;
background-position:  center 50%;
}
#dateline {
height: 52px;
background-image: url('../images/dateline.gif');
background-repeat: no-repeat;
background-position:  center 50%;
font-size: 80%
}

#linkespalte {
position: relative;
float:left;
width:174px;
font-size: 80%;
overflow: hidden;
text-align: left;
}

#linkespalte_header {
position: relative;
background-image: url('../images/linkespalte_trenner.jpg');
background-repeat: no-repeat;
left: 0px;
height: 37px;
width:174px;
color: #AEA79C
}

#linkespalte a {
color: #9D7734;
text-decoration: none;
}

#linkespalte a:hover {
color: #6A6A6A;
}

#rechtespalte {
font-size: 80%;
width:174px;
position: relative;
float:right;
overflow: hidden;
text-align: left;
}

#rechtespalte_header {
position: relative;
background-image: url('../images/rechtespalte_trenner.jpg');
background-repeat: no-repeat;
background-position:  right 50%;
height: 37px;
width:174px;
color: #FFF
}

#content {
font-size: 80%;
position: relative;
width: 638px;
overflow: hidden;
padding: 7px;
}

#content a {
color: #aeaeae;
font-style:italic;

}

#content a:hover {
color: #000000;
text-decoration: none;
}

#footer {
position: relative;
font-size: 80%;
text-align: center;
clear:both;
height: 52px;
background-image: url('../images/footer.gif');
background-repeat: no-repeat;
background-position:  center 50%;
}


textarea {
width: 80%;
background-color: #AEA79C;
border: 1px solid #4F3B18;
font: 85% verdana, arial, sans-serif;
}

a {
color: #9D7734;
text-decoration: none;
}

a:hover {
color: #6A6A6A;
}

input, select {
background-color: #AEA79C;
border: 1px solid #4F3B18;
font: 85% verdana, arial, sans-serif;
}