* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#6a9d3c url(../images/background.gif);
	font:75%/1.5em Georgia,Palatino,Times New Roman,Times,serif;
	color:#7d3a20;
	padding:15px 0;
}

h1 {
	background:url(../images/logo.jpg) no-repeat;
	width:267px;
	height:192px;
	position:absolute;
	top:19px;
	right:19px;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}

h2 {
	color:#690;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em 0;
}
h2#navigation {
	font-size:1.7em;
	margin:15px 0;
}

h3 {
	color:#989d5a;
	font-size:1.5em;
	font-weight:normal;
	padding:0 0 5px 0;
	border-bottom:1px solid #d0d4a1;
	margin:1em 0 0.3em 0;
}
h3#startseite {
	color:#690;
	border:none;
	font-size:1.4em;
	margin:-1.2em 0 0 3.6em;
}

h4 {
	color:#989d5a;
	font-size:1.2em;
	font-weight:normal;
	margin:0.5em 0 0 0;
}

p {
	padding:0.8em 0;
}

a:link {
	color:#64903D;
	text-decoration:none;
	font-size:1.1em;
}
a:visited {
	color:#64903D;
	text-decoration:none;
}
a:hover {
	color:#2C5F0F;
	text-decoration:underline;
}
a:active {
	color:#c00;
}
