@charset "utf-8";
/* CSS Document */
.header {
	width:100%;
	height:28em;
	margin-top:0.5em;
	margin-bottom:-8em;
	position:relative;
	z-index:auto;
}

.header:hover {
	position:relative;
	z-index:1;
}
/*Ende Kopfbereich*/

footer, header, ain, nav, aside, section {
	clear:both;
	display:block;
	width: 100%;
	float: none;
}

h1 {
	font-size: 1.5em;
}

body {
	background-color:#DBDBDB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.hauptbereich2 {
	margin-top:2em;
	width: 100%;
}

.leserstimmen {
	width:100%;
	height:40em;
}

.kopf {
	font-weight: bold;
}

.kommentar {
    font-style: italic;
	color: #0503B0;
}

.textfeld {
	border:1px dashed;
	border-left:none;
	width:100%;
	height:auto;
	font-size:0.9em;
	background-color:#F0F0F0;
	padding:1em;
	margin:1em;
}

.feldbild {
	border:1px dashed;
	border-right: none;
	width:3em;
	vertical-align: top;
	height:auto;
	background-color:#F0F0F0;
	padding:1em;
	margin:1em	
}