body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body {
	background: url(../images/real_bg.png);
	 background-repeat: repeat-y;
	 background-position: center;
	 color: #7b7c7b;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	outline: none;
}

:focus { outline: none; }

/* Links */
.clear { 
    overflow: hidden;
    width: 100%;
}


/* Button Pijltje Rechts */
a.button {
    background: transparent url(../images/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font-size: 7pt;
	font-weight: bold;
	text-shadow: #878787 0px 1px 1px;
    height: 18px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
	color: white;
}

a.button span {
    background: transparent url(../images/bg_button_span.png) no-repeat;
    display: block;
    line-height: 8px;
    padding: 4px 10px 6px 18px;
	color:white;
	font-weight:600;
} 

a.button:active {
    background-position: bottom right;
    color: white;
    outline: none; 
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 10px 6px 18px; 
} 

/* Button Pijltje Links */
.button_l {
    background: transparent url(../images/bg_button_a_l.png) no-repeat scroll top left;
    color: #444;
    display: block;
    float: left;
    font-size: 7pt;
	font-weight: bold;
	text-shadow: #878787 0px 1px 1px;
    height: 18px;
    margin-left: 6px;
    padding-left: 18px; 
    text-decoration: none;
	color: white;
}

a.button_l span {
    background: transparent url(../images/bg_button_span_l.png) no-repeat scroll top right;
    display: block;
    line-height: 8px;
	font-weight:600;
    padding: 4px 10px 6px 12px;
	color:white;
} 

a.button_l:active {
    background-position: bottom left;
    color: white;
    outline: none; 
}

a.button_l:active span {
    background-position: bottom right;
    padding: 4px 10px 6px 12px; 
} 

/* Main Divs */

#main { height: 100%; width: 900px; margin: 0 auto; }

#wrap { width: 100%; height: auto; margin: 0 auto;  margin-bottom:1px; background: url(../images/bg.png); background-repeat: no-repeat; background-position: 0px -20px; }

#header { width: 900px; height: 105px; margin-top: 30px;}

#content { width: 900px; height: auto; float: left; padding-top: 25px; height: 100%; margin-top: -25px;  }

#content .spacer { width: 100%; height: 50px; float: left; }

h2 { color: #C6B980; margin-top: 5px; font-size: 13pt; margin-bottom: 10px;}
#right h2, 
.product_specs h3 { color: #653731; margin-top: 5px; font-size: 13pt; margin-bottom: 10px; font-weight: normal;}

h3 { color: #653731; font-weight: bold; margin-top: 5px; }









/*
#content_top {
	float: left;
	width: 900px;
	height: 4px;
	background-image: url(../images/content_bg.png); 
	background-repeat: no-repeat;
	
}

#content #left_wrapper {
	width: 637px;
	float: left;
}

#content #left_wrapper #left {
	width: 261px;
	float: left;
	margin-right: 40px;
	margin-left: 30px;
}

#content #left_wrapper #mid {
	width: 261px;
	float: left;
}

#content #right_wrapper {
	float: right;
	width: 263px;
}

#content #right_wrapper #right {
	background: #eceef0;
	float: left;
	width: 209px;
	margin-top: -29px;
	padding-top: 29px;
	padding-left: 13px;
	padding-right: 13px;
}

#content #right_wrapper #right #naarwebshop{
	background: #d9dbdc;
	float: left;
	width: 235px;
	margin-left: -13px;
	margin-top: 65px;
	padding-bottom: 25px;
}

#content #right_wrapper #right #naarwebshop img{
	margin-left: 13px;
	margin-top: -25px;
}

#content #right_wrapper #right #naarwebshop img.logos{
	margin-top: 25px;
}

/* Specific H1 Typo */
/*
.h1_wrap {
	margin-bottom: 10px;
}

#content p {
	line-height: 22px;
	text-align: justify;
	margin-bottom: 12px;
}

label { 
	float: left; 
	width: 220px; 
}

#content ol { 
	margin-left: 20px;
	line-height: 22px;
	font-size: 8pt;
}

/* Contact Form */
/*
#contactform { 
	width: 261px;
	float: left;
}

#contactform input[type=text] {
	border: 1px solid #7b7c7b;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-top: 4px;
	width: 191px;
	float: right;
}

#contactform input[type=image] {
	float: right;
	margin-top: 5px;
}

#contactform textarea {
	border: 1px solid #7b7c7b;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-top: 4px;
	width: 191px;
	height: 50px;
	float: right;
}
