/* CSS Document */
			/* kleur link tekst */
			a:link { color: #639617; text-decoration: none;}
			a:visited { color: #639617; text-decoration: none;}
			a:active { color: #639617; text-decoration: none;}
			a:hover { color: #639617; text-decoration: underline;}
			
			/* kleur link hoofdnavigatie */			
			.hoofdnavigatie A:link {color: #595959; text-decoration: none}
			.hoofdnavigatie A:visited {color: #595959; text-decoration: none}
			.hoofdnavigatie A:active {color: #595959; text-decoration: none}
			.hoofdnavigatie A:hover {color: #595959;text-decoration: underline;}
			
			/* kleur link subnavigatie */		
			.subnavigatie A:link {color: #FFFFFF; text-decoration: none}
			.subnavigatie A:visited {color: #FFFFFF; text-decoration: none}
			.subnavigatie A:active {color: #FFFFFF; text-decoration: none}
			.subnavigatie A:hover {color: #FFFFFF;text-decoration: underline;}
			
			/* eigenschappen header */
			.header
			{		
				background-image:  url(/download/?id=4128026);
				width: 800px;
				height: 350px;
				position: relative;
			}
			
#homeLinkContainer {
	position: relative;
	width: 250px;
	height: 75px;
	top: 10px;
	left: 200px;
}

#homeLink {
	display: block;
	width: 250px;
	height: 75px;
	text-decoration: none;
}

#homeLink:visited {
	text-decoration: none;
}

#homeLink:hover {
	text-decoration: none;
}
			
			/*kleur titel column navigatie*/
			.title
			{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			color: #717171;
			}
			
			/*kleur titel column text */
			.navtitle
			{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			color: #717171;
			}
			
			/* border text */
			.textcolumn3
			{
			border-left: 1px solid #639617;
			}
			.textcolumn2
			{
			border-left: 1px solid #639617;
			}
			.textcolumn1
			{
			border-left: 1px solid #639617;
			}
			
			/* eigenschappen subbutton */
			.subnavigatie ul {
				margin: 0px;
				padding: 0px;
				width: 175px;
			}
			
			.subnavigatie ul li {
				background-image: url(/download/?id=4128005);
				background-repeat: no-repeat;
				list-style: none;
				margin-top: 14px;
				height: 49px;
			}
			
			.subbutton	{
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				font-size: 18px;
				padding-right: 26px;
				padding-top: 18px;
				text-align: right;
			}
			
			/* knop aanmelden nieuwsbrief */
			.aanmelden
			{
			width: 105px;
			height: 23px;
			background-image: url(/download/?id=4132505);
			}
			
			/* inloggen */
			.go
			{
			width: 69px;
			height: 23px;
			background-image: url(/download/?id=4128038);
			}
			
.boxtext form {
	text-align: right;
	width: 175px;
}

.boxtext form label {
	float: left;
	text-align: left;
	padding-bottom: 2px;
}

.boxtext form input {
	float: left;
	text-align: left;
	width: 175px;
}

#aanmelden {
	margin-right: -2px;
	text-align: right;
	float: right;
	width: 105px;
	height: 23px;
}