* {
	padding: 0px;
	margin:	0px;
	font-family: Verdana, Arial, 'Times New Roman';
	font-size: 12px;
	color: black;

}

body {
	background-image: url('../images/background.png');
	background-position: center;
	background-color: white;
	text-align: center;
	}

#wrapDiv {
	display: block;
	margin: 0px auto;
	text-align: left;
}
	
#styleSelect {

	width: 110px;
	margin-right: 4px;
}
option {
	color: black;
}

#pHeader {
	display: block;
	width: 794px;
	padding: 1px;
	background-color: transparent;
	margin: 0px auto;
	text-align: right;
}

#logo {
	display: block;
	height: 100px;
	width: auto;
	background-image: url('../images/logo.png');
	background-color: white;
}
#pNieuws {
	display: block;
}	

.pBody {
	padding: 5px;
	display: none;
	width: 725px;
	padding-right: 20px;
	background-color: transparent;
	margin: 0px auto;
}

#pNaviButtons {
	display:	none;
}
	
#pNavi {
	background-image: url('../images/bar.png');
	text-align: left;
	margin-top: 1px;
	display: block;
	height: 24px;
	line-height: 26px;
	background-color: gray;
}

#pNavi a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color: white;
}

#pNavi a:hover {
	color: #dbe2ff;
}

#pClock {
	float: right;
	margin-right: 40px;
	margin-top: -70px;
	height: 140px;
	width: 140px;
	text-align: center;
	background-image: url('../images/clock.png');
	background-color: transparent;
}
	
.pH1 {
	display:		none;
	font-weight:	bold;
	font-size:		24px;
	margin-top:		24px;
}

.pH2 {
	display: block;
	width:	490px;
	background-image: url('../images/ph2.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #070ea0;
	margin-bottom:	40px;
	margin-top:		11px;
	padding: 4px;
	padding-left: 10px;
}

.pH2 a {
	color: #fff;
	font-style: italic;
	font-weight:	bold;
	font-size:		17px;

}

.pH3 {
	color: #fff;
	width:	255px;
	background-image: url('../images/ph3.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color:#ea6706;
	font-style: 	italic;
	font-weight:	bold;
	font-size:		13px;
	padding: 		1px;
	padding-left: 10px;
	margin-bottom:	30px;
	margin-top:		30px;
	margin-left:	3px;
}	

p {
	margin-left:	10px;
}

.pDownload {
	margin-top: 25px;
	font-size: 11px;
	background-color: #000;
	height: 20px;
	padding-left: 8px;
	color: #fff;
}
.pDownload a{
	text-decoration: none;
	line-height: 20px;
	color: #ddd;
	font-size: 11px;
	margin-left: 4px;
	margin-right: 40px;
}

.pDownload a:hover {
	color:	#d5fda6;
}

.newsBox {
	padding: 5px;
	display: block;
	overflow: hidden;
	height: 26px;
	width: 700px;
	margin: 5px 10px;
}

.newsBox p {
	overflow: hidden;
	font-family: Arial, Verdana; 
	font-size: 12px;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.boxHeader {
	font-family: 'Trebuchet MS', Arial, Verdana; 
	font-size: 13px;
	padding: 4px;
	padding-left: 35px;
	display: block;
	background-image: url('../images/newsHeader.png');	
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: white;
	color: #000;
	text-decoration: none;
	margin-bottom: 17px;
	margin-left: -5px;
	margin-right: -5px;
}

.boxHeader:hover {
	color: #444;
}

.floatImage {
	display: inline;
	float: right;
	margin: 5px;
	margin-top: 3px;
	background-color: transparent;

}



#errorMsg {
	color: #d00;
	display: block;
	background-color: #dfdfdf;
	padding-left: 4px;
}

.portfolioDiv  {
	padding-left: 25px;
	display: block;
	background-image: url('../images/acrobat.gif');	
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 10px;
}

.portfolioDiv a {
	color: #111c11;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Verdana; 
	font-size: 13px;
}
.portfolioDiv a:hover {
	color: #be9e1d;
}

p a:hover {
	color: #85141b;
}

.invisibles {
	display: none;
}

#copyright {
	font-size: 9px;
}

.linkDiv {
	padding: 5px;
	display: block;
	width: 700px;
	min-height: 150px;
	background-color: #fef9f5;
	border: solid #fea966 1px;
	
}

.linkDiv a {
	display: block;
	width: 690px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	background-color: white;
	margin-bottom: 14px;
	padding-left: 4px;
	border: solid #fecaa0 1px;
}

.linkDiv a:hover {
	color: #444;
}

.ina {
	background-color: transparent;
	border: solid black 0px;
}

#contactform {
	display: block;
	width: 99%;
	height: 350px; 
}