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

	/* Basis und Layout */
	
	#the_body  {
		font-size: 11px;
		line-height: 12px;
		font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
		margin: 0;
		padding: 0;
	}
	
	#body_all {
		position: relative;
	}

	#container_navigation {
		position: relative;
		float: left;
		width: 190px;
	}
	
	#container_header  {
		position: relative;
		width: 1280px;
		height: 87px;
		visibility: visible;
		display: block;
		margin-bottom: 58px;
		background: url(images/header_bg.gif);
	}
	
	#container_logo  {
		position: absolute;
		visibility: visible;
		display: block;
		top: 0px;
		left: 500px;
	}
	
	#container_body {
		position: relative;
		width: 800px;
		min-height: 400px; height:expression(this.scrollHeight > 400 ? "auto":"400px");
	}
	
	#container_footer  {
		position: relative; 
		width: 780px;
		height: 20px;
		visibility: visible;
		display: block;
		clear: both;
	}

	/* Inhalte */
	
	#container_content {
		position: relative;
		margin: 20px 40px 0px 0px;
		padding: 0;
		width: 400px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_area {
		position: relative;
		width: 170px;
		visibility: visible;
		display: block;
		float: left;
		margin-top: 20px;
	}
	
	/* Suche */
	
	#container_search {
		position: absolute;
		top: 150px;
		left: 610px;
		width: 170px;
		visibility: visible;
		display: block
	}
	
	#search_field { 
		position: absolute;
		border: 1px solid #404040;
		font-size: 10px;
		top: 1px;
		left: 0px;
		height: 15px;
		width: 140px;
	}

	#search_submit { 
		position: absolute;
		top: 0px;
		left: 150px;
	}
	
	/* Sprachauswahl */
	
	#lang_selector ul {
		position: absolute;
		top: 112px;
		left: 13px;
		width: 140px;
		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: #8b008b;
		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;
	}
	
	/* 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: #8b008b;
		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: #8b008b; 
		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 */
	}
