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

body {
	background-color: #ffcc00;
	padding: 0px;
	margin: 0px;
	background-image: url(grafik/screendesign/background.jpg);
	position: static;
}


#left {
	float: left;
	width: 180px;
	height: 500px;
}
#right {
	width: 180px;
		float: left;

}


#header {
	width: 970px;
	/*	position: fixed;
*/	height: 220px;
	top: 0px;
	display: block;
	background-image: url(grafik/screendesign/header_tag.jpg);
}

#container #content {
	padding: 5px;
	display: block;
	background-image: url(grafik/screendesign/content_background.jpg);
}

#container #maincontent {
	float: left;
	width: 560px;
	margin-left: 20px;
	margin-right: 20px;
}

#container #header #navigation {
	width: 800px;
	/*	position: fixed;
*/	height: 35px;
	top: 0px !important;
	display: block;
	float: right;
	margin-right: 65px;
	background-color: rgb(0,102,0);
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding-left: 20px;
}


#footer {
	width: 100%;
	position: fixed !important;
	bottom: 0 !important;
	height: 70px;
	background-image: url(grafik/screendesign/nur_gras.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-position: bottom;
	background-repeat: no-repeat;
}
#kenguruh {
	position: fixed;
	left: 30px;
	top: auto;
	right: auto;
	bottom: 20px;
	z-index: 5000;
	height: 197px;
	width: 200px;
}

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 10px;
	border-top-style: solid;
	background-image: url(grafik/screendesign/content_background.jpg);
	height:2000px;
}
#container #header #wetter {
	height: 150px;
	width: 250px;
	float: left;
	margin-left: 10px;
}
#web20 {
	height: 150px;
	width: 80px;
	top: 200px;
	right: 0px;
	position: fixed;
	float: none;
}
