/*******************************************************************************

	Projekt		:	ZAW-SR

*******************************************************************************/




/*	undo
*******************************************************************************/
a, a:link, a:visited, a:hover, a:active { color:#FFFFFF; text-decoration:none; }
ul,ol { list-style:none }
img, a img,:link img,:visited img, fieldset { color:#FFFFFF; border:none }



/*	body
*******************************************************************************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	text-align:center;
	line-height:13px;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0 auto;
	height:100%;
	width:990px;
	color:#FFFFFF;
	text-align:left;
}

/*	top + header
*******************************************************************************/
#header {
	padding-left:1px;
	width:100%;
	height:70px;
	background-color:#FFFFFF;
}

/*	content
*******************************************************************************/

#content {
	width:100%;
	float:left;
	background-image: url(../img/rauten_hg_ws.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow:visible;
}


/*	main left
------------------------------------------------------------------------------*/
#main {
	width:991px;
	float:left;
}

#abfall_karte {
	padding-left:0px;
	padding-top:0px;
	z-index: 2;
	position: absolute;
}

#abfall_arten {
	position: absolute;
	padding-left:42px;
	padding-top:45px;
	z-index: 4;
}
.abfall_art {
	padding-bottom:11px;
}

#abfall_zentren {
	position: absolute;
	padding-left:42px;
	padding-top:165px;
	z-index: 3;
}
.abfall_zentrum {
	padding-bottom:5px;
}

#deponie_spitzlberg {
	position: absolute;
	padding-left:42px;
	z-index: 5;
	top: 616px;
}
/*	main right für Wertstoffhöfe
------------------------------------------------------------------------------*/
#main_right {
	width:175px;
	min-height:590px;
	float:right;
	background-color: #FFFFFF;
	overflow: visible;
}
.whitelink a {
	color:#FFFFFF;
}

/* für alle IE Win < 6 */
* html #main_right {
  main_right:590px;
}

#main_right_ws {
	width:175px;
	min-height:590px;
	float:right;
	overflow: visible;
	/* für IE 6: */
	background-image:url(../img/wsh_hg_header_rechts.gif);
	background-repeat:repeat-x;
	float:right;
}

/* für alle IE Win < 6 */
* html #main_right_ws {
  height:590px;
}

.header_right {
	width:151px;
	height:35px;
	color:#004416;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	float:left;
	background-color:#D4E1D8;
}

.header_right_spacer {
	width:12px;
	height:35px;
	float:left;
	background-color:#D4E1D8;
}

#beschreibung {
	border-top:17px;
}

.adresse {
	padding-left:12px;
	padding-right:12px;
}

.zeiten {
	padding-left:12px;
	padding-right:12px;
}

.abfall {
	padding-left:12px;
	padding-right:12px;
}

.sonstiges {
	padding-left:12px;
	padding-right:12px;
}

.line	{
	height:5px;
	width:173px;
	padding-top:7px;
	padding-bottom:7px;
	background-image:url(../img/wsh_linie.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

/* für alle IE Win < 6 */
* html #beschreibung .line {
}


/*	main right für Abfallarten
------------------------------------------------------------------------------*/
#main_right_abfall {
	width:175px;
	min-height:590px;
	float:right;
	background-color: #FFFFFF;
	overflow: visible;
}

/* für alle IE Win < 6 */
* html #main_right_abfall {
  height:590px;
}

.header_right_abfall {
	height:60px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-left:12px;
	padding-right:12px;
	letter-spacing: -1px;
}

/* für IE 5.5 */
.header_right_td {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	letter-spacing: -1px;
}

.header_right_img_spacer {
	height:20px;
	width:130px;
}

/*	navigation für Abfallarten
------------------------------------------------------------------------------*/
#nav_abfall {
	background-color:#FFFFFF;
}

#nav_abfall ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#nav_abfall ul li {
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

/* NICHT für IE <6 und Netscape 4
html>body #nav_abfall .dummy {*/
#nav_abfall .dummy {
	height:1px;
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	background-image:url(../img/abfallarten_linie.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#nav_abfall ul li a  { color: #004416; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(../img/abfallarten_linie.gif); background-repeat: no-repeat; background-position: 0 0; display: block; padding: 7px 2px 7px 14px }

/* für alle IE Win < 6 */
* html #nav_abfall ul li a{
	height:15px;
}

#nav_abfall ul li a.active {
	background-image:url(../img/pfeil_linie.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

#nav_abfall ul li a:hover {
	background-image:url(../img/pfeil_linie.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

#nav_abfall .dummy a:hover {
}




