/*
Orange dunkel: #ec722c
Orange hell:   #f8b323
*/

@media screen {

	/* LAYOUT */
	
	body {
	font-size:80%;
	font-family:"Arial";
	color:#000000;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	}
	h1 {
	font-size:32px;
	}
	h2 {
	font-size:24px;
	}
	h3 {
	font-size:18px;
	}
	h4 {
	font-size:16px;
	}
	h5 {
	font-size:13px;
	}
	h6 {
	font-size:10px;
	}
	a {
	color:#666666;
	text-decoration: underline;
	}
	a:hover {
	color:#ec722c;
	text-decoration:none;
	}
	input, textarea, select, button {
	border:1px solid #ec722c;
	background-color:#FFFFFF;
	}
	
	/* CLASSES */
	.admin {
	color:#FF6600;
	}
	
	.erfolg {
	color:#00FF00;
	}
	
	.warnung {
	color:#FF0000;
	}
	
	.index_news_datum {
	background-color:#eeeeee;
	padding:2px 0 2px 10px;
	color:#333333;
	font-size:85%;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-bottomleft:5px;
	}
	.index_news_alle {
	font-size:85%;
	}
	.iframe {
	border:0;
	width:100%;
	height:500px;
	}
	
	/* STRUCTURE */
	#aussen {
	position:absolute;
	width:1000px;
	height:auto;
	margin-left:-500px;
	left:50%;
	}
	
	#top {
	width:inherit;
	height:80px;
	padding-bottom:10px;
	}
		#top img {
		position:absolute;
		}
		#menu-main {
		float:right;
		position:relative;
		margin-top:51px;
		background-color:#FFFFFF;
		border-bottom:1px solid #ec722c;
		z-index:0;
		}
			#menu-main a {
			text-decoration:none;
			}
	
	#head {
	width:inherit;
	height:220px;
	border-bottom:3px solid #ec722c;
	margin-bottom:10px;
	position:relative;
	z-index:-1;
	}
	
	#content_wrapper_left {
	float:left;
	width:180px;
	margin-right:20px;
	}
		#content_wrapper_left h4 {
		margin-bottom:7px;
		margin-top:6px;
		}		
		#content_wrapper_left a {
		text-decoration:none;
		color:#333333;
		}
		#content_wrapper_left a:hover {
		color:#ec722c;
		}
		#content_wrapper_left ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#content_wrapper_left li {
		margin-bottom:2px;
		}
		#content_wrapper_left li:hover {
		background-color:#eeeeee;
		}		
	
	#content_wrapper_right {
	float:right;
	width:170px;
	}
	
	#content_wrapper_center {
	float:none;
	margin:0 190px 0 200px;
	}
		#content_wrapper_center h3 {
		padding-top:5px;
		}
	
	#sammelstelle_uebersichtsplan {
	position:relative;
	left:-200px;
	top:27px;
	float:left;
	}
	#sammelstelle_description {
	position:relative;
	width:230px;
	height:auto;
	float:right;
	margin-left:10px;
	margin-top:9px;
	}
	
	#kontakt_text {
	float:left;
	}
	#kontakt_maps {
	float:right;
	}
	
	#clear {
	clear:both;
	}
	
	#hidden {
	visibility:hidden;
	font-size:0px;
	}
	
	#bottom {
	width:auto;
	height:20px;;
	font-size:11px;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #ec722c;
	}
		#bottom a {
		text-decoration:none;
		}
		.bottom_text {
		float:left;
		}
		.bottom_menu {
		float:right;
		}
	
}

@media print {

}
