/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #102B52;
	background-color: #102B52;
	text-align: center;
}
#containerindex {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: 680px;
	background-image: url(R.gif);
	background-repeat: no-repeat;
	border-left-width: 14px;
	border-left-style: double;
	border-left-color: #FDC203;
	text-align: left;
}
#containerindex { 
  width:806px; 		             /* toevoeging voor IE5 boxprobleem height + paddings en borders */
  voice-family: "\"}\"";         /* hier stopt IE5  */
  voice-family:inherit;
	width: 792px;
}
html>body #containerindex {   /* toevoeging voor opera. opheffen IE5 oplossing */
	width: 792px;
		}

#kop {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #102B52;
	letter-spacing: 0.2em;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(bg-kop.png);
	background-repeat: repeat-y;
	padding-top: 5px;
}
#kop { 
  height:80px; 		             /* toevoeging voor IE5 boxprobleem height + paddings en borders */
  voice-family: "\"}\"";         /* hier stopt IE5  */
  voice-family:inherit;
	height: 75px;
}
html>body #kop {   /* toevoeging voor opera. opheffen IE5 oplossing */
	height: 75px;
		}
#kop h1{
	font-size: 36px;
}

.kopklein {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.1em;
	text-align: right;
	margin-right: 50px;
}

#links {
	width: 280px;
	font-size: 12px;
	color: #102B52;
	font-weight: bold;
	float: left;
	padding-left: 15px;
	height: 600px;
}
#midden {
	width: 410px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #102B52;
	height: 600px;
}

#footerindex {
	width: 792px;
	height: 30px;
	background-color: #102B52;
	margin-right: auto;
	margin-left: auto;
}
#laden{
	display: none;
}
#menu {
	width: 140px;
	float: left;
	height: 150px;
	margin-top: 50px;
}
#menu table {
	width: 100%;
	margin-left: 5px;
	height: 140px;
}

#menu p {
	color: #FFC200;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #102B52;
	padding-left: 5px;
	height: 18px;
	border: thin solid #102B52;

}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #102B52;
	padding-left: 5px;
	height: 18px;
	border: thin solid #102B52;
}
#menu a:hover {
	color: #FFC201;
}
#adressen {
	width: 270px;
	font-size: 12px;
	color: #102B52;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}
#tekst{
	background-color: #DCE8F8;
	float: left;
	margin-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #102B52;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 525px;
	padding-right: 15px;
}
#tekst { 
  width:340px; 		             /* toevoeging voor IE5 boxprobleem height + paddings en borders */
  voice-family: "\"}\"";         /* hier stopt IE5  */
  voice-family:inherit;
	width: 310px;
}
html>body #tekst {   /* toevoeging voor opera. opheffen IE5 oplossing */
	width: 310px;
		}

#tekst h1 {
	font-size: 13px;
}

#foto {
	width: 80px;
	float: right;
	height: 600px;
	background-image: url(Rietveld%20051-bijgesneden-transp.jpg);
	background-repeat: no-repeat;
}
.klein{
	font-size: 9px;
	font-weight: normal;
}
