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

	#container_content { 
		margin: 0px 0px 0px 30px;
		padding: 0;
		position: relative;
		width: 400px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_area_1 {
		position: relative;
		margin: 0;
		width: 170px;
		visibility: visible;
		float: left;
	}
	
	#container_area_2 {
		position: relative;
		margin: 0px 0px 0px 30px;
		width: 170px;
		visibility: visible;
		float: left;
	}
	
	#container_search {
		position: absolute;
		top: 70px;
		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;
	}
	
	/*  Navigation */

	
	#navigation {
		width: 904px;
	}	
	/* Level 1 */	
	
	#navigation ul.level_1 {
		clear: both;
		position: relative;
		margin: 10px 0px 0px 0px;
		font-size: 11px;
		list-style-type: none;
		padding: 0;
		
		
	}
	
	#navigation li.level_1 {
		float: left;
	}
	
		#navigation a.level_1 {
			line-height: 20px;
			color: #182e69;
			text-decoration: none;
			display: block;
			padding: 0px 90px 0px 0px;
			text-transform: uppercase;
		
		}
		#navigation a.level_1:hover { 
			text-decoration: underline 
		}
		#navigation a.level_1_sel {
			text-transform: uppercase;
			line-height: 20px;
			color: #182e69;
			text-decoration: none;
			display: block;
			padding: 0px 90px 0px 0px;		/* indent */
			font-weight: bold;
			
		}
		#navigation a.level_1_sel:hover{ 
			text-decoration: underline 
		}
	
		/* Level 2 */	
	
	#navigation ul.level_2 {
		clear: both;
		position: relative;
		margin: 0;
		font-size: 11px;
		list-style-type: none;
		padding: 0;
	}
	
	#navigation li.level_2 {
		float: left;
	}
	
		#navigation a.level_2 {
			line-height: 20px;
			color: #182e69;
			text-decoration: none;
			display: block;
			padding: 0px 20px 0px 0px;
		
		}
		#navigation a.level_2:hover { 
			text-decoration: underline 
		}
		#navigation a.level_2_sel {
			line-height: 20px;
			color: #182e69;
			text-decoration: none;
			display: block;
			padding: 0px 20px 0px 0px;		/* indent */
			font-weight: bold;
			
		}
		#navigation a.level_2_sel:hover{ 
			text-decoration: underline 
		}
	
		
	/* 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: #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: #182e69;
	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: #182e69; 
	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 */
}
