body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, 
				um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor
				die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #498306;
	background-image: url(medien/website-hintergrund.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height: 101%;
}
.aufbau-menuehintergrund {
	background-attachment: scroll;
	background-image: url(medien/website-menue-hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.aufbau-div-inhalte {
	height: 427px;
	width: 512px;
	overflow: auto;
	visibility: visible;
	padding-right: 10px;
}
.aufbau-td-randoben {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.aufbau-fusszeile {
	background-attachment: scroll;
	background-image: url(medien/website-fusszeile-4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-weight: bold;
	color: #F8B414;
	font-size: 18px;
	margin:0;
    padding: 0em;
	} 
.h1minus {
	font-weight: bold;
	font-size: 11px;
}

h2 {
	font-weight: bold;
	color: #ab842a;
	font-size: 14px;
	line-height: 18px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	line-height: 200%;
}
td {
	color: #464646;
	font-size: 12px;
	} 
table {
	color: #464646;
	font-size: 12px;
	}
p {
	font-weight: normal;
	color: #464646;
	font-size: 12px;
	line-height: 18px;
	} 
a {
	color: #629d23;
	font-weight: bold;
	} 

a:link {
	color: #629d23;
	text-decoration: none;
	font-weight: bold;
	} 
a:visited {
	font-weight: bold;
	color: #629d23;
	text-decoration: none;
	} 
a:hover {
	font-weight: bold;
	color: #629d23;
	text-decoration: underline;
	} 
a:active {
	font-weight: bold;
	color: #566048;
	text-decoration: underline;
	} 
.webdesign {
	font-size: 10px;
	font-weight: normal;
	color: #7bb535;
}

blockquote {
	margin-left: 20px;
}

.zehn {
	font-size: 10px;
	font-weight: normal;
	color: #629d23;
	line-height: normal;
}
.linkunfett {
	font-size: 12px;
	font-weight: normal;
	color: #7bb535;
}
