/* CSS SemWeb internet services document, 2009 */
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
html, body{
	margin: 0px;
	padding: 0px;
	font: 12px/2 Verdana;
	color: #5c6972;
}
body {
	background-image: url(../images/body-back.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
/* Header styles */
#headertop {
	background-image:url(../images/header-back.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;	
	width:1000px;
	height:143px;
}
.logo1 {
	float:left;
}
#mainbox {
	background-image:url(../images/main-back.gif);
	background-repeat:repeat-x;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;	
	margin-top:30px;
	margin-bottom:60px;
	padding-top:30px;
	width:1000px;
	height:auto;
}
#mainbox a:link,
#mainbox a:visited, 
#mainbox a:active {
	color: #484848;
	text-decoration: underline;
}
#mainbox a:hover {
	color: #484848;
	text-decoration: none;
}
#maintekst {
	float:left;
	width:430px;
	min-height:500px;
	padding-right:30px;
	height:auto;
	background-image:url(../images/back-kolom.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
#kolom2 {
	float:left;
	width: 300px;
	padding-left:30px;
	padding-right:30px;
	min-height:500px;
	height: auto;
	background-image:url(../images/back-kolom.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
#kolom3 {
	float:left;
	width: 140px;
	padding-left:30px;
	min-height:500px;
	height: auto;
}
.mainfotoclass {
	border: 6px solid #d7d7d7;
	margin-top:15px;
}
/*Uitgelicht */
.uitgelicht {
	width:290px;
	height:90px;
}
.uitgelicht p {
	color:#000000;
	line-height:2.2;
}
.uitgelichtklein {
	float:left;
	border:1px solid #000000;
	margin-right:15px;
	margin-bottom:15px;
}
/*gebruikt */
.gebruiktdiv {
	float:left;
	margin-right:25px;
}
.gebruiktdiv p {
	color:#000000;
	line-height:2.2;
}
.gebruiktklein {
	border:1px solid #000000;
}
#gebruiktmeerinfo {
	float:left;
	width:270px;
	height:auto;
}
.logogebruikt {
	float:left;
}
.areaformaat {
	width:420px;
	height:auto;
	border:1px solid #000000;
}
.kleingebruikt {
	float:right;
	border:1px solid #000000;
	margin-right:10px;
	margin-top:12px;
}

/* Inhoud footer */
#footer {
	height:152px;
	background-image:url(../images/footer-back.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	text-align:center;
	font-size:11px;
	color: #484848;
}
.jhscooters {
	font-size:9px;
}
#footer a:link,
#footer a:visited, 
#footer a:active {
	color: #484848;
	text-decoration: none;
}
#footer a:hover {
	color: #484848;
	text-decoration: underline;
}
/* Einde Inhoud Rechten */
/* Overige opmaak door site */
.opruimen {
	clear:both;
}
p {
	font-family: Verdana;
	font-size:12px;
	line-height:2;
	color: #747474;
	margin-bottom:10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:3;
	color:#f1592a;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2;
	color:#f1592a;
	text-indent:5px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* Einde overige opmaak door site */
.inputstr{
border:1px solid #f4572c;
}