body {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 0.8em;
	color: #EA0000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#divTop {
	float: left;
	height: 40px;
	width: 845px;
}
#divHeader {
	background-image: url(../images/top.jpg);
	height: 180px;
	width: 845px;
	float: left;
}

#divWrapper {
	width: 845px;
	margin: 0px;
	float: left;
}
#divContent {
	float: left;
	background-image: url(../images/content.gif);
	height: 224px;
	width: 367px;
	padding-top: 24px;
	padding-right: 40px;
	padding-left: 43px;
}

#divRightmid {
	width: 95px;
	float: right;
	background-image: url(../images/right1_bg.gif);
	height: 248px;
}

#divNavigation{
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 13px;
	color: #7f807a;
	float: left;
	height: 208px;
	width: 280px;
	background-image: url(../images/navi_bg.jpg);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#divNavigation ul{
	list-style-type: none;
	padding-right: 0px;
}
#divNavigation a {
	display: block;
	width: 200px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	color: #7F807A;
	text-decoration: none;
	border-top-color: #7F807A;
	border-bottom-color: #7F807A;
	margin-left: 36px;
	margin-top: -1px;
}
#divNavigation a:link, #divNavigation a:visited {
	color: #7F807A;
}

#divNavigation a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7F807A;
	border-bottom-color: #7F807A;
	background-image: url(../images/hover.gif);
}
#divNavigation .current a {
	background-color: #DEF4F5;
}
#divUnderWrapper {
	background-image: url(../images/footer1.gif);
	height: 192px;
	width: 300px;
	float: left;
}
#divFooter2 {
	height: 122px;
	width: 452px;
	background-image: url(../images/footer2.gif);
	padding-right: 20px;
	padding-left: 53px;
	padding-top: 45px;
	float: none;
	padding-bottom: 10px;
}
.kopje {
	font-size: 14px;
	color: #002C85;
	font-weight: bold;
}

/* plaintext and link*/
.plaintext {
	font-size: 12px;
	font-weight: normal;
	color: #002C85;
	line-height: 130%;
}
.plaintext  a:link  {
	text-decoration: underline;
}
	
.plaintext a:visited {

	}
	
.plaintext a:active  {

}

.plaintext a:hover   {
	color: #0000FF;
}

/* address and link*/
.address {
	font-size: 11px;
	color: #726652;
}
.address a:link  {
	text-decoration: underline;
	color: #726652;
}
	
.address a:visited {
	color: #726652;

	}
	
.address a:active  {

}

.address a:hover   {
	color: #ADA28D;
}
