body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B584C;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-color: #E6E6E6;
}

.formulier {
	font-size: 1em;
}

.tabel {
	font-size: 12px;
}

.plain {
	font-size: 12px;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

ul {
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

/*links*/
a {
	color:#5B584C;
}

a:hover {
	color:#5B584C;
	text-decoration: none;
}

a:visited {
	color: #5B584C;
}

/*stippellijnen*/

.dottedlineA {
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(../img/dotted1.gif);
}

.dottedlineB {
	background-repeat: repeat-x;
	background-image: url(../img/dotted2.gif);
	margin-right: 10px;
	margin-left: 10px;
}

.dottedlineC {
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-image: url(../img/dotted1.gif);
}

#topmenu{
	margin-right:15px;
	margin-top:70px;
}

#content {
	font-size: 12px;
	margin-top: 0px;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:30px;
}

.text {
	text-align: left;
	padding: 0px;
	line-height: 130%;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 17px;
}

.meerinfo {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #FF0017;
}

.secnav{
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 0px;
}

#content .secnav a:link, .secnav a:visited {
	color: #FF0017;
	margin-right: 8px;
}

#content .secnav a:hover {
	text-decoration: none;
	color: #FF0017;
}

#left {
	width: 160px;
	margin-top:97px;
}

address {
	font-size: 0.6em;
	color: #5AFE00;
	margin: 10px;
	text-align: right;
	font-style: normal;
}

address a:link {
	color: #5AFE00;
	text-align: right;
	font-style: normal;
}

address  a:hover {
	color: #5AFE00;
	text-align: right;
	font-style: normal;
}

address  a:visisted {
	color: #5AFE00;
	text-align: right;
	font-style: normal;
}

#newsletter {
	background-color:#325B82;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	width:160px;
	padding:20px;
	font-size: 0.7em;
	color: #FFFFFF;
}

#newsletter .title {
	color:#FFFFFF;
}

#newsletter .txt {
	width:160px;
}

#newsletter form {
	width:160px;
	margin:0px;
	padding:0px;
}

#newsletter .invulveld {
	color:#5B584C;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 160px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}

#newsletter .knop {
	color:#5B584C;
	margin-top:10px;
	background-color:#8198AD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftimage {
	float:left;
	margin-top:2px;
	margin-right:20px;
	margin-bottom:5px;
}

#footer {
	margin-top: 40px;
	background-color:#999999;
	color: #FFFFFF;
	padding: 6px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

