@charset "utf-8";
/* CSS Document */
.header {
	width:100%;
	min-height:22em;
}

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%;
}

.gaestebuch {
	width:100%;
	height:60em;
}

.kopf {
	font-weight: bold;
}

.kommentar {
    font-style: italic;
	color: #0503B0;
}

.textfeld {
	border:1px dashed;
	width:100%;
	height:auto;
	font-size: 0.9em;
	background-color:#F0F0F0;
	padding:1em;
	margin:1em;
}

