BODY {
	margin: 0;
	padding: 0;
	background-color: #F7F6F3;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	position: absolute;
	width: 722px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin: -250px 0px 0px -361px;
	z-index: 0;
	clear: both;
}

H1 {
	position: absolute;
	left: 249px;
	top: 34px;
	font-size: 18px;
	z-index: 500;
}

#boxBgLeft {
	position: relative;
	width: 359px;
	height: 490px;
	background-color: #F7F5EB;
	border-top: 2px solid #D55F11;
	border-left: 2px solid #D55F11;
	border-bottom: 2px solid #D55F11;
	float: left;
	z-index: 10;
}

IMG#theater {
	position: absolute;
	width: 160px;
	height: 176px;
	left: 81px;
	top: 135px;
}

#textTheater {
	position: absolute;
	width: 170px;
	left: 50px;
	top: 343px;
	font-size: 12px;
}

#boxBgRight {
	position: relative;
	width: 359px;
	height: 490px;
	background-color: #FFF;
	border-top: 2px solid #5E0E0E;
	border-right: 2px solid #5E0E0E;
	border-bottom: 2px solid #5E0E0E;
	float: left;
	z-index: 10;
}

IMG#kunst {
	position: absolute;
	width: 170px;
	height: 150px;
	left: 118px;
	top: 234px;
}

#textKunst {
	position: absolute;
	width: 170px;
	left: 150px;
	top: 140px;
	font-size: 12px;
}

#boxCenter {
	position: absolute;
	width: 238px;
	height: 323px;
	left: 50%;
	top: 100px;
	margin-left: -120px;
	z-index: 50;
	clear: both;
}

#footer {
	position: absolute;
	width: 100%;
	top: 450px;
	display: block;
	text-align: center;
	z-index: 10;
}

#footer A {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

#footer A:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.orange {
	color: #D55F11
}

.brown {
	color: #5E0E0E;
}
