	@import url('area.css');
	@import url('content.css');

/* die neue (26.08.08) Farbe ist: #75b702; */


	#container_content {
		position: relative;
		margin: 0px 20px 0px 0px;
		padding: 0;
		width: 400px;
		visibility: visible;
		display: block;
		float: left;
	}

	#container_area {
		position: relative;
		width: 170px;
		visibility: visible;
		display: block;
		float: left;
	}

	#container_search {
		position: absolute;
		top: 180px;
		left: 610px;
		width: 170px;
		height: 20px;
		visibility: visible;
		display: block
	}

	#search_field {
		position: absolute;
		border: solid 1px #404040;
		font-size: 10px;
		top: 1px;
		left: 0px;
		height: 18px;
		width: 140px;
	}

	#search_submit {
		position: absolute;
		top: 0px;
		left: 150px;
	}

	#container_header  {
		position: relative;
		width: 800px;
		height: 144px;
		visibility: visible;
		display: block;
		text-align: left;
		margin: 0;
		padding: 0;
	}

	#top1 {
		position: relative;
		width: 158px;
		height: 144px;
		visibility: visible;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}

	#top2 {
		position: relative;
		width: 642px;
		height: 144px;
		visibility: visible;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}

	/* Sprachauswahl */

	#lang_selector ul {
		position: absolute;
		top: 160px;
		left: 610px;
		width: 160px;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#lang_selector li.not {
		float: left;
		width: 70px;
		height: 15px;
		background-color: #fff;
		text-align: center;
	}

	#lang_selector li.sel {
		float: left;
		width: 70px;
		height: 15px;
		background-color: #75b702;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	#lang_selector a.sel {
		position: relative;
		font-size: 10px;
		line-height: 15px;
		color: #fff;
		padding: 0px 6px 0px 6px;
		margin: 0;
		text-decoration: none;
	}

	#lang_selector a.not {
		position: relative;
		font-size: 10px;
		line-height: 15px;
		color: #555;
		padding: 0px 6px 0px 6px;
		margin: 0;
		text-decoration: none;
	}

	#lang_selector a.not:hover {
		text-decoration: underline;
	}


	/*  Navigation */

	#navigation {
			background-color: #fff;
	}
	/* Level 1 Footer navigation*/

	#container_footer  {
		position: relative;
		width: 800px;
		height: 40px;
		visibility: visible;
		display: block;
	}

	#container_footer ul {
		position: relative;
		font-size: 11px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 300px;
		height: 20px;
		clear: both;
		text-align: right;
	}

	#container_footer li {
		float: left;
	}

		#container_footer a.normal {
			line-height: 20px;
			color: #4f7e93;
			text-decoration: none;
			display: block;
			padding: 0px 20px 0px 9px;
		}
		#container_footer a.normal:hover {
			text-decoration: underline
		}
		#container_footer a.selected {
			line-height: 20px;
			color: #4f7e93;
			text-decoration: none;
			display: block;
			padding: 0px 20px 0px 9px;		/* indent */
			font-weight: bold;
		}
		#container_footer a.selected:hover {
			text-decoration: underline
		}

	/* Level 2 */

	#navigation ul.level_2 {
		position: absolute;
		top: 180px;
		left: 0px;
		width: 159px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		clear: both;
		font-size: 11px;
			background-color: #fff;
	}

	* html #navigation ul.level_2 {
	}

	#navigation li.level_2 {
		border-bottom: 1px solid #75b702;
	}

		#navigation a.level_2 {
			line-height: 25px;
			color: #666;
			text-decoration: none;
			display: block;
			border-top: 4px solid #fff;
			width: 146px;
			padding: 4px 0px 4px 14px;
			background-position: 2px 13px;	/* indent */
		}

		* html #navigation a.level_2 {
			width: 159px;
		}

		#navigation a.level_2:hover {
			text-decoration: underline
		}

		#navigation a.level_2_sel {
			line-height: 25px;
			color: #75b702;
			text-decoration: none;
			display: block;
			border-top: 4px solid #fff;
			width: 146px;
			padding: 4px 0px 4px 14px;		/* indent */
			font-weight: bold;
			background-position: 2px 13px;	/* indent */
			background-color: #fff;
		}

		* html #navigation a.level_2_sel {
			width: 159px;
		}

		#navigation a.level_2_sel:hover{
			text-decoration: underline
		}


	/* Level 3 */

	#navigation ul.level_3 {
		margin: 0;
		padding: 0 0 10px 0 !important;
		list-style-type: none;
		font-size: 10px;
	}
	* html #navigation ul.level_3 {
		position: relative;
		left: 16px; 		/* IE 5 */
		lef\t: 0px;			/* IE 6 */
	}
	#navigation li.level_3 {
	}

		#navigation a.level_3 {
			line-height: 14px;
			color: #666;
			text-decoration: none;
			display: block;
			width: 135px;
			padding: 1px 5px 1px 20px;
			background-color: #fff;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 10px 5px;	/* indent */
		}
		* html #navigation a.level_3 {
			width: 159px;	/* IE 5,6 */
		}

		#navigation a.level_3:hover {
			text-decoration: underline
		}

		#navigation a.level_3_sel {
			line-height: 14px;
			color: #75b702;
			text-decoration: none;
			display: block;
			width: 135px;
			padding: 1px 5px 1px 20px;		/* indent */
			font-weight: bold;
			background-color: #fff;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 10px 5px;	/* indent */
		}
		* html #navigation a.level_3_sel {
			width: 159px;	/* IE 5,6 */
		}
		#navigation a.level_3_sel:hover{
			text-decoration: underline
		}



	/* Level 4 */

	#navigation ul.level_4 {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#navigation li.level_4 {
	}

		#navigation a.level_4 {
			line-height: 14px;
			color: #75b702;
			text-decoration: none;
			display: block;
			width: 134px;
			padding: 1px 0px 1px 26px;
			background-image: url(wv_images/nav_arrow_small.gif);
			background-repeat: no-repeat;
			background-position: 19px 7px;	/* indent */
			background-color: #fff;
		}
		* html #navigation a.level_4 {
			width: 159px;	/* IE 5,6 */
		}
		#navigation a.level_4:hover {
			text-decoration: underline
		}
		#navigation a.level_4_sel {
			line-height: 14px;
			color: #75b702;
			text-decoration: none;
			display: block;
			width: 134px;
			padding: 1px 0px 1px 26px;		/* indent */
			background-image: url(wv_images/nav_arrow_small.gif);
			background-repeat: no-repeat;
			background-position: 19px 7px;	/* indent */
			font-weight: bold;
			background-color: #fff;

		}
		#navigation a.level_4_sel:hover{
			text-decoration: underline
		}
		* html #navigation a.level_4_sel {
			width: 159px;	/* IE 5,6 */
		}

	/* Naviation im Contentbereich*/

	#content_nav ul.level_1 {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 10px;
	}

		#content_nav li.level_1 {
		}

			#content_nav a.level_1 {
				display: block;
				padding: 0px 0px 0px 10px;
				line-height: 15px;
				color: #4f7e93;
				text-decoration: none;
				background-image: url(wv_images/nav_arrow_small.gif);
				background-repeat: no-repeat;
				background-position: 0px 5px;	/* indent */
			}
			#content_nav a.level_1:hover {
				text-decoration: underline
			}
			#content_nav a.level_1_sel {
				display: block;
				padding: 0px 0px 0px 10px;
				line-height: 15px;
				color: #75b702;
				font-weight: bold;
				text-decoration: none;
				background-image: url(wv_images/nav_arrow_small.gif);
				background-repeat: no-repeat;
				background-position: 0px 5px;	/* indent */
			}
			#content_nav a.level_1_sel:hover {
				text-decoration: underline
			}


/* Seitenpaginierung */

#container_pages {
	position: absolute;
	top: 110px;
	left: 190px;
}

.pages {
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

.pages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pages li {
	float: left;
}

.pages a.this  {
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #4f7e93;
	line-height: 16px;
	padding: 1px 3px 1px 3px;
}
* html .pages a.this {
	width: 18px;	/* IE 5 */
	w\idth: 15px;	/* IE 6 */
}

.pages a.other  {
	font-size: 13px;
	color: #4f7e93;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	line-height: 16px;
}
* html .pages a.other {
	width: 18px;	/* IE 5 */
	w\idth: 15px;	/* IE 6 */
}
