body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: #535353;
}

#welcome {
	text-align: left;
	font-size: 110%;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
		}

#languageselect {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 16px;
	word-spacing: 6px;
	margin-bottom: 0px;
		}

#languageselect p {
	text-align: right;
	margin: 0px;
		}

#ruler {
	height: 75px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #386FAA;
}

#topdisplay {
	width: 900px;
	height: 130px;
	margin: 0px;
	background-image: url(../grafiek/header.jpg);
		}

#topdisplay p{
	padding-top: 12px;
	padding-left: 30px;
	font-size: 30px;
		}

#topmenu {
	width: 900px;
	height: 25px;
	margin: 0px 0px 2px;
	background-image: url(../grafiek/menubar.jpg);
		}
		
#subtop {
	width: 900px;
	height: 0px;
		}

#subtopleft {
	width: 900px;
	float: left;
	height: 0px;
		}

#breadcrumb {
	width: 900px;
	text-align: left;
	text-indent: 15px;
	float: left;
	background-image: none;
	border: 0px;
	margin: 0px;
	height: 14px;
	word-spacing: 6px;
		}

h1 {
	font-size: 15px;
	color: #608DBC;
}

h2 {
	font-size: 12px;
	color: #608DBC;
	margin-bottom: 2px;
}

h3 {
	font-size: 13px;
	margin-bottom: 1px;
}

#subtopright {
	float: left;
	width: 0px;
	height: 0px;
		}

#left {
	width: 180px;
	float: left;
	padding-top: 15px;
		}

#right {
	float: left;
	width: 700px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
	padding-top: 23px;
		}

#right img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
		}

#bottom {
	width: 900px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
		}

#credit {
	width: 900px;
	font-size: 8px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
		}

#credit p a:link, #credit p a:visited {
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
		}

#credit p {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
		}

#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topmenu ul li {
	display: block;
	float: left;
}

#topmenu ul li a {
	display: block;
	text-decoration: none;
	border: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 25px;
	color: #CCCCCC;
	font-size: 130%;
	padding-right: 25px;
}

#topmenu ul li a.actief {
	background-image: url(../grafiek/menubarlicht.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}


#topmenu ul li a:hover {
	background-image: url(../grafiek/menubarlicht.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

p {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

a:link, a:visited {
	font-weight: bold;
	color: #608DBC;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #386FAA;
	text-decoration: underline;
}

.spaced {
	letter-spacing: 0.3em;
	margin-top: 12px;
	margin-bottom: 12px;
}

.subspaced {
	letter-spacing: 0.5em;
	margin-top: 3px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 1px;
}

.subtext {
	margin-right: 30px;
	margin-left: 30px;
}

td {
	vertical-align: top;
}


.box { 
  background: url(../grafiek/boxachtergrond.jpg); 
}
.boxtop { 
  background: url(../grafiek/rondehoeken/ne.jpg) no-repeat right top; 
}
.boxtop div { 
  height: 12px; 
  background: url(../grafiek/rondehoeken/nw.jpg) no-repeat top left; 
}
.boxbottom { 
  background: url(../grafiek/rondehoeken/se.jpg) no-repeat bottom right; 
}
.boxbottom div { 
  height: 12px; 
  background: url(../grafiek/rondehoeken/sw.jpg) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

.boxcontent p{
	padding-top: 5px;
	padding-left: 2px;
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;

		}

.boxcontent h1{
	padding-left: 2px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #608DBC;
	background-position: left;
		}
		
.boxcontent h2{
	padding-left: 2px;
	font-size: 14px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #CCCCCC;
		}
		
.boxcontent h3{
	padding-left: 2px;
	font-size: 10px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #999999;
		}

.boxcontent ul{
	margin-top: 3px;
	margin-bottom: 3px;
		}
		
.boxcontent ul li{
	padding-left: 0px;
	font-size: 10px;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 0px;
	color: #FFFFFF;
	margin-left: 0px;
		}
		
.realisaties tr td {
	padding-right: 5px;
}

.realisaties tr td h3 {
	font-size: 11px;
	margin-top: 0px;
	margin-left: 7px;
}

.realisaties tr td p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.footnote {
	font-size: 10px;
	margin-top: 0px;
}
input {
	background-color: #D7E2EE;
	color: #386FAA;
}

textarea {
	background-color: #D7E2EE;
	color: #386FAA;
}
#bottom p {
	text-align: left;
}
#wrapper #right ul {
	text-align: justify;
}
.heelgroot {
	font-size: 70px;
	color: #535353;
}
