@charset "UTF-8";
/* CSS Document */

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;
 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;
}




body{
	
}

div.head{
	width:220px;
	height:70px;
	margin-left:-32px;
	margin-top:0px;
}

.head a{
	display:block;
	width:230px;
	height:70px;
	margin-top:0px;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	
}

.head a span{
	display:none;
	
}

div#wrapper {
	width:700px;
	height:551px;
	margin-top:30px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	border-left:1px solid #45a02b;
	border-bottom:1px solid #45a02b;
	
}



div#menu {
	margin-left:auto;
	margin-right:auto;
	width:408px;
	
	
}
div#menu li{
	float:left;
}
div#menu a{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:100px;
	display:block;
	float:left;
	font: 18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../images/indexbackg.png);
	color:#ffffff; 
	width:200px; 
	height:50px;
	border:thin solid #3c8b2c;
	line-height:55px; 
	
}

div#menu a:hover{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:100px;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/indexbackg2.png);
	color:#ffffff; 
	width:200px; 
	height:50px; 
	border:thin solid #45a02b;
	line-height:55px; 
}

div#menu1 {
	margin-left:auto;
	margin-right:auto;
	width:703px; 
	height:20px; 
	position:relative; 
	z-index:100;
	font-family:arial, helvetica, sans-serif;
}

.link {
	display:block;
	margin-top:-4px;
}

/* hack to correct IE5.5 faulty box model */
* html div#menu1 {
	width:703px; 
	w\idth:699px;
}

/* remove all the bullets, borders and padding from the default list styling */
div#menu1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	

}

div#menu1 ul ul {
	width:110px;
	

}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div#menu1 li {
	float:left;
	width:100px;
	position:relative;
}
	
/* style the links for the top level */
div#menu1 a, div#menu1 a:visited {
	display:block;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff; 
	width:100px; 
	height:20px; 
	border:1px solid #3c8b2c; 
	border-width:1px; 
	background-image:url(../images/bc_bg22.png);
	background-repeat:repeat-x;
	line-height:29px; 
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html div#menu1 a, * html div#menu1 a:visited {
	width:120px; 
	w\idth:120px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
div#menu1 table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the top level hover */
div#menu1 a:hover, div#menu1 ul ul a:hover{
	color:#ffffff;
	background-image:url(../images/bc_bg3.png);
}
div#menu1 :hover > a, div#menu1 ul ul :hover > a {
	color:#ffffff; 
	background-image:url(../images/bc_bg3.png);
}

/* make the second level visible when hover on first level list OR link */
div#menu1 ul li:hover ul, div#menu1 ul a:hover ul{
	visibility:visible; 
}


/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */


#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url(../images/bc_bg3.png);
    height:20px;
    line-height:20px;
    color:#ffffff;
    border:solid 1px #45a02b;
    width:700px;
    overflow:hidden;
	margin-top:2px;
}

#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a
{
    height:20px;
    display:block;
    background-image:url(../images/bc_separator2.png); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

#breadcrumb a:hover
{
	color:#00aa00;
}

.homes
{
    border: none;
    margin: 2px 0px;
}


div#content{
	width:700px;
	height:376px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:left;
	overflow:auto;

}

div#content p{
	margin:30px;
	margin-top:10px;
	letter-spacing:1px;
}

div#content h2{
	margin-left:30px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#45a02b;
	letter-spacing:1px;
}

div#cirkel{
	display:block;
	margin-top:-63px;
	margin-left:650px;
	width:50px;
	height:112px;
	background-image:url(../images/halvecirkel.png);
}

div#cirkelindex{
	position:absolute;
	margin-top:274px;
	margin-left:650px;
	width:50px;
	height:112px;
	background-image:url(../images/halvecirkel.png);
	
}

div#plaatjes{
	margin-left:auto;
	margin-right:auto;
	width:450px;
	height:152px;
}

ul#plaatjes li{
	margin-left:auto;
	margin-right:auto;
	float:left;
}

div#plaatje1{
	width:150px;
	height:150px;
	margin-top:50px;
	background-image:url(../images/plaatje1.jpg);

}

div#plaatje2{
	width:150px;
	height:150px;
	margin-top:50px;
	background-image:url(../images/plaatje2.jpg);
}

div#plaatje3{
	width:150px;
	height:150px;
	margin-top:50px;
	background-image:url(../images/plaatje3.jpg);
}

img#worm{
	margin-top:-12px;
}

div.marquee{
	margin-top:-150px;
}

div#contact{
	display:none;
}

div#offerte{
        margin:0px;
	margin-left:30px;
	margin-top:2px;
}

div#contact p{
	margin:0px;
	margin-left:30px;
	margin-top:2px;
}

div#offerte p{
	margin:0px;
	margin-left:30px;
	margin-top:2px;
}

td{
	padding:5px;
	padding-left:30px;
}


