	#infobox{
		background:#ffffff;
		height:200px;
		width:250px;
		position:relative;
		padding-top:0px;
	}
	#infobox th{
		color:#4ca5d7;
		width:250px;
		font-size:12px;
		padding-left:35px;
		padding-top:11px;
		background:url(../images/neuigkeiten_punkt.png) top right no-repeat #ffffff;
	}
	#infobox td{
		padding-left:20px;
		padding-top:8px;
		padding-bottom:10px;
		background:url(../images/neuigkeiten_bg.png) bottom center no-repeat #ffffff;
	}
	#erste_ebene{
		position:relative;
		left:200px;
		height:20px;
		border-top:1px solid #FFFFFF;
		background-color:#dfdfdf;
		width:549px;
		z-index:99;
		padding-top:4px;
	}
	#headline{
		font-size:16px;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding-bottom:5px;
		padding-top:5px;
		border-bottom:1px solid #018CCD;
		z-index:100;
		text-align:left;
		color:#181818;
	}
	.error{
	background-color:#FF33FF;
	}
	#content_table{
	/*	background:url(../images/maschine.jpg) bottom left no-repeat;*/
	}
	#maschine{
		position:absolute;
		bottom:0px;
		left:0px;
		z-index:2000;
	}
	/* IE - Scrollfix */
	
	*+html div#inhalt{
		width:95%;
	}
	* html #inhalt{
		width:95%;
	}