/* CSS Document */

body,td,th, .tekst {
	font-family: "Lucida Sans", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-y; 
	background-image: url(images/kopplaatje.png);
	background-repeat: no-repeat;
	background-position: center -3px; 
}

p, h1, h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
}

a:link {
	color: #0093A3;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0093A3;
}
a:hover {
	text-decoration: none;
	color: #0093A3;
}
a:active {
	text-decoration: underline;
	color: #0093A3;
}

#container{
	width: 980px;
	min-height:400px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	/*background-image: url(images/bg_header.gif);
	background-repeat: repeat-x; */
	text-align: left;
	}
	
#header{
	width: 980px;
	height: 130px;
/*	background-image: url(images/bg_header01.gif);
	background-repeat: repeat-x; */
	}
.paginakop {
	font-size: 14px;
	font-weight: bold;
	color: #B01268;
}

.nieuwskop {
	font-weight: bold;
	color: #0093A3;
}

.figuren {
	margin-right: 50px;
}
.maatwerk {
	margin-left: 140px;
}

#linkerzijde{
	width: 140px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#linkerzijde a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}

#linkerzijde a:hover, .actief{
	color: #B01268;
}

#content{
	width: 510px;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	overflow: hidden;
}

#rechterzijde{
	width: 150px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-image: url(images/blocks_hor.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.date {
	font-size: 9px;
}

.bullet {
	font-size: 18px;
	font-weight: normal;
	color: #0093A3;
}

#linkerzijde .subnav a {
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
}

#linkerzijde .subnav a:hover, #linkerzijde .subnav .actief{
	text-decoration: underline;
	color: #0093A3;
}

dl {
  position: relative;
  width: 500px;
}
dt {
  clear: both;
  float:left;
  width: 100px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 400px;
  margin: 0 0 8px 0;
  padding-left: 6px;
}

