* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
	background-image: url(img/layout/bg_main.jpg); background-repeat: repeat-x; background-attachment: fixed;
	background-color: #fcfdf7;
	color: #545454; font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 90%;
	}
h1 {
	font-size: 170%; font-weight: normal;
	margin-bottom: 20px;
	}
h2 {
	font-size: 120%; font-weight: bold;
	margin-bottom: 5px;
	}
p {
	margin-bottom: 12px;
	}
a {
	text-decoration: none; color: #6F9205;
	}
a:hover {
	text-decoration: underline;
	}
ol { margin-left: 26px; }
ul { margin-left: 16px; }
li { margin-bottom: 5px; }


#main {
	width: 993px; margin: 0 auto;
	border-left: 3px #89B700 solid; border-right: 3px #89B700 solid;
	background-color: white; background-image: url(img/layout/bg_nav.jpg); background-position: right; background-repeat: repeat-y;
	}

#header {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 60%;
	padding: 12px 0px 2px 25px;
	}
	#header a {
		color: #ABAAAA;
		}
	
#rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif, sans; font-size: 100%;
	padding-top: 20px; 
	float: right; width: 237px;
	color: white; height: 100%;
	}
	#rechts a {
		display: block; font-weight: bold;
		color: white; text-decoration: none;
		padding: 2px 0px 2px 18px; margin-bottom: 8px;
		}
	#rechts a:hover, #rechts a.active {
		background-image: url(img/layout/bg_hover.jpg); background-repeat: no-repeat;
		}
	#rechts a.bildlink img {
		border: 0px; margin: 12px 0px 20px 0px;
		}
	#rechts a.bildlink:hover {
		background-image: none;
		}
	#rechts .footer {
		padding-left: 18px; font-size: 80%;
		}
#links {
	padding-top: 20px; padding-left: 20px;
	float: left; width: 700px;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both; height: 99px;
	background-image: url(img/layout/footer.jpg); background-repeat: no-repeat;
	background-color: #89B700;
	}
	#footer p {
		margin: 0 auto; padding: 77px 0px 5px 30px;
		font-size: 65%;
		}
	#footer p, #footer a {
		color: white;
		}
	
.aufmacher1 {
	float: right;
	margin: 0px 0px 20px 20px;
	}

.galerie {
	border-top: 2px #89B700 solid; border-bottom: 2px #89B700 solid;
	padding: 10px 0px 0px 0px; margin-bottom: 15px;
	}
.galerie img {
	margin-right: 15px;
	}

.rahmen {
	border: 1px #89B700 solid;
	}
