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: #9d8b2b;
	background-image: url(medien/hintergrund.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height: 101%;
}
.aufbau-menuehintergrund {
	background-attachment: scroll;
	background-image: url(medien/menue-hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.aufbau-spalte2 {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-style: solid;
	border-left-color: #FFF;
	border-left-width: 10px;
}
.aufbau-div-inhalte {
	height: 427px;
	width: 512px;
	overflow: auto;
	visibility: visible;
	padding-right: 10px;
}
.aufbau-td-randoben {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.aufbau-fusszeile {
	background-attachment: scroll;
	background-image: url(medien/fusszeile-4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	color: #9d8c2a;
	font-weight: bold;
	} 
a:link {
	color: #9d8c2a;
	text-decoration: none;
	font-weight: bold;
	} 
a:visited {
	font-weight: bold;
	color: #9d8c2a;
	text-decoration: none;
	} 
a:hover {
	font-weight: bold;
	color: #9d8c2a;
	text-decoration: underline;
	} 
a:active {
	font-weight: bold;
	color: #F9C01A;
	text-decoration: underline;
	} 
h1 {
	font-weight: bold;
	color: #fab300;
	font-size: 18px;
	margin:0;
	padding: 0em;
	} 
.h1minus {
	font-weight: bold;
	font-size: 11px;
}

h2 {
	font-weight: bold;
	color: #8aaf4a;
	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;
	} 
.gaensebauern {
	font-weight: bold;
	color: #9D8C2A;
}
.webdesign {
	font-size: 10px;
	font-weight: normal;
	color: #C0B058;
}
.webdesignKopie {
	font-size: 10px;
	font-weight: normal;
	color: #6a9c2d;
}
blockquote {
	margin-left: 20px;
}

.zehn {
	font-size: 10px;
	font-weight: normal;
	color: #9d8c2a;
	line-height: normal;
}
.link-unterstrichen {
	text-decoration: underline;
}
.linkunfett {
	font-size: 12px;
	font-weight: normal;

