/* Start of CMSMS style sheet 'darts' */
/* ALGEMEEN */
body {
	background-color: #fff;
	margin: 2px;
	padding:0px;
}
body, td, p, a, li, div, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
p, h2 {
	margin: 0 0 1em 0;
}
h1{
	margin: 0;
	font-size: 150%;
	font-weight:normal;
	
}
h2{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
hr {
	color: #0066CC;
	background-color: #0066CC;
	border: 0px;
	height: 1px;
	width: 100%;
}
img.leiderschap {
	margin-left: 119px;
	margin-bottom: 9px;
}


/* DIV's */
div#container {
	width: 800px;
	margin: 0 auto;
	background: rgb(255,255,255);
	border-left: 0px solid #888;
	border-right: 0px solid #888;
	text-align: left;
	min-height:100%; 
	height:auto;
}
div#top {
	width: 800px;
	height: 24px;
	margin: 0 auto;
	background-image: url("../images/bg-top.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
div#header {
	width: 800px;
	height: 115px;
	margin: 0 auto;
	background-image: url("../images/bg-header2.png");
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
div.slogan {
	float:right;
	padding-right: 35px;
	padding-top: 95px;
	text-align: right;
	color: #FFF;
}
div.slogan a{
	color: #FFF;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
}
div.slogan a:hover{
	text-decoration: underline;
}

div#content {
	width: 800px;
	margin: 0 auto;
	overflow:hidden;
	background-image: url("../images/bg-middle.png");
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

div#main {
	float:right;
	display: inline;
	width: 548px;
	margin: 10px 35px 0 0;
	padding: 10px;
	background-color: #fff;
	text-align: justify;
	border: 1px solid #0066CC;
	background: #FFF;
}
span.artcolor {
	color: #CC0000;
	font-weight: bold;
}

div#bottom {
	clear: both;
	width: 800px;
	height: 30px;
	margin: 0 auto;
	background-image: url("../images/bg-bottom.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: right;
}
div#bottom span {
	padding-right: 35px;
	color: #000;
	font-size: 10px;
}
a img {
border: 0px;
}
.master{
left: 50px;
}

/* Home iconen */
ol.home {

}
ol.home li{
	color: rgb(204, 0, 0);
	font-weight: bold;
}
ol.home p{
	clear: both;
}
ol.home div{
	text-align: center;
	width: 100px;
	position: relative;
	margin-top: 2px;
	float: left;
	margin-bottom: 20px;
}
ol.home div, ol.home a{
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
	color: rgb(0, 0, 0);
}
ol.home a:hover{
	color: rgb(204, 0, 0);
	font-weight: bold;
}
/* End of 'darts' */

