*{
	margin:0px;
	padding:0px;
}
body {
	background-color:black;
	color:black;
}
a, a:hover, a:link, a:visited, p, h1{
	color:black;
}


#stage
{
	display:block;
	width:1000px;
	height:auto;
	margin:0px auto;
}
#preheader
{
	display:block;
	width:1000px;
	height:217px;
	background-image:url("../../../fileadmin/images/festival/style/preheader.jpg");	
	background-repeat:no-repeat;
}
#header
{
	display:block;
	width:1000px;
	height:127px;
	background-image:url("../../../fileadmin/images/festival/style/header.jpg");	
	background-repeat:no-repeat;
}
#footer
{
	display:block;
	width:1000px;
	height:167px;
	background-image:url("../../../fileadmin/images/festival/style/footer.jpg");	
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:15px;
}
#content
{
	display:block;
	width:1000px;
	height:auto;
	background-image:url("../../../fileadmin/images/festival/style/mittelteil.jpg");	
	background-repeat:repeat-y;
	
}
#menue
{
	display:block;
	float:left;
	width:195px;
	height:auto;
	/*border: 1px solid green;*/ 
	padding-left:13px;
}
#inhalt
{
	float:right;
	display:block;
	width:750px;
	height:auto;
	/*border: 1px solid pink;*/
	padding-right:15px;
	
}
.clearer
{
	clear:both;
	height:0px;
}
.menue_element
{
	list-style: none;
	
}
.align-center
{
	text-align:center; 	
}
