#top_verlauf
{
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 207px;
  background-image: url(top_verlauf.gif);
  background-repeat: repeat-x;
}

/*=== BOXES: ================*/

#total
{
         position: absolute;
         top: 0px;
         left: 50%;
         width: 798px;
         /*height: 600px;*/
         margin-left: -400px;
         display: block;
         z-index:1; 
         border-left: 1px solid silver;
         border-right: 1px solid silver;
         border-bottom: 1px solid silver;
         background-color: white;
}

#header
{
	float: left; 
	margin: 0px 25px 0 25px;	
	width: 748px;
	height: 104px;  
	overflow: hidden;
}

	#claim
	{
	position: absolute;
	top: 20px;
	left: 27px;
	color: #003366;
	font-size: 17px;
	}

	#logo
	{
	position: absolute;
	top: 15px;
	right: 25px;
	}
	
	#stadt
	{
	position: absolute;
	top: 70px;
	right: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	}
	
	#rm
	{
	position: absolute;
	top: 70px;
	left: 25px;
	border-left: 2px solid #E8E8E8;
	width: 748px;
	height: 31px;
	border-bottom: 2px solid #B1000D;
	}

#banner
{
	float: left; 
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
	marign-bottom: 1px;
	width: 750px;
	height: 140px;
	overflow: hidden;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

 *html #banner{margin-left: 13px; margin-right: 0px;}
	
#contentframe
{
	float: left; 
	margin: 0px 25px 0 25px;
	width: 750px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}
  *html #contentframe{margin-left: 13px; margin-right: 0px;}
  
	#mm
	{
	float: left; 
	width: 150px; 
	overflow: hidden;	
	border-bottom: 10px solid white;
	}
	
	#content
	{

	float: left; 
	width: 530px; 	
	margin: 20px 20px 20px 30px;
	}

 *html #content {margin-right: 0px;}



#footer
{
 float:left;
 margin:0px 25px 10px 25px;
 width:750px;
 border-top: 4px solid white; 
 border-bottom: 6px solid white;
}	

 *html #footer{margin-left: 13px; margin-right: 0px;}
    #footer_inner
    {
    float: right;
    }
    
.lastupdated{
 padding: 3px;
 border-top: 1px solid silver;
 border-bottom: 1px solid silver;
 font-weight: bold; 
}    
