/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Einde CSS Reset */
/* CSS SemWeb internet services document, 2009 */
html, body{
	margin: 0px;
	padding: 0px;
	font: 12px/2 Verdana;
	color: #838383;
}
body {
	background-image: url(../images/main-back.jpg);
	background-repeat:repeat-x;
}
/* Header styles */
#headertop {
	margin-left: auto;
	margin-right: auto;	
	width:990px;
	height:317px;
}
.logo1 {
	float:left;
	margin-top:45px;
	margin-left:5px;
}
.logo2 {
	float:right;
	margin-right:85px;
	margin-top:83px;
}
#mainbox {
	margin-left: auto;
	margin-right: auto;	
	width:990px;
	height:auto;
}
#maintekst {
	float:left;
	width:770px;
	margin-top:20px;
	height:auto;
	border-bottom:1px solid #cdcdcd;
	padding:10px;
	padding-bottom:20px;
	margin-bottom:15px;
}
#maintekst a:link,
#maintekst a:visited, 
#maintekst a:active {
	color: #53badf;
	text-decoration: underline;
}
#maintekst a:hover {
	color: #53badf;
	text-decoration: none;
}
.fotoright {
	float:right;
	border: 6px solid #e9e9e9;
	margin-top:7px;
	margin-left:15px;
}
#contactvak {
	float:left;
	width:175px;
	margin-top:30px;
	margin-left:20px;
}
#contactvak a:link,
#contactvak a:visited, 
#contactvak a:active {
	color: #53badf;
	text-decoration: underline;
}
#contactvak a:hover {
	color: #53badf;
	text-decoration: none;
}
#contactvak p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#838383;
	font-size:10px;
	line-height:2;
}
#vak1 {
	float:left;
	width:270px;
	margin-right:7px;
}
#vak2 {
	float:left;
	width:270px;
	margin-right:7px;
}
#vak3 {
	float:left;
	width:270px;
}
.fotonder {
	border: 6px solid #e9e9e9;
}

/* Inhoud Rechten */
#footer {
	background-image:url(../images/footer-back.jpg);
	background-repeat:repeat-x;
	color:#e3e3e3;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:234px;
	margin-top:15px;
	line-height:1.8;
	text-align:left;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	text-align:left;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#foot-container {
	margin-left:auto;
	margin-right: auto;
	width:990px;
	padding-top:36px;
}
#ulcontainer {
	width:280px;
}
#ullijst1 {
	float:left;
	text-align:left;
}
#ullijst2 {
	float:left;
	margin-left:30px;
	padding-left:30px;
	text-align:left;
	border-left:1px solid #FFFFFF;
}
#footer ul {
	line-height:1.8;
	list-style-type:none;
	padding:0;	
	z-index:2;
}
#foottekst {
	margin-top:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#79920c;
	float:left;
	width:470px;
}
#foottekst a:link,
#foottekst a:visited,
#foottekst a:active {
	color: #79920c;
	text-decoration: underline;
	text-align:left;
	font-style:italic;
}
#foottekst a:hover {
	color: #79920c;
	text-decoration: none;
}
#contactvakr {
	float:right;
	width:170px;
	padding-left:200px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* Einde Inhoud Rechten */
/* Overige opmaak door site */
.opruimen {
	clear:both;
}
p {
	font-family: Verdana;
	font-size:12px;
	line-height:1.7;
	color: #838383;
	margin-bottom:10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:3;
	color:#53badf;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:3;
	color:#53badf;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:3;
	color:#53badf;
	margin-bottom:5px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* Einde overige opmaak door site */