body {
	background:					#000;
	font-family:				Verdana, Arial, Helvetica;
	font-size:					10pt;
}

iframe {
	z-index: 99;
}

#ContainerMain {
	position:					absolute;
	height:						520px;
	width:						900px;
	margin:						-255px 0px 0px -450px;
	top: 						50%;
	left: 						50%;
}	

	#ContainerTopLine {
		position:				absolute;
		width:					900px;
		height:					10px;
		left:					0;
		top:					30px;
		background:				url("images/line.jpg");
	}
	
	#ContainerBottomLine {
		position:				absolute;
		width:					900px;
		height:					10px;
		left:					0;
		bottom:					40px;
		background:				url("images/line.jpg");
	}
	
	#ContainerTopHeader {
		position:				absolute;
		width:					920px;
		height:					30px;
		top:					0;
		left:					0;
	}

	#ContainerProducts {
		position:				absolute;
		width:					920px;
		top:					50px;
	}


		a.Unternehmung {
			display:				block;
			width:					450px;
			height:					200px;
			background:				url("../images/Unternehmung_sw.jpg");
		}
		a.Unternehmung:hover {
			display:				block;
			background:				url("../images/Unternehmung.jpg");
		}

		a.Informationsportal {
			display:				block;
			width:					450px;
			height:					200px;
			background:				url("../images/Informationsportal_sw.jpg");
		}
		a.Informationsportal:hover {
			display:				block;
			background:				url("../images/Informationsportal.jpg");
		}

		a.Veranstaltungstechnik {
			display:				block;
			width:					450px;
			height:					200px;
			background:				url("../images/Veranstaltungstechnik_sw.jpg");
		}
		a.Veranstaltungstechnik:hover {
			display:				block;
			background:				url("../images/Veranstaltungstechnik.jpg");
		}

		a.Eventorganisation {
			display:				block;
			width:					450px;
			height:					200px;
			background:				url("../images/Eventorganisation_sw.jpg");
		}
		a.Eventorganisation:hover {
			display:				block;
			background:				url("../images/Eventorganisation.jpg");
		}
	
	#ContainerBottomInfo {
		position:				absolute;
		bottom:					0;
		left:					15px;
		overflow:				visible;
		height:					40px;
		width:					870px;
		border-top:				0px solid #FFF;
		border-bottom:			0px solid #FFF;
	}
	
		#ContainerBottomInfo p{
			text-align:			center;
			margin:				0;
			padding:			0;
		}

		#box0, #box1, #box2, #box3, #box4 {
			position:			absolute;
			left:				0;
			top:				0;
			width:				850px;
			height:				20px;
			margin:				0;
			padding:			20px 10px 0 10px;
			color:				#b9883d;
			border-style: 		none;
		}
		
		#box1, #box2, #box3, #box4 {
			display:			none;
		}

img {
	border:						none;
}


