/** element */
html, body {
	width: 100%;
	background: url(../images/bg_top.jpg) no-repeat top center;
	font-family: Gillsans, Gill Sans, Gill Sans MT, Verdana, sans;
	font-size: 0.95em;
	color: #3D361C;
}

h1, h2, h3 {
	font-size: 1.2em;
	color: #008d64;
	margin-bottom: 20px;
	background-color: #fff;
}

h2, h3 {
	font-size: 0.9em;
	margin: 0;
}

h3 {
	color: #000;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 0px;
}

a { 
	color: #F9C125;
	text-decoration: none;
}

a:hover {
	text-decoration: blink;
}

/** structure */
#container {
	margin: 0 auto;
	width: 960px;
	margin-top: 10px;
	position: relative;
}

#header, #content, #footer {
	clear: both;
	float: left;
	width: 100%;
}

.col {
	float: left;
	margin-top: 22px;
	min-height: 200px;
	margin-bottom: 10px;
}

#col1 {
	width: 410px
}

#col2 {
	margin-left: 20px;
	width: 470px;
}

#content {
	margin: 15px 0 0 0;
	background: url(../images/content_box_bot.jpg) no-repeat bottom left;
	line-height: 1.5em;
	padding: 0 0 20px 30px;
	width: 940px;
}

#logo {
	margin: 20px 15px 0 15px;
}

/** content */
.col li {
	list-style-type: disc;
	margin: 5px 0 0 20px;
	list-style-position: outside;
	list-style-image: url(../images/pijltje.png);
}

img#content_box_top {
	position: absolute;
	display: block;
	left: 0;
	z-index: -1;
}

img.stock {
	margin-top: -28px;
	display: block;
	padding-top: 30px;
}

.quality_model {
	display: none;
}

#werkwijze_label {
	color:#9f9373;
	font-size:1.0em;
	text-align: center;
	margin-top: 35px;
}

/** quote */
#quotes {
	position: absolute;
	top: 20px;
	left: 480px;
	width: 440px;
	height: 40px;
	padding-left: 50px;
	background: url(../images/quote.jpg) no-repeat 0 3px;
	line-height: 18px;
	cursor: pointer;
}

/** menu */
#menu {
	float: right;
	padding: 5px 35px 25px 25px;
}

#menu a.top {
	display: block;
	color: #fff;
	background: #ffb63C;
	border: 1px solid #fbac2b;
	height: 25px;
	padding-top: 5px;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	margin: 0 5px;
	letter-spacing: 0.05em;
}

#menu a.top:hover {
	background: #fbac2b;
}

#menu_1 a.top {
	width: 145px;
}

#menu_2 a.top {
	width: 175px;
}

#menu li {
	float: left;
}

#menu li ul {
	position: absolute;
	display: none;
	left: -12px;
	width: 950px;
	padding: 10px 0 15px 0;
}

#menu li ul li {
	padding: 0 18px;
	float: right;
}

#menu li ul a {
	color: #7B735B;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
}

#menu li ul a:hover, #menu .selected {
	text-decoration: underline;
	color: #312C18;
}

/** blocks */
#blocks .block {
	width: 392px;
	height: 180px;
	line-height: 1.2em;
	padding: 16px;
	color: #fff;
	font-size: 0.9em;
}

#blocks {
	position: relative;
	margin-top: 200px;
}

/** compass */
#outer_compass_container {
	position: relative;
}

#inner_compass_container {
	width: 285px;
	height: 290px;
	position: absolute;
	left: 87px;
	top: 42px;
}

#kompas_iconen {
	margin-left: 10px;
}

#compass_block {
	position: absolute;
	left: 472px; 
	top: 0;
}

#compass_block_icons div {
	float: left;
}

#compass_block_icons div.arrow {
	padding-top: 52px;
}

#compass_block_content {
	position: absolute;
	top: 105px;
	left: 18px;
	width: 395px;
	font-size: 1.1em;
}

#compass_block img {
	margin-right: 15px;
}

#refont_left, #refont_right {
	color: #fff;
	font-size: 1.2em;
}

/** sitemap */
#sitemap {
	text-align: right;
	font-size: 0.8em;
	margin-right: 35px;
}

#sitemap div {
	margin: 7px auto;
}

#sitemap a {
	color: #7B735B;
	text-decoration: none;
}

#sitemap a:hover {
	color: #646464;
	text-decoration: none;
}

#sitemap a.em {
	font-weight: bold;
}

#sitemap .contact {
	margin-top: 12px;
}

#sitemap img {
	margin: 0 5px 0 5px;
}

/** rights */
#rights {
	font-size: 0.9em;
	margin-top: 15px;
	border-top: 1px solid #f5f5f5;
	padding: 15px 0 35px 35px;
}

#rights, #rights a {
	color: #9F9373;
}

#rights a:hover {
	text-decoration: none;
}

#rights div {
	margin-bottom: 10px;
}

/** contact */
#contact_block {
	margin-top: 10px;
	background: #312c18 url(../images/contact_ruler.jpg) no-repeat 50% 50%;
}

#contact_block h2 {
	color: #fff;
	background-color: #312c18;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#contact_block .contact_sub {
	float: left;
}

#contact_block a {
	color: #fff;
	text-decoration: underline;
}

#contact_block a:hover {
	text-decoration: none;
}

#contact_block .contact_sub_right {
	margin-left: 75px;
}

span.type {
	color: #00956b;
}

/** form */
form {
	margin-top: 20px;
}

#contact_form td {
	padding: 5px;
	padding-left: 0;
	vertical-align: top;
}

#contact_form input, #contact_form textarea {
	width: 230px;
	height: 20px;
	border: 1px solid #ccc;
}

#contact_form textarea {
	width: 300px;
	height: 100px;
	margin-top: 5px;
	overflow: hidden;
}

#contact_form input.short {
	width: 100px;
}

#contact_form input.small {
	width: 15px;
	vertical-align: middle;
	border: none;
}

#contact_form label {
	margin-right: 20px;
	vertical-align: middle;
	cursor: pointer;
}

#belme {
	margin: 0 10px 0 15px;
}

#contact_form input.button {
	display: block;
	color: #fff;
	background: #FFB63C;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 60px;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
}


#contact_form a.button:hover {
	background: #fbac2b;
}

/* validation */
.message {
	margin-top: 2px;
}

#message {
	display: none;
	padding: 3px;
	text-align: center;
	width: 296px;
	font-size: 1.0em;
	background-color: #d9ece8;
}

#col2 p.notice {
	border: 2px solid #1f9179;
	color: #000;
}

.notice {
	color: #1f9179;
	width: 240px;
	font-size: 0.9em;
}

#contact_form .notice_input {
	border: 2px solid #cce6e1;
}
