* {
	margin:0;
	padding:0;
}

body {
	background:#98661c url(../images/hintergrund-muster.gif);
	margin:20px 0;
	font:75%/1.6em Georgia, "Times New Roman", Times, serif;
	color:#5a0907;
}

img {
	border:none;
}

h1 {
	width:302px;
	height:81px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	top:65px;
	left:45px;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}

h1 a {
	display:block;
	width:302px;
	height:81px;
}

h2 {
	font-size:2em;
	font-weight:normal;
	color:#9f2831;
	margin:0 0 0.7em 0;
}

h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#9C651A;
	margin:0.2em 0 0.4em 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #D7BD90;
}

h4 {
	font-size:1.1em;
	font-weight:normal;
	font-style:italic;
	margin:0 0 1em 0;
	background:#F1E2B5;
	padding:8px 0;
	border-bottom:1px solid #d5be91;
	border-top:1px solid #d5be91;
	text-align:center;
}

p {
	padding:0 0 1.5em 0;
}

div#content p:first-letter {
	float:left;
	color:#9C651A;
	font-size:1.8em;
	margin:2px 0 0 0;
}

a:link {
	color:#9f2831;
}
a:visited {
	color:#9f2831;
}
a:hover {
	color:#085204;
}
a:active {
	color:#9f2831;
}