body{	background-image : url( "../assets/images/bg_site.gif" );
	background-repeat : repeat-y;
	background-color : rgb(0,0,0);
	background-position : center 0%;
	text-align : center}
	
	
	
#buehne{
position:relative;
top:0px;
left:0px;
max-width:1030px;
min-width:1000px;
margin:0 auto
}

#vorhangLinks{
position:absolute;
left:-40px;
width:296px;
height:754px;
background-image:url( "../assets/images/vorhang_links.png" );
background-repeat: no-repeat;
z-index:1000
}

#vorhangRechts{
position:absolute;
top:0px;
right:0px;
width:290px;
height:754px;
background-image:url( "../assets/images/vorhang_rechts.png" );
background-repeat: no-repeat;
z-index:999
}


#content{
position:absolute;
top:0px;
z-index:980;
clear:both;
text-align:center;
margin:0px auto
}

a.normal{
color:#CCB47B;
text-decoration:none
}

 a.normal:link{
color:#CCB47B;
text-decoration:none
}

 a.normal:active{
color:#CCB47B;
text-decoration:none
}

a{
color:#ffffff;
text-decoration:none
}

 a:link{
color:#ffffff;
text-decoration:none
}

 a:active{
color:#ffffff;
text-decoration:none
}

a.normal:hover{
color:#ffffff;
text-decoration:underline
}

a:hover{
color:#CCB47B;
text-decoration:underline
}




