@charset "UTF-8";
html { text-align: center; }
body {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	min-width: 850px;
	background-image: url(media/hg.jpg);
	background-repeat: repeat-x;
	background-color: #E7F0DD;
}

#branding {
	position: absolute;
	height: 50px;
	width: 850px;
	top: 0px;
}

#image {
	position: absolute;
	height: 82px;
	width: 850px;
	top: 50px;
}

#backnav {
	position: absolute;
	height: 140px;
	width: 850px;
	top: 132px;
	background-image: url(media/backnav.jpg);
}

#backnav2 {
	position: absolute;
	height: 140px;
	width: 850px;
	top: 132px;
	background-image: url(media/backnav_2.jpg);
}

#nav_main {
font-weight: bold;
	position: absolute;
	height: 140px;
	width: 175px;
	top: 0px;
}

#nav_sub1 {
	position: absolute;
	height: 140px;
	width: 175px;
	top: 0px;
	left: 185px;
	
}

#nav_sub2 {
	position: absolute;
	height: 140px;
	width: 175px;
	top: 0px;
	left: 370px;
}

#nav_sub3 {
	position: absolute;
	height: 23px;
	width: 295px;
	top: 0px;
	left: 555px;
	background-image: url(media/nav_of.gif);
	background-repeat: repeat-x;
	text-align: right;
	/*padding-top: 5px;*/
}

/* Layout 2-spaltig Müllentsorgung */

#content {
	position: absolute;
	width: 850px;
	top: 272px;
	border: 1px;
	border-color: #EAEAEA;
	border-top-style: solid;
	background-image: url(media/backmain.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
}

/* Layout Abfuhrkalender / Straßenauswahl Müllentsorgung */

#content2 {
	position: absolute;
	width: 850px;
	top: 272px;
	border: 1px;
	border-color: #EAEAEA;
	border-top-style: solid;
	background-image: url(media/backmain6.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* Layout 2-spaltig Straßendienst */

#content4 {
	position: absolute;
	width: 850px;
	top: 272px;
	border: 1px;
	border-color: #EAEAEA;
	border-top-style: solid;
	background-image: url(media/backmain4.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* Layout 2-spaltig Abwasser */

#content5 {
	position: absolute;
	width: 850px;
	top: 272px;
	border: 1px;
	border-color: #EAEAEA;
	border-top-style: solid;
	background-image: url(media/backmain5.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
}

/* Layout 2-spaltig Müllentsorgung Mülltrennung */

#content1 {
	position: absolute;
	width: 850px;
	top: 272px;
	border: 1px;
	border-color: #EAEAEA;
	border-top-style: solid;
	background-image: url(media/backmain1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content_main1 {
float: left;
	width: 185px;
	padding-left: 15px;
}
#content_main2 {
float: left;
	width: 175px;
}

#content_sub1 {
	float: right;
	width: 420px;
	padding-right: 15px;
	padding-top: 15px;
}

#content_az {
	position: relative;
	width: 850px;
}

#content_az_01 {
position: relative;
width: 275px;

}

#content_az_02 {
position: relative;
width: 275px;

}

#content_az_03 {
float: left;
width: 275px;

}

#content_main {
float: left;
	width: 500px;
	padding-left: 15px;
}

#content_sub {
	float: right;
	width: 270px;
	padding-right: 15px;
}



#spacer {
 clear: both;
	 height: 30px;
}

#spacer2 {
 clear: both;
	 height: 30px;
}

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 850px;
	margin-bottom: 0px;
	background-image: url(media/backfooter.jpg);
	background-repeat: repeat-x;
	background-color: #EBEBEB;
}


#clean {
 clear: both;
}

