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

	/* Basis und Layout */
	
	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_space {
		position: relative;
		float: left;
		width: 190px;
	}
	
	#top_space {
		position: relative;
		height: 27px;
	}
	
	#content_space {
		position: relative;
		height: 33px;
	}
	
	#area_space {
		position: relative;
		height: 72px;
	}
	
	#container_header  {
		background-image: url(images/home_img_bg.jpg);
		position: relative; 
		width: 100%;
		height: 104px;
		visibility: visible;
		display: block
	}
	
	#container_body {
		position: relative;
		width: 900px;
		background-image: url(images/content_bg.gif);
		background-repeat: repeat-y;
	}
	
	/* Inhalte */
	
	#container_content {
		position: relative;
		margin: 0px 34px 0px 0px;
		padding: 0;
		width: 424px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	#container_area {
		position: relative;
		width: 170px;
		visibility: visible;
		display: block;
		float: left;
	}
	
	/* Suche */
	
	#container_search {
		position: absolute;
		border: solid 1px #cbced4;
		top: 169px;
		left: 646px;
		width: 170px;
		height: 20px;
		visibility: visible;
		display: block
	}
	
	#search_field {
		position: absolute;
		border: 0;
		font-size: 10px;
		line-height: 11px;
		top: 1px;
		left: 4px;
		width: 130px;
	}

	#search_submit { 
		position: absolute;
		top: 2px;
		left: 150px;
	}
	
	/* Sprachauswahl */
	
	#lang_selector ul {
		position: absolute;
		top: 72px;
		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: #b42f33;
		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: #b42f33;
		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: #b42f33; 
		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 */
	}
