* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#222;}
		

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layoutelemente */
#mainDiv{ width: 990px;
          height: 143px;
          text-align: left;
          margin: 18px auto;}
		  
#headDiv{ 
          background: #efefef;
		  height:143px;
		margin-top:-18px;
}
#contentDiv{ 
             background-image:url(../images/content-verlauf-600px.png);
			 background-repeat:no-repeat;
			 min-height:500px;
			 position:absolute;
}

#box-right {
	margin-top:30px;
	width:300px;
	text-align:right;
	margin-left:637px;
}
#box-left {
	margin-top:30px;
	margin-left:42px;
	width:620px;
	float:left;
}


#footerDiv{ border-top: 1px solid #d92a25;
			width:990px;
			padding-top:10px;
			position:relative;
			margin-bottom:10px;

}

#menu{ 		border: 0px solid #000;
			height:35px;
			background-image:url(../images/background-menu.png);
			padding-left:32px;
}

#footer{
	border-top:1px solid #d92a25;
	width:990px;
	position:relative;
	float:left;
	margin-top:25px;
	
}