@charset "utf-8";
/* CSS Document */

body{
 background-color:#FFFFFF	
margin:0;
padding:0;
font-family:Arial, Geneva, sans-serif;
font-size:1em;
}
.header{
	  /*position*/
  position:absolute;
  top:0px;
  left:0px;
	background-image:url(../style/headerback.jpg);
	margin:0px 0px 0px 0xp;
	 padding:0px 0px 0px 0px;
	border:0px;
	height:220px;
	width:100%;
	background-repeat:repeat-x;	
}
.header img{
	height:110px;
	position:relative;
	left:50%;
	margin-left:120px;
	margin-top:70px;
	color:#333;
}

.main_div{
  /*position*/
  position:relative;
  top:230px;
  left:50%;
  margin-left:-512px;
  /*style*/
  width:1024px;
  height:100%;
}

.news{
 	background-image:url(../style/news.png);
	background-repeat:no-repeat;
	margin: 5px 10px 0px 10px;
	padding:08px 3px 0px 5px;
	width:550px;
	height:50px;	
	font-size:0.8em;
	font-weight:700;
	color:#333;
	}

.main_div img{
	margin-left:614px;
	margin-top:-240px;
}

.smf{
 	background-image:url(../style/sommernachtsfest.png);
	background-repeat:no-repeat;
	margin: 5px 10px 0px 10px;
	padding:25px 3px 0px 5px;
	width:550px;
	height:150px;	
	font-size:0.8em;
	font-weight:700;
	color:#333;
	text-align:justify;
	}
