html, body{
	text-align: left;
	color: #555555;;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	font-weight: normal;
}
td{
	text-align: left;
	color: #555555;;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h1 {
	color: #69B123;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #69B123;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #69B123;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
h4 {
	color: #69B123;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
legend {
	color: #69B123;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
A:Link, A:Visited, A:Active{
	color: #69B123;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.footer {
	color: #69B123;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#zentrierer {
	width: 100%;
	position: absolute;
	top: 32px;
}
	#head_line1 {
		width: 950px;
	}
		#grayLine {
			background-color: #676D71;
			width: 950px;
			height: 5px;
			font-size: 5px;
			float: left;
		}
	#head_line2 {
		width: 950px;
	}
		.grayDot_L2 {
			background-color: #C6C9CA;
			width: 7px;
			height: 68px;
			font-size: 5px;
			float: left;
		}
		#logoSpace {
			background-color: white;
			width: 936px;
			height: 68px;
			font-size: 5px;
			float: left;
			text-align: left;
		}
	#head_line3 {
		width: 964px;
	}
	#menu {
		width: 950px;
	}
		.grayDot_M {
			background-color: #C6C9CA;
			width: 7px;
			height: 42px;
			font-size: 5px;
			float: left;
		}
		#menuSpace {
			background-color: white;
			width: 936px;
			height: 42px;
			font-size: 5px;
			float: left;
			text-align: left;
		}
	#content {
		width: 950px;
		background-image:url(/homepage/gfx/content_background.png);
		text-align: left;
	}
		#contentPaddingTop {
			width: 100%;
			height: 10px;
			font-size: 10px;
			text-align: left;
		}
		#contentSpace {
			width: 100%;
			text-align: left;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 10px;
		}
	#footer_line1 {
		width: 950px;
		background-image:url(gfx/content_background.png);
	}
		#grayLine_F {
			background-color: #676D71;
			width: 950px;
			height: 5px;
			font-size: 5px;
			float: left;
		}