@charset "utf-8";
/* CSS Document (c) 2008 inchperfect web design */

body {
	background: #fff url(../_img/bg.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.82em;
	color: #98868a;
	margin: 0;
	padding: 0;
	text-align: center; /* center IE5 */
}
#wrap {
	margin: 0 auto;
	width: 760px;
	font-size: 1.3em;
	text-align: left;
	background: #fff url(../_img/bgwrap.jpg) no-repeat top left;
}
h1 {
	font-size: 1em;
	text-align: right;
	padding-top: 26px;
	padding-right: 12px;
	margin-bottom: 166px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #c6c1c6;
	margin-top: 20px;
}

/* INTRO */
body.intro #wrap {
	background: none;
}
#intro {
	width: 462px;
	margin: 0 auto;
	text-align: center;
	margin-top: 90px;
}
#intro ul#lang {
	margin: 0 0 15px 0;
	padding: 0 160px;
	float: left;
	line-height: 1.8em;
	font-weight: bold;
	list-style: none;
}
#intro ul#lang li {
	width: 69px;
	height: 24px;
	float: left;
	background:  transparent url(../_img/bglang.png) no-repeat top left;
}
#intro ul#lang li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#intro ul#lang li a:hover {
	color: #EEDED5;
}
#intro h1 {
	clear: left;
	font-size: 0.92em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#intro img {
	margin: 8px 0;
	padding: 5px;
	border: 1px solid #e0c5cb;
}
body.intro #intro #footer {
	border: none;
	color: #98868a;
	text-align: center;
	font-size: 0.85em;
	margin-left: -5px;
}

/* NAV */
ul#nav {
	width: 738px;
	height: 26px;
	margin: 0 12px 0 10px;
	padding: 0;
	background-color: #bbafb2;
	float: left;
	list-style: none;
	display: inline; /* IE 6 Doubled float margin bug */
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	float: left;
	height: 22px;
	padding: 4px 12px 0 12px;
	border-right: 1px solid #cec5c7;
	color: #faf4e8;
	text-decoration: none;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}
ul#nav li.selected a, ul#nav li.selected a:hover {
	background-color: #a3989b;
}
ul#nav li a:hover {
	background-color: #c6c1c6;
}

/* CONTENT */
#content {
	width: 480px;
	min-height: 440px;
	padding-left: 12px;
	float: left;	
}
#content a {
	color: #98868a;
}
#content img {
	float: right;
}
#content a img {
	float: right;
	border: none;
}
#content table.tarieven {
	padding: 2px;
	border: 1px solid #d5d0d5;
}
#content table.tarieven th {
	text-align: left;
	padding: 2px;
	background-color: #efefef;
}
#content table.tarieven td {
	padding: 2px 6px;
	border-left: 5px solid #d5d0d5;
}
div.fotos {
	display: none;
}
#content #map { 	/* Google maps */
	width: 440px;
	height: 300px;
	border: 1px solid #999;
}
#content img.contact {
	margin-top: 10px;
}
#content p.gps {
	font-size: 0.9em;
	padding-left: 40px;
	background: #fff url(../_img/gps.png) no-repeat top left;
}
#content .fout {
	/*color: #98394e;*/
	color: red;
}
#content ul.fout li {
	list-style: url(../_img/fout.png);
}

/* CONTACT */
#content form#contactform fieldset {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#content form#contactform legend {
	display: none;
}
#content form#contactform textarea, #content form#contactform input {
	width: 20em;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	padding: 2px;
}
#content form#contactform input#submit {
	width: auto;
	color: #fff;
	background: #98868A;
	padding: 2px;
	border: none;
	cursor: pointer;
}
#content form#contactform p.mandatory {
	color: #c6c1c6;
	padding-top: 0;
	margin-top: 0;
}
#content img#captcha {
	float: none;
}
#content a#code_reload {
	font-size: 0.8em;
	color: #C6C1C6;
}

/* SIDEBAR */
#sidebar {
	font-size: 0.92em;
	width: 220px;
	height: 420px;
	float: right;
	padding-right: 30px;
	background: #fff url(../_img/scheiding.gif) no-repeat top left;
	text-align: right;
}
#sidebar p {
	margin: 10px 0;
}

/* FOOTER */
#footer {
	clear: left;
	font-size: 0.85em;
	color: #c6c1c6;
	width: 484px;
	margin-left: 12px;
	/*border-top: 1px solid #d5d0d5;*/
}
#footer a {
	color: #c6c1c6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	font-size: 0.92em;
}
