/* CSS SemWeb internet services document, 2009 */
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
html, body{
	margin: 0px;
	padding: 0px;
	font: 12px/2 Verdana;
	color: #747474;
}
body {
	background-image:url(../images/background-main.gif);
	background-repeat:repeat-x;
	background-color:#ededed;
}
/* Header styles */
#headertop {
	margin-left: auto;
	margin-right: auto;	
	width:1000px;
	height:115px;
}
.logo1 {
	float:left;
}
.logo2 {
	float:right;
}
#mainbox {
	margin-left: auto;
	margin-right: auto;	
	width:1000px;
	height:auto;
}

#maintekst {
	float:left;
	width:525px;
	height:250px;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:30px;
	padding-left:5px;
	overflow:hidden;
}
#maintekst a:link,
#maintekst a:visited, 
#maintekst a:active {
	color: #616161;
	text-decoration: underline;
}
#maintekst a:hover {
	color: #616161;
	text-decoration: none;
}
#mainfoto {
	float:left;
	width: 350px;
	height: 242px;
	margin-left:45px;
}
.mainfotoclass {
	border: 6px solid #d7d7d7;
	margin-top:15px;
	width:363px;
	height:253px;
}
#fotooverzicht {
	width:1000px;
	height:160px;
}
/* Inhoud Rechten */
#rechten {
	width:995px;
	height:auto;
	margin-top:10px;
	padding-right:5px;
	text-align:right;
	font-size:11px;
	color: #d5d4d4;
}
.jpwalker {
	color:#c2c0c0;
}
#rechten a:link,
#rechten a:visited, 
#rechten a:active {
	color: #d5d4d4;
	text-decoration: none;
}
#rechten a:hover {
	color: #c2c0c0;
	text-decoration: underline;
}
/* Einde Inhoud Rechten */
/* Overige opmaak door site */
.contactmapje {
	float:right; 
	border:1px solid #d7d7d7; 
	margin-top:15px;
}
#opruimen {
	clear:both;
}
p {
	font-family: Verdana;
	font-size:12px;
	line-height:1.7;
	color: #747474;
	margin-bottom:10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:3;
	color:#aa9a24;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2;
	color:#aa9a24;
	text-indent:5px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* Einde overige opmaak door site */
.zoom-icon {
	position:absolute;
	left:347px;
	top:251px;
	cursor:pointer;
}