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