@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

img {
	border: none;
}

* {
	outline: none;
}

a {
	color: #ee8900;
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0px;
	background: url(../images/background2.gif) center repeat-x #f9f3dd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#container {
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	position: relative;
	padding: 0px;
	width: 100%;
	background: url(../images/background.gif) top center repeat-y;
	z-index: 15;
}

#site {
	width: 843px;
	height: auto;
	position: relative;
	padding: 0px 0px 40px 0px;
	text-align: left;
	margin: 0px auto;
	z-index: 15;
}

#site:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#header {
	position: relative;
	float: left;
	width: 843px;
	height: 160px;
	z-index: 10;
	background: url(../images/header.gif) left bottom no-repeat #f9f3dd;
}

#header #haptonomie {
	position: absolute;
	left: 0px;
	top: 20px;	
	cursor: pointer;
}

#header #shantala {
	position: absolute;
	left: 100px;
	top: 40px;
	cursor: pointer;
}

#header #yoga {
	position: absolute;
	left: 200px;
	top: 20px;
	cursor: pointer;
}

#header #route {
	position: absolute;
	left: 300px;
	top: 50px;
	cursor: pointer;
}

#header #contact {
	position: absolute;
	left: 400px;
	top: 15px;
	cursor: pointer;
}

#header #logo {
	position: absolute;
	right: 5px;
	top: 5px;
}

#menu {
	position: relative;
	float: left;
	width: 843px;
	height: 70px;
	margin: 0px 1px;
}

#menu .button {
	position: relative;
	float: left;
	line-height: 70px;
}

#menu .button.active a {
	color: #63a345;
}

#menu .button a {
	color: #a9a9a9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 30px;
}

#menu span {
	position: relative;
	float: left;
	width: 2px;
	height: 34px;
	border-bottom: 1px #fff solid;
}

#content {
	position: relative;
	float: left;
	width: 703px;
	margin: 0px 1px;
	padding: 0px 30px;
	color: #808080;
}

#content h1 {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #63a345;
}

#content #tekst {
	position: relative;
	float: left;
	width: 100%;
	line-height: 20px;
}

#content .formulier {
	position: relative;
	float: left;
	width: 100%;
}

#content .formulier .caption {
	width: 180px;
	line-height: 28px;
}

#content .formulier .field .text {
	border: 1px #747474 solid;
	color: #747474;
	padding: 4px;
	margin: 3px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 250px;
}

#content .formulier .field textarea {
	border: 1px #747474 solid;
	color: #747474;
	padding: 4px;
	margin: 3px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 100px;
	overflow: auto;
}

#content .formulier .field .submit {
	border: 1px #747474 solid;
	color: #fff;
	background: #747474;
	padding: 4px;
	margin: 3px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 260px;
	cursor: pointer;
}

#content .formulier .field .submit:hover {
	color: #747474;
	background: #fff;	
}

#content .formulier .required {
	width: 20px;
	text-align: right;
	line-height: 28px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 160px;
	line-height: 38px;
	z-index: 20;
	background: #f9f3dd;
}

#footer .footer {
	position: relative;
	width: 843px;
	height: 59px;
	margin: 0px auto;
	color: #808080;
	background: url(../images/footer.gif) no-repeat;
}

#footer .footer .copyright {
	position: relative;
	float: left;
	width: 400px;
	text-indent: 15px;
}

#footer .footer .infiweb {
	position: relative;
	float: right;
	padding: 0px 15px 0px 0px;
	width: 400px;
	text-align: right;
}

#footer .footer .infiweb img {
	padding: 16px 0px 0px 0px;
}
