@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FF6704;
	background-image: url(../images/achtergrond.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 960px;
	margin: 0 auto 0 -480px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #4F2332;
	position: absolute;
	left: 50%;
}
#links {
	background-image: url(../export2/links.jpg);
	float: left;
	height: 990px;
	width: 241px;
	margin-left: -721px;
	position: absolute;
	left: 50%;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../export2/header.jpg);
	height: 198px;
	background-repeat: no-repeat;
	margin: 0px;
}
#container  #mainContent {
	padding: 0;
	background-color: #4F2332;
	background-image: url(../export2/midden.jpg);
	background-repeat: no-repeat;
	width: 680px;
	background-position: 0px 0px;
	margin-top: 198px;
	min-height: 574px;
}
.oneColFixCtrHdr #container #mainContent {
	padding-top: 50px;
}

#container #mainContent h1  {
	padding-top: 30px;
	padding-left: 80px;
	color: #ed0e06;
	font-size: 30px;
	font-weight: normal;
}
#container #mainContent h2  {
	color: #FD6603;
	font-size: 20px;
	font-weight: normal;
	padding-left: 80px;
}
#container #mainContent p  {
	font-size: 12px;
	padding-left: 40px;
	line-height: 28px;
	padding-right: 20px;
}
.groteletterH1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 35px;
	color: #FD6603;
	font-weight: bold;
}
.groteletterH2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 28px;
	font-weight: bold;
	color: #ED0E06;
}



#right   {
	float: right;
	width: 277px;
	visibility: visible;
	z-index: 2500;
	margin-top: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	position: absolute;
	margin-left: 50%;
	left: 202px;
	text-align: left;
}

.oranje_achtergrond {
	color: #FFF;
	display: block;
	background-color: #FD6603;
	margin-right: 20px;
	padding: 5px 10px;
	margin-left: 2px;
}
#right h2 {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	background-image: url(../images/hartjeH2.jpg);
	padding-left: 40px;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
}
#right h3 {
	font-size: 13px;
	color: #4F2332;
}
#massage {
	margin-left: 0px;
	font-size: 12px;
}





.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #8c4066;
	background-image: url(../images/footerbalk.gif);
	background-repeat: repeat-x;
	width: 960px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #4F2332;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer p a:hover {
	color: #CCC;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 10px;
}
.oneColFixCtrHdr #titel {
	position: absolute;
	z-index: 1500;
	top: 75px;
	left: 50%;
	margin-left: -180px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	font-family: "Arial Narrow";
	font-style: normal;
	text-indent: -4000px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent p a {
	color: #FD6603;
	text-decoration: none;
	font-weight: normal;
}
#mainContent p a:hover {
	color: #ED0E06;
}
#right p a {
	color: #4F2332;
	text-decoration: none;
}
#right p a:hover {
	color: #ED0E06;
	text-decoration: none;
}
#kaart {
	padding-bottom: 15px;
}
.oneColFixCtrHdr #container #mainContent ul li {
	font-size: 12px;
	color: #FFF;
	list-style-image: url(../images/lijst.png);
	list-style-position: inside;
	padding-left: 0px;
	line-height: 25px;
}
.oneColFixCtrHdr #container #mainContent #wie li{
	padding-bottom: 15px;
	padding-left: 10px;
}

ul li strong {
	font-weight: bold;
	letter-spacing: 0.1em;
}

#technieken {
	padding-left: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#handen {
	padding-left: 27px;
}
#springer {

}
#visie {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#jin_yang {
	float: left;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #massage tr td ul li {
	line-height: 0px;
}
.oneColFixCtrHdr #right .oranje_achtergrond h2 a {
	font-size: 11px;
	color: #8C4066;
	text-decoration: none;
}
.oneColFixCtrHdr #right .oranje_achtergrond h2 a:hover {
	color: #4F2332;
}
.oneColFixCtrHdr #right .oranje_achtergrond h2 a:visited {
	color: #4F2332;
}
.oneColFixCtrHdr #right .oranje_achtergrond h2 a {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F2332;
}
.oneColFixCtrHdr #right .oranje_achtergrond h3 a {
	color: #4F2332;
	text-decoration: none;
}
.oneColFixCtrHdr #right .oranje_achtergrond h3 a:hover {
	color: #FFF;
}
#aanraken {
	margin-bottom: 10px;
}
