html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/body_gradient.gif);
}

#container {
	min-height: 600px;
	min-width: 650px;
	background-position: center;
	height: 100%;
	width: 100%;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(images/body_bg.gif);
}

#logo {
	height: 110px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/logo.gif);
}



/***********************Menu***********************/

#menu {
	margin: auto;
	height: 40px;
	width: 618px;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(images/menu_bg.gif);
}

#menu ul {
	text-shadow: -3px -3px 3px #999999;
	margin-left: -10%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 36px;
	word-wrap: break-word;
	text-align: center;
	word-spacing: 9px;
	list-style-type: none;
	text-transform: none;
	text-decoration: none;
	color: black;
	font-variant: small-caps;
	font-size: 17px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#menu li {
	text-align: center;
	display: inline;
}

#menu a {
	text-decoration: none;
	text-transform: none;
	color: black;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-decoration: underline overline;
}

/***********************Text-field***********************/

#txt {
	background-position: center center;
	margin: auto;
	height: 387px;
	width: 601px;
	background-image: url(images/txt3.png);
	background-repeat: no-repeat;
}

#txt .title {
	letter-spacing: 5px;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0px;
	word-wrap: break-word;
	line-height: 16px;
	font-size: 17px;
	font-weight: bold;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#txt .content {
	font-weight: bold;
	text-align: justify;
	padding-left: 20px;
	padding-top: 25px;
	height: 370px;
	width: 560px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
}

#txt .content dd {
	text-align: center;
}

#txt .content ul {
	list-style-type: none;
	color: black;
}
#txt .content b {
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

#txt .pic1 {
	max-height: 10%;
	max-width: 50%;
	height: 50%;
	width: 10%;
	background-repeat: no-repeat;
	background-image: url(images/b7.gif);
}
#footer {
	text-align: right;
	margin: auto;
	background-position: right bottom;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
}

#kenteken {
	min-height: 30px;
	max-height: 30px;
	height: 30px;
	margin: auto;
	background-position: right bottom;
	background-image: url(images/kenteken.png);
	background-repeat: no-repeat;
}

