﻿body {
	font-family:Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.0em;
	color: #333333;
	line-height: 120%;
}
#Container {
	border: 1px solid #C0C0C0;
	font-size: 1.0em;
	position: relative;
	text-align: left;
	width: 900px;
	height: 590px;
}
#Kopf {
	position: relative;
	width: 100%;
	height: 90px;
	background-image: url('../images/head_hintergrund.png');
}
#Logo {
	position: absolute;
	width: 150px;
	height: 35px;
	top: 30px;
	left: 30px;
}
#Werbebanner {
	position: absolute;
	width: 460px;
	height: 60px;
	top: 20px;
	left: 270px;
}
#Navigation {
	position: relative;
	width: 900px;
	height: 20px;
	background-color: #333333;
	z-index:50;
}
#Wechselbild {
	position: relative;
	width: 900px;
	height: 450px;
}
#Content {
	position: absolute;
	top: 110px;
	width: 900px;
	height: 450px;
	overflow: auto;
}
#Mitte {
	width: 560px;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 30px;
}
#Film_Hintergrund {
	position: absolute;
	top: 110px;
	width: 600px;
	height: 280px;
	background-color: white;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50); opacity:0.5;
}
#Content_Hintergrund {
	position: absolute;
	top: 110px;
	width: 600px;
	height: 450px;
	background-color: white;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50); opacity:0.5;
}
#Tagebuch_Hintergrund {
	position: absolute;
	width: 600px;
	height: 120px;
	top: 300px;
	margin-left: -30px;
	background-color: white;
	-moz-opacity: 0.5;
	filter: Alpha(Opacity=50); opacity:0.5;
}
#Tagebuchbox {
	position: absolute;
	top: 300px;
	width: 600px;
	height: 120px;

}
#Tagebuch {
	position: absolute;
	background-image: url('../images/tagebuch_hintergrund.gif');
	width: 200px;
	height: 120px;
	float: left;
}

#Webcam {
	position: absolute;
	background-image: url('../images/webcam_hintergrund.gif');
	padding-left: 14px;
	padding-top: 2px;
	left: 200px;
	width: 185px;
	height: 120px;
}

#News {
	background-image: url('../images/news_hintergrund.gif');
	position: absolute;
	left: 385px;
	width: 215px;
	height: 120px;	
	
}
#Toolnavigation {
	position: relative;
	top: 6px;
	left: 5px;
	width: 900px;
	height: 20px;
}