html, body	{
	overflow: auto;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 0 0 0;
	background: #F8F7F7 url('../images/body_bg.gif') top left repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-family: arial;
	color: #3D2F2F;
	font-size: 13px;
}

#wrapper {
	z-index: 0;
	position: absolute;
	margin: 0 0 0 0;
	background: transparent url('../images/wrapper_bg.gif') top left repeat-x;
	width: 100%;
}

#navigation {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	width: 180px;
	border-right: 1px solid white;
	height: 100%;
	min-height: 100%;
}

#navigationButtons 						{ min-height: 250px; background: url('../images/navback.jpg') top left no-repeat; }
#navigationButtons ul 					{ list-style-type: none; margin: 0; padding: 0; }	
#navigationButtons ul li				{ border-bottom: 1px solid #ffffff; height: 30px; line-height: 30px; padding-left: 20px; }
#navigationButtons ul li a				{ text-decoration: none; font-weight: bold; }
#navigationButtons ul li a:hover		{ color: #cf0400; }

#navigation img {
	border-bottom: 1px solid white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation a img {
	border-bottom: 1px solid white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 29px;
}

#title {
	position: relative;
	height: 170px;
	width: 453px;
	background: white url('../images/title_bg.jpg') top left no-repeat;
	margin: 0 0 0 181px;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/logo_gbc.gif') top left no-repeat;
	width: 250px;
	height: 96px;
}

#copyright {
	position: relative;
	z-index: 2;
/*	bottom: 3px;
	left: 3px;*/
	font-size: 10px;
}

#content {
	z-index: 0;
	position: relative;
	left: 240px;
	margin: 0 0 0 0;
	width: 600px;
}

#content img {
	float: right;
	margin: 0 40px 10px 10px;
}

#content img.title {
	float: none;
}

#content h1 {
	margin: 0 0 0 0;
	font-size: 17px;
	font-style: italic;
}

#content h2 {
	margin: 10px 0 0 0;
	font-size: 16px;
	font-style: italic;
}

#content p {
	margin: 5px 40px 5px 10px;
	width: 67%;
}

#content p.adresgegevens {
	text-align: center;
}

#content table {
	margin: 0 0 0 30px;
}

/*#content ul {
	margin: -30px 0 0 10px;
}

#content li {
	margin: 0 0 -15px 0;
}*/

a {
	color: #3D2F2F;
}

#content form {
	margin: 10px 0 0 20px;
}

#content ul {
}

#bedrijf {
	width: 400px;
	background: #EFE7DD;
	margin: 10px 0 0 0;
	padding: 0 50px 0 0;
}

#bedrijf img {
	float: none;
}

#bedrijf h1 {
	margin: 0 10px 0 0;
	width: 100%;
	border-bottom: 1px solid white;
	padding-left: 20px;
}

#bedrijf p {
	padding: 10px 10px 10px 20px;
	width: 100%;
	border-top: 1px solid white;
}

#fotos img {
	float: none;
	margin: 0 10px 0 0;
}

#fotos {
	width: 800px;
}

p.foto {
	font-size: 10px;
	text-align: center;
}
#navigatie {
	width: 600px;
}
#vorige {
	background-color: #EFE7DD;
	width: 120px;
	float: left;
	text-align: center;
}
#vorige a{
	color: #3D2F2F;
}
#volgende {
	background-color: #EFE7DD;
	width: 120px;
	float: right;
	text-align: center;
}
#volgende a {
	color: #3D2F2F;
}
/* form */

form div {
	clear: both;
}

form div.note {
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin: 1em 0;
	padding: 0.25em;
	background-color: #cccccc;
}
form div.note h1 {
	font: bold 100%/2 Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;

}


form div.fill input.text {
	background-color: #cccccc;
}

input, textarea {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 13.5em;
}
#error {
	color: red;
}

form input.text {
	border: 1px solid #6188C3;
}

form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 11.75em;
}

form input.submit {
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	background-color: #CAD401;
}



.navlink 					{ background: transparent; cursor: pointer; }
.navlinkover 				{ background: url('../images/transback.gif'); }

th							{ text-align: left; }