html,
body {
	padding:0;
	margin:0;
}


body {

}

#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-99;
}

#content {
	width:960px;
	margin:0 auto;
	position:absolute;
}

h1 {
	margin:0;
	font-size:1.2em;
	font-family:'Verdana';
	color:#fff;
}

h2 {
	display:block;
	margin:0;
	margin-bottom:10px;
	margin-top:10px;
	font-size:1em;
}

h3 {
	margin:0;
	font-size:1em;
	font-weight: normal;
	padding:10px 0 5px 0;
}

h4 {
	margin:0;
	font-size:0.8em;
}

h5 {
	margin:0;
	font-weight:normal;
}

p {
	margin:15px 0;
	padding-left:5px;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
:active, :focus {
	outline:none;
}

ul, dl {
	margin:0;
	padding:0;
}

textarea {
	font-size:20px;
	font-family:verdana;
}

img.gedicht_img {
	max-height:400px;
}


.button, input[type="button"], input[type="submit"] {
	display:inline-block;
	background:#fff;
	padding:2px 8px;
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	font-size:1em;
}

.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background:#ddd;
	color:#333;
}

.button {
	margin-top:0px;
	padding-top:3px;
}

.logo {
	border-radius:5px;
	border:2px solid black;
	margin-top:10px !important;
	margin-bottom:10px !important;
}