/******************************************
Asbeste
CSS : Eefje Ferwerda
E-mail: eferwerda@lautenbagreclame.nl
WWW: http://www.lautenbag.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

:-moz-any-link:focus {outline: none;}
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img {border: 0;}
div.clear {clear: both; width: 100%; height: 0px;}

/*LAYOUT
**************************************************/

body {
	background: url("img/bg_container.jpg") top repeat-y; 
	background-color: #c0c0c0;
	font: normal 12px/18px Tahoma, Arial, sans-serif;
	color: #5f6062;
}


	
div#site {
	background: #c0c0c0; 
}

div#top {
	height: 175px;
}


div#header {
	height: 175px;
	width: 960px;
	margin: auto;
}

div#headerimg {
	height: 175px;
	width: 960px;
	background: url("img/headerimg.jpg") top no-repeat; 	
	float: left;
	display: inline;
}

div#main {
	margin: auto;

}

div#container {
	height: 610px;
	width: 960px;
	background: url("img/bg_container.jpg") top repeat-y; 	
	margin: auto;
	position: relative;
}

div#menuwrapper {
	width: 200px;
	height: 420px;
	background: transparent;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: -5px;
	
}

menu ul {
	float: left;
	display: inline;
}

div#menu {
	padding: 20px 0 2px 0;
	width: 199px;
	height: 400px;
	float: left;
	display: inline;
	background: #84b818 url("img/menu.png") top right no-repeat;
	z-index: 999;
	margin-bottom: 160px;	
}

div#menu a:link {
	color: #4c4c4c;
	text-decoration: none;
	}

div#menu a:visited {
	color: #4c4c4c;
	text-decoration: none;
	}

div#menu a:hover {
	color: #4c4c4c;
		font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	}
	
li.menu_item {
	float: left;
	display: inline;
	clear: left;
	margin-left: 4px;
	list-style: none;
	height: 42px;
	width: 200px;
	font-size: 12px;
	background: transparent;	
}

li.menu_item_actief {
	float: left;
	display: inline;
	clear: left;
	margin-left: 4px;
	list-style: none;
	height: 39px;
	width: 200px;
	font-size: 13px;
	font-weight: bolder;
}

li.menu_item a{
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	display: block;
	width: 148px;
	height: 39px;
	}

li.menu_item:link {
	float: left;
	display: block;
	background: transparent;	
}

li.menu_item:visited {
	float: left;
	display: block;
	background: transparent;	
}

li.menu_item:hover {
	float: left;
	display: block;
	background: transparent;	
}

li.menu_item:active {
	float: left;
	display: block;
	background: transparent; 	
}

li.menu_item_actief a{
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	display: block;
	width: 148px;
	height: 39px;
	}

li.menu_item_actief:link {
	float: left;
	display: block;
	background: transparent; 	
}

li.menu_item_actief:visited {
	float: left;
	display: block;
	background: transparent; 	
}

li.menu_item_actief:hover {
	float: left;
	display: block;
	background: transparent; 	
}

li.menu_item_actief:active {
	float: left;
	display: block;
	background: transparent;
		color: #fff;	
}

div#adres {
	float: left;
	display: inline;
	width: 100px;
	position: absolute;
	bottom: 55px;
	left: 25px;
	font-size: 10px;
}



div#logo {
	float: left;
	display: inline;
	margin: -140px 0 0 650px;
}

div#textwrapper {
	float: left;
	display: inline;
	margin: -23px 0 0 20px;
	width: 502px;
	height: 584px;
	padding-bottom: 20px;
}
	
div#text {
	margin: 28px 0 20px 0;
	width: 480px;
	float: left;
	display: inline;
}

div#text img {
	float: left;
	display: inline;
	margin: 5px 15px 5px 0;
}


div#diastrip {
	height: 420px;
	width: 189px;
	float: right;
	display: inline;
	margin: -5px 17px 0 0;
	background: transparent;
border-right: solid 5px #83b817;
}

div#diastrip img {
	height: auto;
	width: 172px;
	float: left;
	display: inline;
	border-right: 1px solid #fff;
	background: transparent;
}

/*TYPOGRAPHY
**************************************************/
div#text ul{
	margin-left: 15px;
}
li {
	list-style-type: disc;
	list-style-position: outside;
}


h1 {
	font: 17px/18px Tahoma, Arial, sans-serif;
	font-weight: 600;
	color: #83b817;
	margin-bottom: 10px;
	}

p {
	margin-bottom: 10px;
	}

h2 {
	font: normal 14px/18px Tahoma, Arial, sans-serif;
	color: #83b817;
	font-weight: 600;
	}

h3 {
	font: normal 13px/18px Tahoma, Arial, sans-serif;
	color: #83b817;
	font-weight: 600;
	}

h4 {
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 600;
	}

h5 {
	font: normal 11px/16px Tahoma, Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 600;
	}

h6 {
	font: normal 10px/15px Tahoma, Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 600;
	}

div#text a {
	color: #000;
	cursor: pointer;
} 

a:link {
	color: #000;
	cursor: pointer;
}

a:visited {
	color: #000;
	cursor: pointer;
}

a:hover {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

a:active {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

div#adres p{
	line-height: 14px;
	color: #000;
}

div#adres a{
	color: #000;
}
/*contactform
**************************************************/

div#formulier {
	margin-top: 0px;
	padding-right: 30px;
	padding-top: 15px;
	width: 502px;
	float: left;
	display: inline;
	clear: none;
	}

div#formulier h2{
	margin-bottom: 5px;
}
	
form#formulier{
	margin: 0px 0 0px 0px;
	width: 502px;
	line-height: 16px;
	height: 368px;
	}

form#formulier div label{
	width: 75px;
	float: left;
	display: inline;
	}

form#formulier input{
	clear: none;
	float: left;
	display: inline;
	width: 150px;
	margin: 0px 10px 10px 0px;
	}
	
input.single{
	float: right;
	display: inline;
	width: 150px;
	}

form#formulier textarea{
	clear: none;
	float: left;
	display: inline;
	width: 395px;
	height: 80px;
	margin: 0px 0px 10px 0px;
	}

form#formulier input.knop{
	height: 28px;
  width: 28px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: none;
 	float: left;
  display: inline;
  margin: 0px 0 10px 75px;
  height: 30px;
  width: 60px;
  background-color: #83b817;
  cursor: pointer;
 	}

div.clearform {
	clear: both;
}

sup{
		color: #e30000;
}

#ref img:hover {
border: 1px #83b817 solid;
}



#slideshow {
  width: 189px;
  height: 420px;
  border-right: solid 10px #83b817;
}







