@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image:url(/images/achtergrond.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: arial;
}
p,td,li
{
	color: #717074;
	font-size: 12px;
}
a
{
	color: #111;
	text-decoration: underline;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
.marge{
	margin-top: 20px;
}
.marge_hoofdpagina{
	margin-top: 21px;
	width: 180px;
	height: auto;
}
h1{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #f58025;
	margin-top: 24px;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #f58025;
	margin-top: 24px;
	font-weight: bold;
}
h3{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #f58025;
	font-weight: bold;
}
#zoekbox
{
	position: absolute;
	top: 103px;
	margin: 0 0 0 668px;
}
#zoekbox input.field
{
	width: 130px;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
}
#zoekbox input.btn
{
	width: 53px;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
}
#lijn_oranje{
	width: 420px;
	height: 3px;
	border-top-color: #f48025;
	border-top-style: solid;
	border-top-width: 2px;
	position: absolute;
	margin-left: 200px;
	top: 140px;
}
#lijn_grijs{
	width: 190px;
	height: 3px;
	border-top-color: #717074;
	border-top-style: solid;
	border-top-width: 2px;
	position: absolute;
	margin-left: 668px;
	top: 140px;
}
#w1{
	position: relative;
	width: 100%;
}
#w2{
	position: relative;
	margin: 0 auto;
	width: 871px;
	height: auto;
}
#logo{
	position: absolute;
	width: 172px;
	height: 195px;
	margin-left: -7px;
}
#care4concrete_tekst{
	position: absolute;
	width: 422px;
	height: 45px;
	left: 200px;
	top: 80px;
}
#hoofdmenu{
	position: absolute;
	width: 174px;
	left: -22px;
	top: 206px;
	color: white;
	font-size: 12px;
}
#hoofdmenu ul.main_menu{
	margin: 0 0 0 35px;
	padding: 0;
	width: 139px;
	list-style: none;
	/*background: #ff0000;*/
}
#hoofdmenu ul.main_menu li{
	width: 139px;
	list-style: none;
	display: block;
}
#hoofdmenu ul.main_menu li a:link{
	list-style: none;
	height: 20px;
	text-decoration: none;
	color: white;
	width: 200px;
}
#hoofdmenu ul.main_menu li a:hover{
	list-style: none;
	height: 20px;
	text-decoration: none;
	color: white;
}
#hoofdmenu ul.main_menu li a:visited{
	list-style: none;
	height: 20px;
	text-decoration: none;
	color: white;
}
ul.sub_menu
{
	float: left;
	width: 129px;
	margin: 0 0 0 6px;
	padding: 0;
}
ul.sub_menu li
{
	width: 129px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	font-size: 11px;
}
ul.sub_menu ul
{
	margin: 0 0 0 6px;
	padding: 0;
}
#w3{
	position: relative;
	left: 200px;
	top: 140px;
	width: 658px;
	height: 500px;
}
#content{
	position: relative;
	float: left;
	width: 420px;
	height: auto;
	overflow: visible;
}
#content_artikelen{
	position: relative;
	float: left;
	width: 650px;
	min-height: 400px;
	overflow: visible;
}
#afbeeldingen{
	position: relative;
	height: auto;
	min-height: 3px;
	float: left;
	width: 190px;
	margin-left: 48px;
	padding-top: 70px;
}
.padding_top{
	padding-top: 30px;
}
#footer{
	position: relative;
	margin-left: -210px;
	width: 881px;
	height: 162px;
	margin-bottom: 30px;
	clear: both;
}
#contactgegevens{
	position: relative;
	width: 133px;
	float: left;
	margin: 20px 0 0 40px;
}
#footer_afbeeldingen{
	width: 670px;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
}
#contactgegevens p{
	color: white;
	font-size: 9px;
}
#artikel_1{
	position: relative;
	float: left;
}
#artikel_2{
	position: absolute;
	float: left;
	margin-left: 240px;
}
#artikel_3{
	position: absolute;
	float: left;
	margin-left: 470px;
}

/* Contactform */
table.contactForm
{
	width: 400px;
}
table.contactForm td
{
	padding: 3px;
}
table.contactForm td input.field
{
	width: 180px;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
}
table.contactForm td select.selectField
{
	width: 180px;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
}
table.contactForm td textarea.textArea
{
	width: 180px;
	height: 70px;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
}
table.contactForm td input.btn
{
	width: 80px;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
}
#form label.error {
	color: red;
	margin-left: 10px;
	width: auto;
	display: inline;
}