@import url(navigatie.css);
@import url(visit.css);

body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
margin: 0; padding: 0; border: none; text-indent: 0;
}

td, tr, li ,dt, dd {
	margin-left: 0;
	padding-left: 0;
}

tr, td {
	padding-bottom: 5px;
}

body {
	background: none;
	background-color: white;
	color: #747476;
	font-style: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 0;
}

p {
	font-size: 1.0em;
	padding-bottom: 20px;
}

p.intro {
	font-weight: bold;
	font-style: italic; 
	color: #4d75b7;
}

p.small {
	font-size: 0.8em;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

p.kruimelpad {
	font-size: 0.8em;
	padding: 0;
	padding-bottom: 2px;
	margin: 0;	
	margin-bottom: 6px;
	color: #747476;
	border-bottom: 1px dotted #747476;
}

h2 {
	font-size: 1.5em;
	color: #4d75b7;
	padding-bottom: 5px;
}

h2.plaatje {
	font-size: 1.5em;
	color: #4d75b7;
	padding-bottom: 25px;
}

h3 {
	font-size: 1.2em;
	color: #A7C7E6;
	padding-bottom: 5px;
}

h4 {
	font-size: 1.0em;
	color: #747476;
}

h3.dienst {
	font-size: 1.2em;
	color: #A7C7E6;
	padding-bottom: 4px;	
	border-bottom: 1px dotted #747476;
	margin-bottom: 4px;
}

hr {	
	border: 0;
	border-top: 1px dotted #747476;
}

.icon {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: px dotted #747476;
	padding: 0px;
}

.img-center {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px dotted #747476;
	padding: 0px;

}

div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

div.content {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: left;
	height: 100%;
}

div.footer {
	background: white;
	clear: both;
	height: 100px;
	text-align: right;	
	border-top: 1px dotted #747476;
	margin-top: 10px;
}

div.footer p {
	color: #747476;
	line-height: 20px;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 5px;
	text-transform: uppercase;
	
}

div.footer a:link {
	color: black;
}

div.footer a:visited {
	color: black;
}

div.footer a:hover {
	color: #a7c7e6;
}

div.footer a:active {
	color: #a7c7e6;
}

ul {
	list-style: circle;
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 20px;
}

#pdf {
	/*display: inline-block;
	float: left;
	width: 258px;
	margin-right: 4px;*/

}

#pdf #listcolumn {
	display: inline-block;
	float: left;
	width: 258px;
	margin-right: 4px;

}

#pdf ul li {
	list-style: none;
	list-style-type: none;	
	list-style-position: outside;
	background: url(../images/pdf.png) no-repeat 0 2px;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 12px 35px;
}

#pdf ul li.vsd {
	list-style: none;
	list-style-type: none;	
	list-style-position: outside;
	background: url(../images/vsd.jpg) no-repeat 0 2px;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 12px 35px;
}

#pdf ul li.ppt {
	list-style: none;
	list-style-type: none;	
	list-style-position: outside;
	background: url(../images/ppt.jpg) no-repeat 0 2px;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 12px 35px;
}

#pdf ul li.video {
	list-style: none;
	list-style-type: none;	
	list-style-position: outside;
	background: url(../images/video.jpg) no-repeat 0 2px;
	font-size: 100%;
	line-height: 1.3em;
	padding: 0px 0px 12px 35px;
}

#pdf h3 {
	color: #747476;
}

/* 3-kolommen */
/* Linkerkolom */
#left {
	display: inline;
	float: left;
	width: 221px;
	padding-top: 18px;
}

/* Middenkolom */
#mid {
	display: inline;
	float: left;
	width: 525px;
	/*height: 512px;*/
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	/*overflow-y: scroll;
	text-align: justify;*/
}



/* Rechterkolom */
#right {
	display: inline;
	float: right;
	width: 208px;
	/*background-image: url(../images/right.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 400px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 112px;
}


a {
	color: #a7c7e6;
	text-decoration: none;
}

a:link {
	color: #a7c7e6;
}

a:visited {
	color: #a7c7e6;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

img a {
	border: 0;
}

#kader {
	background-color: #d8e0f1;
	padding: 0;
	color: #747476;
}

#kader p {	
	padding-left: 10px;
	padding-right: 10px;
	color: #747476;
}

#kader h3 {	
	padding-left: 10px;
	padding-right: 10px;
	color: #4d75b7;
}

#kader img.kaderimg {
	padding-left: 10px;
	padding-right: 10px;

}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

#newsleft {
	display: inline-block;
	float: left;
	border-right: 1px dotted #747476;
	width: 255px;
	padding-right: 7px;
}

#newsright {
	display: inline-block;
	float: right;
	width: 255px;
}

#nieuws_links {
	display: inline-block;
	float: left;
	width: 100px;
	padding-right: 7px;
}

#nieuws_rechts {
	display: inline-block;
	float: left;
	width: 418px;
}

#flashcontent {
	width: 179px;
	height: 200px;
	position: relative;
	padding: 0;
	margin: 0;
}

label {
	width: 200px;
	float: left;
	text-align: left;
	margin: 0 0 10px 0;
	clear: both
}