html {
	overflow: -moz-scrollbars-vertical; /*vert scroll bar fix ff*/
	background: #666;
} 
body {
	font-size: small;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0 auto;
	min-width: 1000px;
	padding-top: 5px;
	
}
p {
	padding: 6px 0;
}
strong {
	font-weight: bold;
}
h1, h2, h3 {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0;
	color: #99d0e9;
}
h1 {
	margin-left: -20px;
	font-size: 24px;
	padding: 0px 0 5px 0px;
}

h2 {
	font-size: 18px;
	padding: 10px 0 5px 0;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

h1 a {
	font-size: medium;
	font-weight: bold;
	color: #000;
}
.clear {
	clear: both;
}

.listEntry h1, .listEntry h1 a {
	padding:0px;
	font-size: medium;
	font-weight: bolder;
}
.phpwcmsArticleListEntry {
	position: relative;
	float: left;
	width:100%;
	padding-bottom: 10px;
}
.phpwcmsArticleListImage {
	float: left;
	width: 150px;
}
.phpwcmsArticleListTekst {
	float: right;
	width: 430px;
}
.phpwcmsArticleListMore {
	text-align: right;
}
.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:5px auto; 
	padding:0px; 
	border:0; 
}
.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}
.topText {
	margin: 0px;
	padding: 0px;
}
a {
	color: #008AC9;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.imageEntry {
	float: left;
	padding:10px;
}
.imageEntry img {
		border:1px solid #008ac9;
		border:1px solid #fff;
}
.formField {
	padding: 0 0 10px 0;
}
/*Layout
---------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	background: url(bg_wrapper.gif);
}
#kop {
	position: relative;
	height: 139px;
	background: url(bg_kop.jpg) no-repeat;
	text-align: left;
	padding: 0px;
	color:#fff;
	font-weight: bold;
	}
#kop_rotator {
	position:absolute;
	right: 163px;
	top: 2px;
	height:112px;
	width: 360px;
}
#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	color: #fff;
	font-weight: bold;
	margin:0px 0px 0 20px;
	padding: 4px 0 2px 0;
}
* html #menu {
}
#content {

	float:left; /*ivm tonen menu, bugfix*/
	width:1000px;
	padding: 0 0 20px 0;
	min-height: 511px;
	background: url(bg_content.jpg) no-repeat;
}
* html #content {
	height:430px;
}
#content_extra {
	float:right;
	width:132px;
	padding:65px 15px 0 8px;
	color:#99d0e9;
	font-size: smaller;
}
#content_images {
	float:left;
	width:453px;
	padding: 20px 0 0 20px;

}
#content_extra a {
	color:#99d0e9;
}
#content_body {
	float:left;
	display: inline; /* ie6 fix*/
	width:313px;
	padding:35px 20px 0 30px;
	text-align: justify;
}

#content ul {
list-style: square;
padding-left: 20px;
}

#content li {
list-style: square;
}
#voet {
	clear: both;
	height: 2px;
	background: url(bg_voet.gif) no-repeat bottom;
	text-align: center;
	font-size: smaller;
}
* html #voet{
	background: url(bg_voet.gif) no-repeat bottom;
}
