body {
	background-color: #000; /*#CBFF98; /*#E5FFCB; /*#FFFF65;/*hedi grün: #CCFF99;*/
	/*background:none repeat scroll 0 0 #D1CDC1;*/
	border:0 none;
	height:100%;
	margin:0;
	max-height:100%;
	overflow:hidden;
	padding:0;
	
	font-family:arial,sans-serif,trebuchet MS,tahoma,verdana;	
	font-size: 11px;
}

h1{
	font-size: 25px;
	padding: 10px;
	margin: 0Px;
	text-align: left;
}

.fixed_chicken1{
	position: fixed;
	bottom: 45px;
	right: 50%;
	margin-right: -480px; 
	z-index:9999;
}

.fixed_chicken2{
	position: fixed;
	top: 85px;
	left: 50%;
	margin-left: -490px; 
	z-index:9999;
}

.transparent {
	filter:alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Mozilla */
	opacity: 0.80; /* Opera */
}

#div_header{
	background-image: url("../img/banner1_1000x140.jpg");
	background-repeat:no-repeat;
	
	/*background:none repeat scroll 0 0 #FFFFFF;*/
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	border-top:4px solid #000000;
	border-bottom:1px solid #000000;
	
	font-size:1em;
	height:141px;
	left:50%;
	margin-left:-501px;
	min-width:1000px;
	position:absolute;
	top:10px;
	width:1000px;
	z-index:3;
	
	
	color:#FFF;
	font-weight:bold;
	font-size:20px;
}


#div_menu{
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	border-bottom:0px solid #000000;
	border-top:1px solid #000000;
	
	background-color:#B2FF65;
	
	height: 30px;
	left:50%;
	margin-left:-501px;
	min-width:1000px;
	position:absolute;
	top:155px; /* header-top + header height + border + 1*/
	width:1000px;
	z-index:5;
	
	/*padding-top: 5px;*/
		
	text-align:center;
	font-size:1em;
	
}

#div_content{
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	
	background-color:#B2FF65;
	padding-top: 10px;
	padding-bottom: 10px;
	
	bottom:45px; /* footer-bottom + footer height*/
	display:block;
	left:50%;
	margin-left:-501px;
	overflow:auto;
	position:absolute;
	top:185px; /* menu-top + menu-height*/
	width:1000px;
	z-index:3;
}

#div_content_inner{
	margin: 40px 70px 0px 70px;
}

#div_footer{
	border:4px solid #000000;
	border-top:1px solid #000000;
	bottom:15px;
	background-image: url("../img/banner4_1000x60.jpg");
	/*
	background:url("heading.jpg") repeat scroll 0 100px transparent;
	font-family:trebuchet MS,tahoma,verdana,arial,sans-serif;
	font-size:1em;
	font-weight:bold;*/
	height:30px;
	left:50%;
	margin-left:-501px;
	min-width:1000px;
	position:absolute;
	width:1000px;
	z-index:5;	
	
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	line-height: 30px;
}

#div_footer span{
	/*background-color: #415e24;*/
	padding: 1px;
	margin-right: 10px;
}

#div_shadow1, #div_shadow2, #div_shadow3{
	left:50%;
	min-width:1008px;
	width:1008px;
	position:absolute;
}

#div_shadow1{
	background-color:#66804D; /*3D4D2E;	*/
	margin-left:-500px;
	top:12px;
	bottom:13px;
	z-index:-1;
}

#div_shadow2{
	background-color:#8FB36B; /*7A995C;	*/
	margin-left:-499px;
	top:13px;
	bottom:12px;
	z-index:-2;
}

#div_shadow3{
	background-color:#B8E68A;	
	margin-left:-498px;
	top:14px;
	bottom:11px;
	z-index:-3;
}


