html,body {
	background-color: #666666;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: none;
}

td {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

a:link {
	color: #e5e5e5;
	text-decoration: none;
}

a:visited {
	color: #e5e5e5;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #e5e5e5;
	text-decoration: none;
}

#center {
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
}

#container1 {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: left;
}

#navigation {
	position: relative;
	width: 900px;
	height: 50px;
	background-image: url(imgs/bg_nav.jpg);
	background-repeat: no-repeat;
}

#navigation table {
	padding-top: 28px;
}

#container2 {
	position: relative;
	width: 800px;
	height: 440px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #d8d8d8;
}

#menu {
	float: left;
	width: 170px;
	height: 410px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #2d2d2d;
}

#contact {
	width: 900px;
	height: 544px;
	background: url(imgs/start.jpg) no-repeat;
}
#contactinhalt {
	position: absolute;
	top: 520px;
	left: 170px;
}

#map {
	position: absolute;
	top: 112px;
	left: 420px;
}

#menu a:link, #menu a:visited {
	color: #e5e5e5;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #7e7e7e;
	text-decoration: none;
}

#content {
	float: right;
	width: 540px;
	height: 425px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	background-color: #b4b4b4;
	text-align: left;
}

#content a:link, #content a:visited {
	color: #000;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #fff;
	text-decoration: none;
}

#datum {
	width: 40px;
	float: left;
	color: #e5e5e5;
}

#film {
	width: 130px;
	float: right;
	padding-bottom: 18px;
}
li {
	list-style-type: none;
	padding-bottom: 2px;
}

#jahr {
	width: 170px;
	text-align: left;
	/*margin-bottom: 25px;*/
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 50px;
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
}
