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

	#container_content {
		position: relative;
		margin: 0px 13px 0px 0px;
		padding: 0;
		width: 400px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_area {
		position: relative;
		width: 192px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_search {
		position: absolute;
		top: 200px;
		left: 10px;
		width: 170px;
		height: 20px;
		visibility: visible;
		display: block
	}
	
	#search_field { 
		position: absolute;
		border: solid 1px #999;
		font-size: 10px;
		top: 1px;
		left: 0px;
		height: 18px;
		width: 120px;
	}

	#search_submit { 
		position: absolute;
		top: 0px;
		left: 130px;
	}
	
	#container_header  {
		position: relative; 
		width: 770px;
		height: 131px;
		visibility: visible;
		display: block
	}
	
	#container_footer  {
		background-color: #eee;
		position: relative; 
		width: 780px;
		height: 64px;
		visibility: visible;
		display: block
	}
	
	/*  Navigation */

	
	#navigation {
	}	
	/* Level 1 */	
	
	#navigation ul.level_1 {
		position: absolute;
		font-size: 11px;
		top: 138px;
		left: 0px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	#navigation li.level_1 {
		float: left;
	}
	
		#navigation a.level_1 {
			line-height: 20px;
			text-decoration: none;
			display: block;
			padding: 0px 14px 0px 11px;
			background-image: url(wv_images/nav_arrow_l1.gif);
			background-repeat: no-repeat;
			background-position: 3px 7px;	/* indent */
			color: #999;
		}
		#navigation a.level_1:hover { 
			text-decoration: underline 
		}
		#navigation a.level_1_sel {
			line-height: 20px;
			text-decoration: none;
			display: block;
			padding: 0px 14px 0px 11px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow_l1_sel.gif);
			background-repeat: no-repeat;
			background-position: 3px 7px;	/* indent */
			color: #013476;
		}
		#navigation a.level_1_sel:hover{ 
			text-decoration: underline 
		}
	
	/* Level 2 */	
	
	#navigation ul.level_2 {
		position: absolute;
		top: 100px;
		width: 170px;
		left: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
		clear: both;
		font-size: 11px;
		border-bottom: 1px solid #999;
	}
	
	* html #navigation ul.level_2 { 
		w\idth: 156px;
	}
	
	#navigation li.level_2 {
	}
	
		#navigation a.level_2 {
			line-height: 18px;
			text-decoration: none;
			display: block;
			border-top: 1px solid #999;
			width: 156px;
			padding: 6px 0px 6px 14px;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 2px 12px;	/* indent */
			color: #999;
		}
	
		#navigation a.level_2:hover { 
			text-decoration: underline 
		}
		
		#navigation a.level_2_sel {
			line-height: 18px;
			text-decoration: none;
			display: block;
			border-top: 1px solid #999;
			width: 156px;
			padding: 6px 0px 6px 14px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow_sel.gif);
			background-repeat: no-repeat;
			background-position: 2px 12px;	/* indent */
			background-color: #e9f2f9;
			color: #013476;
		}
		
		#navigation a.level_2_sel:hover{ 
			text-decoration: underline 
		}
		
		#navigation a.level_2_open {
			line-height: 18px;
			text-decoration: none;
			display: block;
			border-top: 1px solid #999;
			width: 156px;
			padding: 6px 0px 6px 14px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow_open.gif);
			background-repeat: no-repeat;
			background-position: 2px 12px;	/* indent */
			background-color: #e9f2f9;
			color: #013476;
		}
		
		#navigation a.level_2_open:hover{ 
			text-decoration: underline 
		}
		
	/* 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: #777;
			text-decoration: none;
			display: block;
			width: 145px;
			padding: 1px 5px 1px 20px;
			background-color: #e9f2f9;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 10px 5px;	/* indent */
		}
		* html #navigation a.level_3 {
			width: 156px;	/* IE 5,6 */
		}
		
		#navigation a.level_3:hover { 
			text-decoration: underline 
		}
		
		#navigation a.level_3_sel {
			line-height: 14px;
			color: #013476;
			text-decoration: none;
			display: block;
			width: 145px;
			padding: 1px 5px 1px 20px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow.gif);
			background-repeat: no-repeat;
			background-position: 10px 5px;	/* indent */
			background-color: #e9f2f9;
		}
		* html #navigation a.level_3_sel {
			width: 156px;	/* IE 5,6 */
		}
		#navigation a.level_3_sel:hover{ 
			text-decoration: underline 
		}
		
		#navigation a.level_3_open {
			line-height: 14px;
			color: #013476;
			text-decoration: none;
			display: block;
			width: 145px;
			padding: 1px 5px 1px 20px;		/* indent */
			font-weight: bold;
			background-image: url(wv_images/nav_arrow_open.gif);
			background-repeat: no-repeat;
			background-position: 10px 5px;	/* indent */
			background-color: #e9f2f9;
		}
		* html #navigation a.level_3_open {
			width: 156px;	/* 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: #999;
			text-decoration: none;
			display: block;
			width: 144px;
			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: #e9f2f9;
		}
		* html #navigation a.level_4 {
			width: 156px;	/* IE 5,6 */
		}
		#navigation a.level_4:hover { 
			text-decoration: underline 
		}
		#navigation a.level_4_sel {
			line-height: 14px;
			color: #013476;
			text-decoration: none;
			display: block;
			width: 144px;
			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: #e9f2f9;
			
		}
		#navigation a.level_4_sel:hover{ 
			text-decoration: underline 
		}
		* html #navigation a.level_4_sel {
			width: 156px;	/* 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 */

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

.pages {
	color: #777; 
	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: #013476;
	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: #013476; 
	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 */
}
