@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #c48a4a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/wood1.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#head {
	position:absolute;
	height: 173px;
	width: 100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index:1;
}
#wetter {
	position:absolute;
	height: auto;
	width: auto;
	top: 80%;
	bottom: auto;
	right: auto;
	left: 12%;
	z-index:2;
}
#plakat2 {
	position:absolute;
	height: auto;
	width: auto;
	top: 20%;
	bottom: auto;
	right: auto;
	left: 8%;
	z-index:2;
}
#topdiv {
	position:fixed;
	height: 100%;
	width: 100%;
	max-height:100%;
	overflow:hidden;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index:2;
}
#inhaltbkdiv {
	position:absolute;
	height: 100%;
	width: 100%;
	top: 124px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index:2;
}
#inhaltpos {
	position:absolute;
	height: 100%;
	width: 100%;
	max-height: 90%;
	overflow:hidden;
	top: 180px;
	bottom: 0px;
	right: 0px;
	left: -5px;
	z-index:3;
}
#menu {
	position:relativ;
	height: 42px;
	width: 580px;
	max-height: 42px;
	overflow:hidden;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index:3;
}
#inhalt {
	position:relativ;
	background-color:#FFFFFF;
	height: 70%;
	width: 580px;
	max-height: 70%;
	overflow:auto;
	margin-top: 4px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index:3;
}
