* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
         line-height: 160%;
	background: url(bilder/hg.jpg) repeat-x #DDB480;
}

h2 {
	font-size: 1.3em;
margin: 1em 0 0.5em;
         }

h3 {
         font-size: 1em;
         color: maroon;
margin: 1em 0 0.5em;
         }

p {
	margin-bottom: 10px;
         }

a {
	color: maroon;
         text-decoration: underline;
         }

a:hover {
	text-decoration: none;
         }

ul {
margin: 1em 0 1em 2em;
}

/* ------- ID ------ */

#box {
	background: url(bilder/bauch.jpg) repeat-y center;
	width: 880px;
         text-align: left;
}

#kopf {
         height: 80px;
         width: 880px;
	background: url(bilder/kopf.jpg) no-repeat bottom center;
}

#kopf ul, #kopf h2 {
	margin: 0px 85px 0px 385px;
}

#kopf ul {
	padding-top: 40px;
         list-style-type: none;
}

#kopf li {
         list-style-type: none;
         display: inline;
         }

#kopf a {
     	text-decoration: none;
         padding-right: 10px;
         color: #673B16;
	}

#kopf a:hover {
	text-decoration: underline;
         }

#kopf a.aktiv {
         color: maroon;
         font-weight: bold;
	}

#kopf a.aktiv:hover {
         text-decoration: none;
	}

#kopf h2 {
	padding: 70px 0px 10px;
}


#inhalt {
         background: url(bilder/inhalt.jpg) no-repeat top center;
         padding: 20px 85px 0px 385px;
         min-height: 280px;
}

#fuss {
	width: 880px;
	background: url(bilder/fuss.jpg) no-repeat bottom center;
         padding-bottom: 90px;
         margin-bottom: -15px;
}

#impressum {
	font-size: 0.9em;
}