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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 70% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #e9e2d4 repeat-y center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*height: 1%;
	_display: inline-block;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	position: absolute;
	width: 960px;
	height: 277px;
	margin-top: 20px;
	top: 0;
}
#logo {
	width: 300px;
	height: 210px;
	text-indent: -9999px;
	background: url(../images/website/logo_spiers_slaap.png) no-repeat;
	position: absolute;
	top: 22px;
	left: 20px;
}
#logo a {
	width: 300px;
	height: 210px;
	display: block;
}
#address {
	padding-left: 20px;
	width: 920px;
	height: 20px;
	padding-right: 20px;
	padding-top: 7px;
	background-image: url(../images/website/wit_transparant40.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#address li {
	float: left;
	padding-right: 30px;
	font-size: 10px;
}
#address li strong {
	color: #8f4e2e;
}
#nav_main {
	width: 960px;
	height: 52px;
	background: #2e2828;
	font: 110% Arial, Helvetica, Geneva, sans-serif;
	margin-top: 297px;
	margin-bottom: 20px;
	*position: relative;
	*top: 297px;
}
#nav_main li {
	float: left;
}
#nav_main a {
	height: 34px;
	display: block;
	text-decoration: none;
	color: #b3a7a3;
	float: left;
	padding-top: 18px;
	font-size: 110%;
	padding-right: 30px;
	padding-left: 20px;
	font-weight: bold;
}
#nav_main a:hover {
	color: #8f4e2e;
}
#nav_main .active a {
	color: #fff;
}
#nav_sub {
	float: left;
	font: 120% Arial, Helvetica, Geneva, sans-serif;
	width: 240px;
	background-color: #0d4a7a;
	padding: 20px;
}
#content #nav_sub li {
	margin: 0;
	padding: 0;
}
#nav_sub li a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #b3d2e7;
	color: #f5f5f5;
	font-weight: bold;
	padding: 9px 8px 8px 10px;
}
#nav_sub li.active, #nav_sub li.parent_active, #nav_sub li.active a:hover, #nav_sub li.parent_active a:hover {
	background-color: #3d6e95;
} 
#nav_sub li.active li a:hover, #nav_sub li.parent_active li a:hover {
	background-color: #3d6e95;
} 
#nav_sub li.last {
	border-bottom: 1px solid #b3d2e7;
}
#nav_sub li li.last {
	border-bottom: none;
}
#nav_sub li a:hover {
	background-color: #3d6e95;
	border-bottom-style: none;
}
#nav_sub li li a {
	font-weight: normal;
	font-style: normal;
	padding-left: 30px;
}
#nav_sub li.active li {
	background-color: #0086c9;
	color: #fff;
	text-decoration: none;
}
#nav_sub li li.active {
	background-color: #0086c9;
	color: #fff;
	text-decoration: underline;
}
#middle {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	*position: relative;
	*top: 297px;
}
#content {
	width: 610px;
	color: #444;
	line-height: 200%;
	float: left;
	margin-right: 29px;
	background-color: #f5f5f5;
	padding: 20px 20px 2px;
}
.subnav #content {
	margin-right: 0;
	margin-left: 29px;
}
#content h2 {
	font-size: 170%;
	color: #2e2828;
	margin-bottom: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
}
#content h3 {
	font-size: 122%;
	color: #3d6e95;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
}
#content p {
	margin-bottom: 14px;
	font-size: 100%;
}
#content ul, #content ol {
	margin-bottom: 14px;
	font-size: 100%;
}
#content ul li {
	margin-bottom: 3px;
	background: url(../images/website/bullet_blue.png) no-repeat 0 9px;
	padding-left: 9px;
	margin-left: 30px;
	overflow: hidden;
}
#content ol li {
	margin-bottom: 3px;
	margin-left: 39px;
	list-style-type: decimal;
	background-position: 0 6px;
	background-repeat: no-repeat;
}
#content img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #fff;
}
#content img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#content img.right {
	float: right;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 15px;
}
.item {
	margin-bottom: 25px;
}
.newsitem {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 25px;
	padding-top: 25px;
	clear: both;
	margin-bottom: 60px;
}
#content p.date {
	color: #a39f95;
	margin-bottom: 20px;
	margin-top: -24px;
	border-top-color: #868686;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#content p.more {
	margin-bottom: 0;
	clear: both;
	padding-top: 0;
}
#content p.infobox {
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 13px;
	text-align: right;
	color: #969696;
}
#content a {
	color: #0d4a7a;
	text-decoration: none;
	border-bottom: 1px solid #b3d2e7;
}
#content a:hover {
	border-bottom: 1px solid #0085c8;
}
#content a:visited {
	border-bottom: 1px solid #00599d;
}
#content .box_viewer {
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 14px;
}
#content .box_viewer img.img_big {
	float: left;
	margin-right: 8px;
	margin-bottom: 0px;
	display:none;
}
#content .box_viewer img.img_big.img_big1 {
	float: left;
	margin-right: 8px;
	margin-bottom: 0px;
	display:block;
}
#content .box_viewer ul li {
	width: 106px;
	height: 71px;
	padding: 0;
	margin: 0 0 9px;
	*margin: 0 0 7px;
}
#content .box_viewer ul li img {
	margin-right: 0px;
	width: 106px;
	height: 71px;
}
#content ul.producten {
	border-top: 1px solid #e7e7e7;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 30px;
	margin-top: 30px;
}
#content ul.producten li {
	width: 185px;
	list-style-type: none;
	height: 170px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 26px;
	float: left;
	margin-bottom: 0;
}
#content ul.producten img {
	margin: 0;
	float: none;
	width: 185px;
	height: 139px;
}
div#content ul.producten a {
	border-style: none;
	color: #2e2828;
	_border-bottom: 1px solid #f5f5f5;
}
#content ul.producten li.last {
	margin-right: 0px;
}
#content ul.producten h2 {
	padding: 7px;
	width: 185px;
	font-size: 125%;
	text-align: center;
	position: relative;
	top: -146px;
	*top: -142px;
	background-image: url(../images/website/wit_transparant60.png);
}
#content ul.producten h2:hover {
	background-image: url(../images/website/wit_transparant90.png);
}
#content ul.pagination {
	margin: -70px auto 0;
	padding: 25px 0 0;
	font: 100% Arial, Helvetica, Geneva, sans-serif;
}
#content ul.pagination li {	
	margin: 0 5px 0 0;
	background-image: none;
	float: left;
	text-align: center;
	padding: 0 10px;
	width: 97px;
}
.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}
#middle hr {
	clear: both;
	visibility: hidden;
}
#right {
	float: left;
	width: 280px;
	line-height: 170%;
}
#right h2 {
	color: #fff;
	font: bold 120% Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 9px;
}
#right div.cta {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #0d4a7a;
}
.cta a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #427796;
}
.cta a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #b3d2e7;
}
#right div.cta span img {
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: 10px;
}
#right div.cta span a {
	border-bottom-style: none;
}
#right div.cta span a:hover {
	border-bottom-style: none;
}
#right p {
	margin-bottom: 2px;
}
span.letter {
	padding-right: 4px;
	font-weight: bold;
}
.logo {
	margin-bottom: 50px;
	font-weight: bold;
	color: #2e2828;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 20px;
	position: relative;
	top: -7px;
}
.logo a {
	border: none;
	clear: both;
	font-weight: bold;
	position: relative;
	top: 0;
}
.logo img {
	position: relative;
	top: 13px;
	left: 5px;
}
.logo a.facebook {
	margin-right: 15px;
}
.logo a.linkedin {
	margin-right: 15px;
}
ul.logo li {
}
ul.logo a:link, {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border-bottom-style: none;	
}
ul.logo a:hover,
ul.logo a:active {
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	border-bottom-style: none;
}
/* FOOTER */
#footer {
	text-align: left;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #f5f5f5;
	*position: relative;
	*top: 285px;
}
#footer p {
	margin-bottom: 1px;
}
#footer a {
	color: #0d4a7a;
	text-decoration: none;
	border-bottom: 1px solid #92adc0;
}
#footer a:hover {
	border-bottom: 1px solid #0d4a7a;	
}
/* ----------- START NIEUWSBRIEFFORM -------------*/
#nieuwsbriefform {
	margin-bottom: 0;
	margin-top: 9px;
	color: #2e2828;
}
.verborgen{
    display:none;
}
#nieuwsbriefform input.error, #nieuwsbriefform textarea.error{
    border: 1px solid #2e2828;
}
#nieuwsbriefform label {
    cursor:pointer;
    width: 66px;
    float: left;
    text-align: left;
    display: block;
	padding: 5px 5px 5px 0;
	color: #fafcfd;
}
#nieuwsbriefform #foutlist {
    margin-left: 15px;
}
#right #nieuwsbriefform p {
	text-align: left;
	margin-bottom: 5px;
}
#nieuwsbriefform input.submit {
	background: #fff;
	padding: 3px 10px 5px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 10px;
}
#nieuwsbriefform input {
	padding: 2px 1px;
	width: 112px;
}
#nieuwsbriefform select {
    width: 230px;
}
#right #foutmeldingen p {
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
}
#nieuwsbriefform input, #nieuwsbriefform select {
    padding:5px;
    border: 1px solid #e1e1e1;
}
#nieuwsbriefform p#succesmelding{
	color: #fff;
}
#right p.submit {
	margin-bottom: 0;
}
/* ----------- END NIEUWSBRIEFFORM -------------*/
/* ----------- START CONTACTFORM -------------*/
#contactform {
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	padding-bottom: 1px;
	margin-top: 35px;
}
#contactform .verborgen{
    display:none;
}
input#emailwork{
    position:absolute;
    top:-99999px;
}
#contactform label {
    cursor:pointer;
    width: 123px;
    float: left;
    margin-right: 0.5em;
    display: block;
    padding: 5px 5px 5px 0;
}
#contactform #foutlist {
	margin-left: 0;
}
#content #contactform p {
	margin-bottom: 9px;
}
#contactform p label {
	font: 100% "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
}
#contactform input.submit {
	background: #fff;
	padding: 6px 10px 6px 8px;
	text-align: center;
	font-size: 11px;
	width: 150px;
	color: #6c5b5b;
}
#contactform input {
	width: 335px;
}
#contactform textarea {
	height: 160px;
	width: 335px;
	margin-top: 7px;
	font: 90% "Lucida Grande", Lucida, Verdana, sans-serif;
}
#contactform select {
    width: 230px;
}
#contactform input, #contactform textarea , #contactform select {
    padding:5px;
    border: 1px solid #e7e7e7;
}
#contactform input:hover,#contactform input:focus, #contactform textarea:hover, #contactform textarea:focus , #contactform select:hover, #contactform select:focus {
    border: 1px solid #a1a1a1;
}
#contactform input.error, #contactform textarea.error{
    border: 1px solid #2e2828;
}
#contactform input.postcode{
     width: 70px;
	margin-right: 5px;
}
#contactform input.gemeente{
     width: 245px;
}
#content p#succesmelding{
	border: 1px solid #eaebec;
    margin-top: 7px;
    margin-bottom: 21px;
	color: #5b5b5b;
	font-weight: bold;
	padding: 15px;
}
#content #foutmeldingen {
	color: #5b5b5b;
	margin-top: 14px;
	font-weight: bold;
	padding-left: 133px;
}/* ----------- END CONTACTFORM -------------*/
