	
	#body_def {
		background-image: url("images/body_bg.gif");
		background-repeat: repeat-y;
		background-color: #fff;
		font-size: 11px;
		line-height: 12px;
		font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#container_search {
		position: absolute;
		top: 130px;
		left: 880px;
		width: 170px;
		height: 20px;
		visibility: visible;
		display: block
	}
	
	#search_field { 
		position: absolute;
		border: solid 1px #404040;
		font-size: 10px;
		top: 1px;
		left: 0px;
		height: 17px;
		width: 115px;
	}

	#search_submit { 
		position: absolute;
		top: 2px;
		left: 120px;
	}
	
	
	/*  Navigation */

	
	#navigation    {
		position: absolute;
		top: 159px;
		left: 0px;
		visibility: visible;
		display: block
	}
			
	/* Level 1 */	
	
	#navigation ul.level_1 {
		font-size: 11px;
		position: absolute;
		top: 0px;
		left: 184px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 800px;
	}
	
	#navigation li.level_1 {
		float: left;
	}
	
		#navigation a.level_1 {
			line-height: 23px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0px 6px 0px 6px;
		}
		#navigation a.level_1:hover { 
			text-decoration: underline 
		}
		
		#navigation a.level_1_sel {
			line-height: 23px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0px 6px 0px 6px;		/* indent */
			font-weight: bold;
			background-color: #ff2500;
		}
		
		/* last Level 1 */
		
		#navigation a.level_1_shk:hover{ 
			text-decoration: underline 
		}
		
		#navigation a.level_1_shk {
			line-height: 23px;
			color: #feea01;
			text-decoration: none;
			display: block;
			padding: 0px 6px 0px 6px;		/* indent */
			font-weight: bold;
			margin-left: 20px;
		}
		
		
		#navigation a.level_1_sel_shk {
			line-height: 23px;
			color: #feea01;
			text-decoration: none;
			display: block;
			padding: 0px 6px 0px 6px;		/* indent */
			font-weight: bold;
			background-color: #ff2500;
			margin-left: 20px;
		}
		
		#navigation a.level_1_sel_shk:hover{ 
			text-decoration: underline 
		}
	
		
	
	/* Level 2 */	
	
	#navigation ul.level_2 {
		position: absolute;
		top: 80px;
		left: -183px;
		width: 168px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		clear: both;
		font-size: 11px;
		border-bottom: 1px solid #0069a6;
	}
	
	* html #navigation ul.level_2 { 
		left: -199px; 	/* IE 5 */
		lef\t: -183px;	/* IE 6 */
		w\idth: 168px;
	}
	
	#navigation li.level_2 {
	}
	
		#navigation a.level_2 {
			line-height: 15px;
			color: #404040;
			text-decoration: none;
			display: block;
			border-top: 1px solid #0069a6;
			width: 158px;
			padding: 4px 0px 4px 10px;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 0px 10px;	/* indent */
			background-color: #fff;
		}
		
		* html #navigation a.level_2 { 
			width: 168px; 	/* IE 5 */
			w\idth: 168px;	/* IE 6 */
		}
		
		#navigation a.level_2:hover { 
			text-decoration: underline 
		}
		
		#navigation a.level_2_sel {
			line-height: 15px;
			color: #000000;
			text-decoration: none;
			display: block;
			border-top: 1px solid #0069a6;
			width: 158px;
			padding: 4px 0px 4px 10px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 0px 10px;	/* indent */
			background-color: #c8d9e3;
		}
		
		* html #navigation a.level_2_sel { 
			width: 168px; 	/* IE 5 */
			w\idth: 168px;	/* IE 6 */
		}
		
		#navigation a.level_2_sel:hover{ 
			text-decoration: underline 
		}
		
		#navigation a.level_2_open {
			line-height: 15px;
			color: #000000;
			text-decoration: none;
			display: block;
			border-top: 1px solid #0069a6;
			width: 158px;
			padding: 4px 0px 4px 10px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow_open.gif);
			background-repeat: no-repeat;
			background-position: 0px 10px;	/* indent */
			background-color: #c8d9e3;
		}
		
		#navigation a.level_2_open:hover{ 
			text-decoration: underline 
		}
		
		* html #navigation a.level_2_open { 
			width: 168px; 	/* IE 5 */
			w\idth: 168px;	/* IE 6 */
		}
	
	/* Level 3 */	
		
	#navigation ul.level_3 {
		margin: 0;
		padding: 0;
		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: #404040;
			text-decoration: none;
			display: block;
			width: 143px;
			padding: 1px 5px 1px 20px;
			background-color: #fff;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 10px 6px;	/* indent */
		}
		* html #navigation a.level_3 {
			width: 168px;	/* IE 5,6 */
		}
		
		#navigation a.level_3:hover { 
			text-decoration: underline 
		}
		
		#navigation a.level_3_sel {
			line-height: 14px;
			color: #000000;
			text-decoration: none;
			display: block;
			width: 143px;
			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 6px;	/* indent */
		}
		* html #navigation a.level_3_sel {
			width: 168px;	/* IE 5,6 */
		}
		#navigation a.level_3_sel:hover{ 
			text-decoration: underline 
		}
		
		#navigation a.level_3_open {
			line-height: 14px;
			color: #000000;
			text-decoration: none;
			display: block;
			width: 143px;
			padding: 1px 5px 1px 20px;		/* indent */
			font-weight: bold;
			background-color: #fff;
			background-image: url(wv_images/nav_arrow_open.gif);
			background-repeat: no-repeat;
			background-position: 10px 6px;	/* indent */
		}
		* html #navigation a.level_3_open {
			width: 168px;	/* IE 5,6 */
		}
		#navigation a.level_3_open: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: #404040;
			text-decoration: none;
			display: block;
			width: 142px;
			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: 168px;	/* IE 5,6 */
		}
		#navigation a.level_4:hover { 
			text-decoration: underline 
		}
		#navigation a.level_4_sel {
			line-height: 14px;
			color: #000;
			text-decoration: none;
			display: block;
			width: 142px;
			padding: 1px 0px 1px 26px;		/* indent */
			background-image: url(wv_images/nav_arrow_small.gif);
			background-repeat: no-repeat;
			background-position: 19px 7px;	/* indent */
			background-color: #fff;
			font-weight: bold;
			
		}
		#navigation a.level_4_sel:hover{ 
			text-decoration: underline 
		}
		* html #navigation a.level_4_sel {
			width: 168px;	/* 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: #404040;
				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: #000000;
				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 */

/* Seitenpaginierung */

	
	#container_pages {
		position: absolute;
		display: block;
		top: 188px;
		left: 190px;
		font-size: 12px;
		line-height: 18px;
		color: #777;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;		font-weight: normal;
	}

	#container_pages a {
		color: #006ab3;
		text-decoration: none;
	}

	#container_pages a:hover {
		text-decoration: underline;
	}

