@charset "utf-8";
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	border-style: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	line-height: 16px;
}

.oneColFixCtr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #000000;
	text-align: left;
	border-style: none;
	vertical-align: bottom; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
superklein zwart {
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	color: #000;
}
.oneColFixCtr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-style: none;
	background: #ffffff;
}


img
{  border-style: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #09C;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

.photos {
	overflow: hidden;
	border: 0px solid #f0f0f0;
	padding: 0px;
	width: 570px;
	margin: 0 auto;
}
.photos {
	overflow: hidden;
	border: 0px solid #f0f0f0;
	padding: 0px;
	width: 570px;
	margin: 0 auto;
}
img { border: none;}
.photos img.logo {margin: 0 auto; display:block;}
.photos div img {
	padding: 0px 0;
	margin: 0px 0;
	float: left;
	border-bottom: px solid #ddd;
}
.photos ul.thumbs {
	margin: 0;
	padding: 5px 0 0 0px;
	list-style: none;
	width: 570px;
	float: right;
}
.photos ul.thumbs li{
	width: 20px;
	height: 15px;
	margin: 0px 10px 0px 0px;
	padding: 0;
	float: right;
	overflow: hidden;
	position: relative;
	border: 0px solid #ddd;
	text-align: center;
}
.photos ul.thumbs li:hover {
	border: 0px solid #888;
	-moz-opacity:.75; 
	filter:alpha(opacity=75); 
	opacity:.75; 
}
.photos ul.thumbs li img {
	position: absolute;
	top: -180px;
	left: -145px;
}

.oneColFixCtr #container #mainContent div p {
	font-size: 12px;
	line-height: 18px;
}
#newstekst {
	font-size: 12px;
}
.oneColFixCtr #container #mainContent div table {
	font-size: 12px;
	border-top: top;
}
.wittetext {
	color: #666;
	border-style: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	line-height: 16px;
}
.kleinwittetext {
	color: #227DB0;
	border-style: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	line-height: 16px;
}

.small {color: #dddddd;
	border-style: none;
	font-size: 8px;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	line-height: 16px;}
	
.border {
	color:#000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width:thin;
}
.blauw {
	color:#09C;
	font-size: 12px;
}
.oneColFixCtr #container #mainContent table tr td a strong .small strong {
	color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 8px;
}
.oneColFixCtr #container #mainContent div table tr .wittetext p em {
	color: #000;
}

