@charset "utf-8";
/* CSS Document */
.header {
	width:100%;
	height:26em;
	margin-top:-1em;
	margin-bottom:-4em;
	position:relative;
}

.header:hover {
	position:relative;
	z-index:1;
}

body {
	background-color:#DBDBDB;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.eintrag {
	font-size:1em;
}

.gaestebuch {
	width:100%;
	height:30em;
}

.kopf {
	font-weight: bold;
}

.kommentar {
    font-style: italic;
	color: #0503B0;
}

.textfeld {
	border:1px dashed;
	width:100%;
	height:auto;
	background-color:#F0F0F0;
	padding:1em;
	margin:1em;
}

button {
	border: solid thin;
	padding: 5px;
	margin: 1px;
	background-color: #ffffff;
}
