html, body {
	background: #FFF;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
a:hover {
	color: #FFFFFF;
	background-color: #99D60C;
}
a:visited {
	color: #333;
}
#container {
	width: 760px;
	margin: 0px auto 0px auto;
}
	#container p {
		font-size: 12px;
		margin-top: 2px;
	}
	#header {
		width: 760px;
		height: 82px;
		margin-top: 20px;
	}
	.balk {
		width: 760px;
		height: 10px;
		margin: 0 auto;
		margin-top: 5px;
		background-color: #99D60C;
	}
	#linkpartners {
		width: 760px;
		height: 14px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
		#linkpartners a,a:visited {
			font-family: Verdana;
			color: #333;
		}
		#linkpartners a:hover {
			font-family: Verdana;
			color: #FFF;
		}
	#container2 {
		width: 760px;
		height: auto;
		margin: 0px 0px 0px 0px;
	}
		#menu {
			width: 760px;
			height: 18px;
			margin: 0px 0px 0px 0px;
			background-color: #99D60C;
			position: absolute;
			top: 100px;
		}
			#menu p {
				text-align: center;
				color: #FFF;
			}
			#menu a,a:visited {
				font-family: Verdana;
				color: #FFF;
			}
			#menu a:hover {
				font-family: Verdana;
				color: #FFF;
				text-decoration: underline;
			}
			#menu2 {
			width: 760px;
			height: 18px;
			margin: 0px 0px 0px 0px;
			background-color: #99D60C;
			position: absolute;
			top: 100px;
		}
			#menu2 p {
				text-align: center;
				color: #FFF;
			}
			#menu2 a,a:visited {
				font-family: Verdana;
				color: #FFF;
			}
			#menu2 a:hover {
				font-family: Verdana;
				color: #FFF;
				text-decoration: underline;
			}
		.text {
			width: 760px;
			margin-top: 0px;
		}
			.text p {
				margin-left: 4px;
				line-height: 20pt;
				font-size: 12px;
			}
			.text h2 {
				font-size: 30px;
				color: #333333;
				margin: 15px;
			}
			.text img {
				float: right;
				margin: 5px 0 0 5px;
				padding: 0;
				border: 0;
			}
			.text a,a:visited,a:active {
				color: #333333;
				text-decoration:none;
			}
			.text a:hover {
				color: #333333;
				text-decoration:underline;
			}
		