/* CSS Document */


* { 
margin: 0px; 
padding: 0px; 
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
}

#container{
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container a{
	color: #7185A8;
}
#content{
	height: 470px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#inhoud{
	height: 480px;
	width: 780px;
	float: left;
}
#menu{
	background-color: #FFFFFF;
	height: 90px;
	width: 150px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #028ED9;
	text-align: right;
	padding-right: 30px;
	line-height: 22px;
	padding-top: 40px;
}
#blok1{
	float: left;
	height: 400px;
	width: 328px;
	text-align: center;
	margin-left: 6px;
	margin-top: 20px;
	border: 8px solid #FF0000;
	padding: 20px;
}
#blok1 a{
	text-decoration: none;
	color: #FF0000;
	line-height: 30px;
	font-weight: bold;
}
#blok1 a:hover{
	color: #FFAEAE;
}
#blok2{
	float: left;
	height: 400px;
	width: 328px;
	text-align: center;
	margin-left: 6px;
	margin-top: 20px;
	border: 8px solid #7B7B84;
	padding: 20px;
}
#blok2 a{
	text-decoration: none;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
}
#blok2 a:hover{
	color: #999999;
}
#plaatje{
	float: right;
	height: 480px;
	width: 130px;
	background-image: url(images/plaatje.jpg);
	margin-right: 40px;
	margin-left: 40px;
}
.kopje1{
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
}
.kopje2{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
}
.forte{
	font-family: Forte;
	font-size: 18px;
	font-weight: bold;
	color: #83829D;
	letter-spacing: -0.1em;
	line-height: 15px;
}
#footerplus{
	color: #666666;
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 20px;
}
#footerplus a{
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
