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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***********end reset***********/

body { font-size: 62.5%;  /* 16px × 62.5% = 10px */ }
h1 { font-size: 2em; /* 10px × 2em = 20px */ }
p { font-size: 1.4em; /* 10px × 1.4em = 14px */ }


body{
color:#666666;
font-family: "Lucida Grande", "Lucida", "Arial", sans-serif;
line-height: 1.4em;

background-image: url(images/wasknijpers.jpg);
background-repeat: no-repeat;
background-position: -60px 250px;
}


#wrapper{
margin-bottom: 100px;
}

#navwrapper{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 95px;

background-image: url(images/navbar_bg.png);
background-repeat: repeat-x;
background-position: bottom left;
z-index: 99;

/*
background-color: #FFF000;
border: 1px solid black;
*/

}

#navwrapper a{
color: #FFFFFF;
text-decoration: none;
}


#navwrapper #navshadow{
/*border: 1px dashed green;*/
height: 15px;
width: 100%;
background-image: url(images/navshadow.png);
background-repeat: repeat-x;
background-position: bottom left;
}

#navwrapper #navbar{
/*border: 1px dashed blue;*/
height: 80px;
width: 690px;

position: absolute;
bottom: 0;
left: 150px;
/*
margin-top: 15px;
margin: 0 auto;
*/
}


#navwrapper #navbar #navbar_logo{
float: left;
background-image: url(images/navbar_logo.png);
width: 93px;
height: 47px;
margin: 15px 0 0 30px;
}

#navwrapper #navbar ul{
float: right;
margin: 35px 50px 0 0;;
}

#navwrapper #navbar ul li{
display: inline;
margin-left: 25px;
font-size: 1.6em;
font-family: "Helvetica";
color: #FFFFFF;
}

#navwrapper #navbar ul li img{
position: absolute;
bottom: 17px;
}


#home{
width: 700px;
height: 900px;
margin-bottom: 200px;
position: absolute;
/*border: 1px dashed red;*/
top: 20px;
left: 150px;
background-image: url(images/home_bg.png);
padding: 0 20px;


line-height: 1.8em;
}

#logo{
width: 159px;
height: 66px;
float: left;
/*background: yellow;*/
background-image: url(images/logo.jpg);
background-position: top left;
background-repeat: no-repeat;
margin-bottom: 25px;
clear: both;
}

h1{
display:none;
}


#intro{
width: 100%;
float: left;
clear: left;
/*border: 1px solid green;*/
margin-bottom: 25px;

font-size: 2em;
line-height: 1.6em;
font-weight: lighter;

}

#para01{
width: 100%;
float: left;
/*border:1px solid blue;*/
margin-bottom: 25px;
}

#para01 img{
float: right;
margin-left: 20px;
margin-top: 15px;
}

#para02{
width: 48%;
float: left;
clear: left;
/*border:1px solid red;*/
margin-bottom: 25px;
}


#para03{
width: 48%;
float: left;
margin-left: 24px;
/*border:1px solid red;*/
margin-bottom: 25px;
}

.highlight{
color: #e48f34;
}

#home h2{
display: block;
border-bottom: 1px solid #666666;
padding-bottom: 10px;
margin-bottom: 10px;

font-size: 1.6em;
font-weight: lighter;

}



/***********text selection***********/

::selection {
	background: #e48f34; /* Safari */
	}
::-moz-selection {
	background: #e48f34; /* Firefox */
}	


/***********FORM***********/

input, textarea {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #E2E0D6;
color:#666666;
float:left;
font-size:18px;
height:29px;
margin:0 0 10px;
padding:4px 0 2px 10px;
width:295px;

float: left;
clear: left;
}

form, label{
float: left;
clear: left;
font-size: 1.3em;
margin-bottom: 5px;
}

textarea{
width: 500px;
height: 200px;
}

#verzend{
width: 150px;
height: 40px;
color: #e48f34;
}

#verzend:hover{
cursor: pointer;
}


/***********VERZENDBEVESTIGING***********/
#verzendbevestiging{
float: left;
clear: left;
font-size: 1.4em;
line-height: 2em;
}

#verzendbevestiging a{
color: #e48f34;
text-decoration: underline;
font-size: 0.8em;
}
