/************/
/* Struktur */
/************/
* {
	margin: 0;
	padding: 0;
}

body {
	float: left;
	width: 600px;
	line-height: 135%;
	font-family: Arial, sans-serif;
}

#page {
	float: left;
	min-width: 600px;
}

#head {
	float: left;
	margin-bottom: 1em;
	width: 600px;
	font-size: 1.3em;
	z-index: 1;
}

	#head #logo {
		float: left;
	}

	#head #logo img {
		margin: 0.6em 0 0 0;
		width: 7.084em;
	}

	#head h1 {
		float: left;
		padding: 0.7em 0 0 20px;
		color: #0083D7;
		font-size: 1em;
	}
	
	#customisation-bar, #left, #right, #foot, .nusquam, #breadcrumb, #related-links {
		display: none;
	}

#torso {
	position: relative;
	float: left;
	width: 600px;
}

	#middle {
		float: left;
		left: 0;
		top: 0;
		width: 600px;
	}

		#middle a {
			text-decoration: none;
			color: #D70;
		}

		#middle a:hover,
		#middle a:active,
		#middle a:focus {
			color: #000;
			background-color: #FD3;
			text-decoration: underline;
		}
		
		#spacer {
			position: relative;
			top: 0;
			right: -1.7%;
			float: right;
			width: 200px;
			height: 150px;
		}

			#middle h2 {
				margin: 0 0 0.5em 0;
				font-size: 1.3em;
				color: #D70;
			}

			#middle h3 {
				margin: 0 0 0.5em 0;
				font-size: 1.15em;
				color: #D70;
			}

			#middle h4 {
				margin: 0 0 0.5em 0;
				font-size: 1em;
				color: #D70;
			}

			#middle ul, #middle ol {
				margin-bottom: 1em;
			}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}



p {
	margin: 0 0 1em 0;
}

ul, ol {
	margin-left: 1.5em;
}

blockquote {
	margin-left: 1.5em;
}

/*********/
/* SUCHE *********************************************************************************/
/*********/
.tx-indexedsearch-searchbox-sword {
	margin: 0 0.4em 0 0.4em;
	padding: 2px;
	width: 10em;
	border: 1px solid #4E6C13;
	font-size: 1.2em;
}

.tx-indexedsearch-searchbox-sword:active,
.tx-indexedsearch-searchbox-sword:hover,
.tx-indexedsearch-searchbox-sword:focus {
	background-color: #FD3;
}

.tx-indexedsearch-searchbox-button {
	padding: 2px;
	background-color: #4E6C13;
	color: #FFF;
	font-size: 1em;
	border: 1px solid #4E6C13;
}

.tx-indexedsearch-searchbox-button:active,
.tx-indexedsearch-searchbox-button:hover,
.tx-indexedsearch-searchbox-button:focus {
	background-color: #FD3;
	color: #000;
}

.tx-indexedsearch-whatis {
	margin-top: 0.5em;
}

.tx-indexedsearch-result {
	float: left;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}	

.tx-indexedsearch-title {
	float: left;
}

.tx-indexedsearch-percent {
	float: right;
}

.tx-indexedsearch-descr {
	clear: both;
	float: left;
	margin: 0.5em 0 0 2em;
}

/*************/
/* AKTUELLES *********************************************************************************/
/*************/
.news-latest-container, .news-list-container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}

.news-latest-item, .news-list-item {
	float: left;
	margin: 0 0 0.75em 0;
	width: 100%;
	border: 1px dotted #002B71;
	background-color: #EFEFEF;
}

.news-latest-image img, .news-list-image img{
	float: left;
	margin: 0.75em;
}

.news-latest-content, .news-list-content {
	float: left;
	margin: 0.75em;
}

html>body .news-latest-content, html>body .news-list-content {
	float: none;
}

.news-latest-morelink, .news-latest-morelink {
	margin: 0;
	padding: 0;
}

.clearer {
	display: none;
	clear: both;
}

.news-single-info {
	font-size: 0.85em;
}

.news-single-img {
	clear: both;
	float: left;
	/*width: 250px;*/
	color: #000;
	margin: 0.2em 1.2em 0 0;
}

.news-single-backlink {
	margin-bottom: 1em;
}
