BODY{
	margin: 0;
	padding:0;
	height:100%;
	background-color : #d4d2bd;
	line-height:14px;
}

DIV, LI, P{
	padding:0;
	margin:0;
	font-family: arial, "lucida console", sans-serif;
	line-height:17px;
	font-size: 12px;
	color:#333333;
}

P {
	clear:both;
	text-align:justify;
	padding: 0 0 20px 0;
}

B, STRONG {
	font-weight:bold;
}

EM {
	font-style: italic;
}

IMG{
	padding:0;
	margin:0;
	border:0px;
}

BR{
	clear:both;
}

HR{
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	border: 0px;
	margin:0;
}

H3 {
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color:#a00606;
}

H4 {
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	color:#013856;
}

#wrapper {
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url('../img/bg.jpg');
	background-repeat: repeat-x;
}

#contentwrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
	vertical-align: top;
}

#footerwrapper {
	clear:both;
	margin:0 auto;
	border-top: 8px solid #e5e4d6;
	/*
	background-image: url('../../../img/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position:top left;
	*/
}

#header {
	width:970px;
	height:242px;
	margin:0;
	padding:0;
	/*
	background-image: url('../../../img/bg_topheader.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	*/
}

#headerpic {
	clear:both;
	width:970px;
	height:165px;
	margin:0;
	padding:0;
	background-image:url('../img/bg_header.jpg');
	background-repeat: no-repeat;
}

#breadcrumb {
	clear:both;
	margin:0;
	padding: 0 12px 10px 12px;
	height:10px;
	font-size:12px;
	color : #a4a3a3; 
}

#breadcrumb UL {
	list-style:none;
	margin: 0;
	padding: 0;
}

#breadcrumb LI {
	float:left;
	padding: 0 4px 0 0;
	color : #a4a3a3; 
}

#logo {
	float:left;
	width:0;
	height:0;
	border:0px;
}

#logo span {
	display:none;
}

#logoprint {
	display:none;
}

#content, #contentHome {
	clear:both;
	padding: 0 12px 40px 12px;
	/*position:relative;*/
}

#contentHome {
	width:550px;
	float:left;
}

/*
#content UL, #content OL {
	list-style:disc;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

#content OL {
	list-style:decimal;
}

#content LI {
	padding: 0 0 10px 0;
}
*/

#subnav {
	float:right;
	padding:0 10px 0 10px;
	margin:139px 0 0 0;
	height:26px;
}

#subnav ul {
	list-style: none;
	float:right;
	background:url('../img/subnav_bg.jpg') no-repeat right top;
	height:26px;
	padding: 0;
	margin:0;
}

#subnav li, #subnav li.first {
	float:left;
	color: #A6A589;
	padding: 5px 16px 0 10px;
	margin:0;
	height:26px;
}

#subnav li.first {
	background:url('../img/subnav_left.jpg') no-repeat left top;
	color:#27455D;
	width:5px;
	padding:0;
	margin:0;
}

#subnav a {
	/*color: #4D6A7C;*/
	color:#FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	height:26px;
}

#subnav a:hover {
	color: #A6A589;
	text-decoration:none;
	height:26px;
}

#inhoud_links{
	float:left;
	width:400px;
}

#inhoud_rechts {
	float:right;
	width:500px;
}

#footer {
	width:946px;
	clear:both;
	padding: 25px 12px 0 12px;
	height:60px;
	color : #a7a589;
	margin:0 auto;
}

#footer_left {
	float:left;
	margin:0;
	padding:0;
	font-size : 11px;
	color : #FFFFFF;
}

#footer_right {
	float:right;
	margin:0;
	padding:0;
	font-size : 11px;
	color : #FFFFFF;
	vertical-align:top;
}

a:link  {
	text-decoration : underline;
	color: #a00606;
}

 a:active {
	text-decoration :underline;
	color: #a00606;
}

 a:visited {
	text-decoration : underline;
	color: #666666;
}

a:hover {
	text-decoration : none;
	color: #a00606;
}


#footer_left a:link, #footer_right a:link  {
	color: #a7a589;
	border : 0;
	text-decoration : underline;
	font-weight: normal;
}

#footer_left a:active, #footer_right a:active {
	color: #a7a589;
	border:0;
	text-decoration : underline;
	font-weight: normal;
}

#footer_left a:visited, #footer_right a:visited {
	color: #a7a589;
	border:0;
	text-decoration : underline;
	font-weight: normal;
}

#footer_left a:hover, #footer_right a:hover {
	color: #a7a589;
	border:0;
	text-decoration : none;
	font-weight: normal;
}

#footer_right a.credits {
	float:right;
	width:115px;
	padding:14px 0 0 0;
	overflow: hidden;
	background-image: url(../../../img/credits.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:14px; /* for IE5.5's bad box model */
}

#footer_right a.credits:hover {
	background-position: 0 -14px;
}

#breadcrumb a:link  {
	color: #a4a3a3;
	border : 0;
	text-decoration : underline;
	font-weight: normal;
}

#breadcrumb a:active {
	color: #a4a3a3;
	border:0;
	text-decoration : underline;
	font-weight: normal;
}

#breadcrumb a:visited {
	color: #a4a3a3;
	border:0;
	text-decoration : underline;
	font-weight: normal;
}

#breadcrumb a:hover {
	color: #a4a3a3;
	border:0;
	text-decoration : none;
	font-weight: normal;
}

.txtpic_left {
	float:left;
	margin: 0 5px 5px 0;
	border: 0px solid #CCCCCC;
}

.txtpic_right {
	float:right;
	margin: 0 0 5px 5px;
	border: 0px solid #CCCCCC;
}

FORM {
	float:right;
	padding:0;
	margin:0;
}

label {
	display:block;
	width:150px;
	text-align:left;
}

INPUT{
	border: 0px;
	height: 20px;
	font-size: 9pt;
	border-bottom: 1px solid #000000;
}

TEXTAREA{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 7pt;
	border: 0px;
	height: 150px;
	width: 215px;
	font-size: 9pt;
	border-bottom: 1px solid #000000;
}

#contactform {
	width: 500px;
	float:right;
}

#contactform label {
	clear:both;
	float:left;
	width:110px;
}

#contactform input,textarea {
	width:220px;
	background-color:transparent;
	margin: 0 0 10px 0;
}

#contactform textarea {
	height:120px;
}

#loginscreen {
	width: 600px;
	height:150px;
}

#submitknop, #contactform #submitknop {
	clear:both;
	color:#FFFFFF;
	width:150px;
	height:20px;
	border:0px;
	padding: 0 0 3px 0;
	background-image: url('../../../img/bg_button.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	text-align:center;
}

#username, #password {
	width:150px;
}

#newshome {
	float:right;
	width: 350px;
}

.inputlogin{
	border: 0px;
	height: 15px;
	width: 115px;
	background-color: #FFFFFF;
	font-size: 9pt;
}

.leftForm {
	width:250px;
	float:left;
}

.rightForm {
	width:220px;
	float:right;
}

.error {
	color:red;
}

.datum {
	font-style:italic;
	padding: 0 0 12px 0;
}

ul.link{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

ul.link li{
	margin: 0 0 5px 0;
}

.readmore {
	clear:both;
}

.floatRight {
	float:right;
}
