/* CSS Document */

* {
	margin:0; padding:0;
}

body {
	background-color: #edf2f8;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	}


p {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 12px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	margin-bottom: 8px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

h4 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 12px;
	margin-bottom: 4px;
	background-color: #70AACB;
	color: #FFFFFF;
	text-indent: 5px;
	}

a:hover{text-decoration:none;}

a img { border:0;}

img {vertical-align:top;}
ul {
	list-style-type: disc;
	list-style-position: inside;
}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

.nieuws_datum {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}


input, select { vertical-align:middle; font-weight:normal;}
strong {font-size:12px; color:#444444;}

a {color:#3d6f92; font-size:12px;}

/*main layout */

#header_tall {
}

#main { margin:0 auto;}

#header .left {
	vertical-align: bottom;
	float: left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header .right {padding:46px 11px 0 0;}
#header .right a {color:#868686; font-family:arial; font-size:12px; padding:0 29px 2px 0;}



#middle { width:100%;}


#footer .indent {
	color:#868686;
	font-size:12px;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#footer a {color:#444444; font-weight:bold;}
li a {color:#3d6f92; font-size:11px;}




.input {width:171px; height:18px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; font-family:tahoma; line-height:13px; color:#a4a4a4;}
textarea {width:516px; height:68px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; overflow:auto; font-family:tahoma; line-height:13px; color:#a4a4a4;}
form .div {text-align:right; padding:6px 0 0 0;}





p.paperiq {
	color: #78B53C;
	text-align: center;
}
p.paperiq span {
	padding: 10px 0px 0px 0px;
	
	display: block;
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
p.paperiq a {
	color: #78B53C;
	text-decoration: none;
}