body {
	background-color: #222;
	font-size: 12px;
	padding:50px;
	margin:0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	letterspacing: 1em;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

h2 {
	font-size: 12px;
	text-transform: none;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#logo {
	position: absolute;
}

#headline {
	font-size: 10px;
	position: absolute;
	color: #000;
	right: -9000px;
}

#meldung {
	font-size: 13px;
	color: #e46f38;
}

#content {
	text-align: left;
	vertical-align: top;
	margin: 10px auto;
	padding: 15px;
	width: 700px;
	font-size: 100%;
	font-style: normal;
	background-color: #fff;
/*	border-top-color: #e46f38;
	border-top-style: dashed;
	border-top-width: 1px;*/
	color: #666565;
	line-height: 1.33;
}

a:link {
	color: #666565;
}	
a:hover {
		color: #824604;
}
a:visited {
	color: #666565;
}

