body {
background-image:url(../img/hintergrund-relief9.gif);
margin:0;
padding:0;
font-family:Georgia,"Times New Roman",Times,serif;
color:#4e350b;
background-color:#D28628;
background-position: top center;
/*background-repeat:no-repeat;*/
background-attachment:fixed;
}

#balkenoben {
  background-image:url(../img/hintergrund-head.gif);
  background-repeat:no-repeat;
  background-position:center top;
  /*z-index:2;
  position: relative;*/
}


#maincontainer{
width: 960px; 
margin: 0 auto; 
/*z-index: 3;
position: relative;*/
}

#topsection{
  height:135px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 170px 20px 170px;
min-height:500px;
}

#leftcolumn{
float: left;
width: 170px; 
margin-left: -960px; 
padding-top:100px;
}

#rightcolumn{
float: left;
width: 170px; 
margin-left: -170px; 
padding-top:30px;
}

#footer{
clear: left;
width: 100%;
}


.innerContent{
margin: 60px 30px 0 30px;
}


#slideshow {
    position:relative;
    height:400px;
	margin-bottom:1em;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

