	@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_space0 {
		position: relative;
		height: 44px;
	}

	#top_space {
		position: relative;
		height: 60px;
	}

	#area_space {
		position: relative;
		height: 22px;
	}

	#container_header  {
		background-color: #eee;
		position: relative;
		width: 1023px;
		height: 129px;
		visibility: visible;
		display: block
	}

	#container_body {
		position: relative;
		width: 900px;
	}

	/* 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;
		top: 182px;
		left: 646px;
		width: 170px;
		height: 20px;
		visibility: visible;
		display: block
	}

	#search_field {
		position: absolute;
		border: solid 1px #404040;
		font-size: 10px;
		line-height: 13px;
		top: 1px;
		left: 0px;
		height: 13px;
		width: 140px;
	}

	#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: #ea7103;
		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: #ea7103;
		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: #ea7103;
		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 */
	}

