@import "reset.css";
@import "box.css";
@import "typo.css";

/* layout.css: Layout/Größen/Positionierung */

body { background-color: #fff; }  
#wrapper {     
	position: relative; 
	width: 830px;
	margin: 0 auto;
	margin-bottom: -38px;
	padding: 0px;     
	background: transparent url(../img/wrapperbg.gif) top center repeat-y;
}     
#head {   
	width: 800px;
	height: 203px;
	padding: 0px 30px 0px 0px;
	margin: 0px auto;
	margin-top: 30px;
	background: transparent url(../img/headbg.gif) 1px -40px no-repeat; 
}
#logo {                                                                                                                         
	width: 232px;
  margin:80px 0 0 25px;
  width:232px;
}   
#head .box.suche, #head .box.kontakt {
  position: absolute;
  top: 0px;
  height:170px;
  margin: 0px 0px 0px 280px;
}
#head .box.kontakt { margin-left: 543px; /* width: 220px; margin-left: 22px;*/ }
.foot {
	position: relative;	
	z-index: 2000;
	height: 150px;
	background-color: #f00;
  background: transparent url(../img/topeventsbg.gif) 25px 84px no-repeat; 
}

.leftfloat { float: left !important; }
.rightfloat { float: right !important; }
.clear { 
	clear: both;
	float: none;
	display: block;
}
.clearer { 
	clear: both;
	float: none;
	display: block;
	height: 0px;
}
/*SAFARI*/
html*div.linebottom{
	 margin-bottom: -110px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .linebottom  {
	 bottom: 110px;
	 margin-bottom: -110px;
	}
  .modul fieldset { 
		width: 350px; 
		margin: 0px 15px 20px;
	}
}

  
