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

	#container_content {
		position: relative;
		margin: 0px 48px 0px 0px;
		padding: 0;
		width: 474px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_area {
		position: relative;
		width: 170px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_search {
		position: absolute;
		top: 230px;
		left: 730px;
		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: 906px;
		height: 247px;
		visibility: visible;
		display: block
	}
	
	/* Sprachauswahl */
	
	#lang_selector {
		position: absolute;
		top: 40px;
		left: 0px;
		padding: 0;
		margin: 0;
	}
	
	#lang_selector select  {
		font-size: 11px;
		line-height: 13px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		margin: 0;
		padding: 0;
		width: 80px;
	}
	
	#lang_selector input  {
		font-size: 11px;
		line-height: 13px;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		margin: 0;
		padding: 0;
	}
	
	
/* Seitenpaginierung */

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

.pages {
	color: #000; 
	font-size: 11px;
	line-height: 16px; 
	font-family: Arial, 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: #008282;
	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: #008282; 
	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 */
}
