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

body {
	color: #000;
	background-color: #576A1A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: scroll;
}
h1 {
	font-size: 22px;
	font-weight: bolder;
	color: #576A1A;
}
#wrapper {
	height: auto;
	width: 950px;
	margin-top: 20px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
#inhalt  {
	background-image: url(../images/seitenaufbau/hintergrund_kurz.jpg);
	height: auto;
	background-repeat: repeat;
	position: relative;
	float: left;
	width: 950px;
}
#wrapper #footer {
	background-image: url(../images/seitenaufbau/hintergrund_kurz.jpg);
	font-size: 10px;
	color: #FFF;
	padding-bottom: 10px;
	padding-left: 470px;
	position: relative;
	float: left;
	width: 480px;
	padding-top: 3px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	font-size: 18px;
	font-weight: bolder;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #000;
}
#menu   {
	height: 325px;
	width: 151px;
	margin-left: 30px;
	float: left;
	margin-top: 40px;
	position: relative;
}
#menu p img   {
	margin-bottom: 5px;
}
#text   {
	background-color: #FFF;
	height: auto;
	width: 640px;
	margin-left: 20px;
	float: left;
	position: relative;
	top: 0px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 40px;
}
#logo {
	background-image: url(../images/seitenaufbau/vdh_950_logo.jpg);
	height: 98px;
	width: 400px;
	position: absolute;
	left: 545px;
	top: 45px;
}
a {
	color: #000;
	text-decoration: underline;
}
#text img{
	float: left;
	margin-right: 20px;
}

.hellgruen {
	color: #9C3;
}
.rot {
	color: #F00;
}
