
#banner {
	float:left;
	width:100%;

}
	#line1 {
	 	float:left;
		width:100%;
		height:21px;
		background-color:#04005b;
	}
	#masch_box {
	 	margin-top:2px;
	 	margin-bottom: 2px;
	 	float:left;
	 	width:100%;
		border-top:solid 1px #c2c0c0;
		border-bottom:solid 1px #c2c0c0;
		height:156px;
	}
		#info_masch {
		 	float:left;
			color:#7c7c7c;
			font-size:8pt;
			line-height:1.5;
			margin-left:15px;
			margin-top:15px;
			width:267px;
		}
		#banner_bild {
			float:right;
		}



#content {
	margin-top:45px;
	float:left;
	width:100%;
	min-height:300px;
	height: auto !important;
	height:300px;
}

	#quickmenu {
		float:left;
	}
	#quickmenu ul {
		padding:0;
		margin:0;
	}
	#quickmenu li {
		list-style-type:none;
		margin-bottom:5px;
	}
	
	
	#text {
	 	width:900px;
	 	border-left:solid 20px white;
		float:left;
		line-height:1.5;
		font-size:8pt;
	}
	

#footer {
	float:right;
	margin-bottom:5px;
	
}
#footer ul {
	margin:0;padding:0;
}
#footer li {
	list-style-type:none;
	float:left;
	margin-right:10px;
}
