/* n.v. Vervaeke */
/* main.css */

/* General */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #493f0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
}
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #f5f6d4;
	border: 10px solid #564a17;
	border-top: none;
	padding: 0 1.5em;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0033FF;
}
a:hover {
	background-color: #eff0ce;
	color: #000000;
}
/* Header */
#header{
	position: relative;
	height: 58px;
	width: 780px;
	background-image: url(../images/header.png);
	background-position: center;
	background-repeat: no-repeat;
}
#header span {
	display: none;
}
#adres {
	position: absolute;
	top: 43px;
	left: 22px
}
#language {
	position: absolute;
	top: 43px;
	right: 27px;
}
#language a {
	padding: 0 0.4em;
}
#language a:link,#language a:active,#language a:visited {
	text-decoration: none;
	color: #493f0b;
}
#language a:hover{
	color: #ffffff;
	background-color: #493f0b;
}

/* Menu */
#menu {
	height: 20px;
	width: 780px;
	background-image: url(../images/menu.png);
	background-position: center;
	background-repeat: no-repeat;
}
#menu ul{
	padding-top: 2px;
	margin: 0 40px;
	text-align: center;
}
#menu ul li{
	list-style-type: none;
	display: inline;
}
#menu a:link, #menu a:visited, #menu a:active{
	padding: 0 0.4em;
	color: #f5f6d4;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	background-color: #564a17;
}
/* Content */
#content img {
	border: 10px solid #eff0ce;
}
#strawberry{
	position: absolute;
	top: -80px;
	left: 590px;
}
#strawberry:hover {
	position: absolute;
	top: -40px;
	left: 590px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0 0.8em;
}
#content ul {
	padding: 0.8em 2em;
}
.middle {
	text-align: center;
	padding: 10px;
}
.left {
	width: 236px;
	float: left;
}
h1 {
	color: #1c3309;
	font-size: 1.6em;
	padding: 0.4em 0;
}
h2 {
	color: #2b4e0e;
	font-size: 1.3em;
	padding-bottom: 0.25em;
}
h3 {
	padding: 8px 0 0 30px;
	height: 40px;
	width: 166px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#content p {
	padding: 0.5em;
}
/* Organogram */
#organogram {
	font-size: 87%;
	border-top: 3px solid #564a17;
	height: 30em;
	margin: 1.4em 0.5em;
	position: absolute;
	width: 43.5em;
	line-height: 1.4em;
	text-align: center;
}
#organogram ul {
	background-image: none;
	left: 0pt;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	top: 15px;
	z-index: 2;
	list-style-type: none;
}
#organogram ul li {
	background: transparent url(../images/bullet.gif) no-repeat scroll 0pt 0.5em;
}
#org1 a {
	left: 14.7em;
	top: 0.2em;
}
#org2 a {
	left: 0.1em;
	top: 9.7em;
}
#org3 a {
	left: 29.3em;
	top: 9.7em;
}
#org4 a {
	left: 0.1em;
	top: 19.9em;
}
#org5 a {
	left: 29.3em;
	top: 19.9em;
}
#organogram a {
	background: #ffffff none repeat scroll 0%;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 0.2em 0.2em 0.3em;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 13.5em;
}
#organogram a:hover {
	background-color:#eff0ce;
}
#organogram img {
	border: none;
	background-color: #f5f6d4;
	left: 0pt;
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	width: 43.5em;
	z-index: 1;
}
/* Map */
#map {
	width: 500px;
	height: 500px;
	margin: 0 auto;
}
/* Form */
#content form {
	float: left;
	width: 400px;
	padding: 0.5em;
	margin-bottom: 20px;
}
input[type=text]:focus, textarea:focus {
	background-color: #e4e5c5;
}
label {
	float: left;
	width: 120px;
	padding: 2px 0;
}
#email, #remarks {
	margin-bottom: 10px;
}
textarea {
	width: 397px;
	clear: both;
	float: left;
}
input[type=reset] {
	float: right;
	width: 100px;
}
input[type=submit] {
	float: right;
	width: 150px;
	margin-bottom: 1.5em;
}
input[type=text] {
	margin-bottom: 4px;
	width: 276px;
}
#warning {
	margin-left: 0.1em;
	font-size: 0.8em;
	font-style: italic;
	color: #cd0202;
}
#docks {
	margin-top: 0.5em;
	margin-left: 430px;
	width: 315px;
}
/* Table */
table {
	padding: 0.5em;
}
table td{
	border: 1px solid #eff0ce;
	padding: 0.1em;
}
table td:hover {
	background-color: #eff0ce;
}
/* Footer */
#footer {
	margin-top: 1.5em;
	height: 29px;
	width: 780px;
	background-image: url(../images/footer.png);
	background-position: center;
	background-repeat: no-repeat;
}
#footer p {
	text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited {
	padding: 0 0.4em;
	text-decoration: none;
	color: #493f0b;
}
#footer a:hover {
	background-color: #564a17;
	color: #ffffff;
}