body {
	font: 62.5%/1.6em verdana, arial, sans-serif;
	color:#73654B;
	margin:20px 20px 0 20px;
	padding:0;
	background:url(../beeld/body.png) top repeat-x #fff;
}

* {
	margin:0;
	padding:0;
}

#container {
	margin:0 auto;
	background:#fff;
	padding:0;
}

.fluid {
	max-width:1200px;
	min-width:720px;
}

* html .fluid
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto"); /* voor IE 6.0 */
}

#header {
	height:120px;
	margin: 0 180px 0 202px;
	background-image: url(../beeld/bg-header-3.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #28A2D5;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:10px 20px 10px 20px;
	color:#fff;
}

#header .name {
	padding: 15px 0 10px 0;
}

#nav {
	margin:40px 0 0 10px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
}

#nav li {
	list-style:none;
	display:inline;
	padding:7px 0;
}

#nav li a {
	padding:3px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#73654B;
	color:#fff;
}

#sidebar_left {
	float:left;
	width:200px;
	padding:0;
	background:#fff;
	font:110% Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	margin:-120px 15px 0 0;
	border: 1px solid #AF8A77;

}

#sidebar_left h2 {
	font:130% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left h3 {
	font:110% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_left .logo{
	padding:10px 10px 10px 10px;
	background-color: #fff;
	background-image: url(../beeld/bg-footer-3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#sidebar_left ul{
	padding:0 0 10px 20px;
	background:#fff;
}

#sidebar_left li {
	list-style-type: none;	
	font:120% Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}

#sidebar_left a {
	text-decoration:none;
	color:#9D8A79;
	padding:0;
}

#sidebar_left a:hover {
	text-decoration:none;
	color:#9D8A79;
	font-weight:bold;
	padding:0;
}

#sidebar_right {	
	width:160px;
	padding:0px 10px 0 10px;
	float:right;
	background:#28A2D5;
	margin:-120px 0 0 10px;   /* gewijzigd op 220408 van -115px 0 10px 10px */
	color:#fff;
	/*border: 5px solid 9D8A79;*/  /* tussen haken geplaatst 220408 */
}

#sidebar_right-sfeer {	
	width:160px;
	padding:103px 10px 0 10px;
	float:right;
	/*background:#9D8A79;*/
	margin:-115px 0 0 10px;   /* gewijzigd op 220408 van -115px 0 10px 10px */
	color:#fff;
	/*border: 5px solid 9D8A79;*/  /* tussen haken geplaatst 220408 */
	background:url(../beeld/body.gif) bottom repeat-x #fff;

}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#13313C;
}

#sidebar_right p {
	font:100% Arial, Helvetica, sans-serif;
	line-height:20px;
}

#sidebar_right img {
	border:none;
}

#sidebar_right a {
	border:none;
	}

#sidebar_right a:hover {
	border:none;
}	

#sidebar_right .adres {
	width:160px;
	margin:10px 0 30px 0;
	padding-left:15px;
}

#content-sfeer {
	padding:15px 15px;
	margin: 0 30px 0 190px;
	font-size:120%;
	background:#fff;
}

#content {
	padding:15px 15px;
	margin: 0 200px 0 210px;
	font-size:120%;
	background:#fff;
}

#content h1 {
	font:160% "Trebuchet MS" Verdana, Arial, sans serif;
	color:#73654B;
}

#content h2 {
	font:140% "Trebuchet MS" Verdana, Arial, sans serif;
	color:#73654B;
	padding:8px 0 0 0;
	/*border-top:1px solid #eee;
	border-bottom:1px solid #AF8A77;
	width:35%;*/
}

#content h3 {
	color:#73654B;
	font: 130% "Trebuchet MS" Verdana, Arial, sans serif;
	font-weight:bold
	/*border-bottom:1px solid #AF8A77;
	width:35%;*/
}

#content h4 {
	color:#28A2D5;
	font: 120% "Trebuchet MS" Verdana, Arial, sans serif;
	font-weight:bold;
}

#content p {
	line-height:22px;
}

#content li {
	list-style-position: outside;
	margin-left:25px;
}

#content li ul {
	padding:0 0 0 20px;
}

.valigntop {
	vertical-align:text-top;
}

.clearleft  {
	clear: left;
}

#content dt {
	list-style-position: inside;
}

#content .alinea {
	list-style-type: none; 
	list-style-position: outside;
	background-image: url(../beeld/at-bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	margin-left: 10px;
	padding-left: 20px;
	/*line-height:24px;*/
}

#content .bullet {
	background-image: url(../beeld/at-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding-left: 20px;
	width: 120px;
}

#content .form {
	margin-top:100px;
	color:#fff;
}

#content .contact {
	background-image: url(../beeld/contact-bgimg2.jpg);
	background-repeat: no-repeat;
}

#content img {
	border:none;	
}

#content-sfeer {
	padding:15px 15px;
	margin: 0 30px 0 190px;
	font-size:120%;
	background:#fff;
}

#content-sfeer h1 {
	font:150% "Trebuchet MS" Verdana, Arial, sans serif;
	color:#222;
}

#content-sfeer h2 {
	font:140% "Trebuchet MS" Verdana, Arial, sans serif;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#content-sfeer h3 {
	color:#9D8A79;
	font: 130% "Trebuchet MS" Verdana, Arial, sans serif;
	font-weight:bold;
	border-bottom:1px solid #eee;

}

#content-sfeer h4 {
	color:#9D8A79;
	font: 130% "Trebuchet MS" Verdana, Arial, sans serif;
	font-weight:bold;
}

#content-sfeer li {
	list-style-position: inside;
}

#content-sfeer img {
	border:none;	
}

#content a {
	text-decoration:none;
	color:#28A2D5;
}	

#content a:hover {
	text-decoration:underline;
	color:#28A2D5;
	
}	

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:10px 0;
	line-height:25px;
}

#content blockquote {
	margin:0 auto;
	display:block;
	text-align:center;
	background:#AF8A77;
	color:#fff;
}

#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

.image-left {
	float:left;
	margin: 5px 15px 15px 0;
}

.image-right {
	float:right;
	margin: 5px 5px 15px 10px;
}

.thumb {
	margin:5px 18px 5px 5px;
}

.button  {
	background:#9A9997;
	color:#fff;
}

#footer {
	margin:50px 0 0 0;
	width:100%;
	/*padding:15px 15% 15px 15%;*/
	/*border-top:2px solid #AF8A77;*/
	clear:both;
	color:#73654B;
	background-image: url(../beeld/bg-footer-3.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#footer li {
	display:inline;
	margin:0 30px 0 30px;
	}
		
#footer a {
	text-decoration:none;
	color:#73654B;
	}

#footer img {
	border:none;
	display:block;
	margin:0 auto;
}

#footer .slogan {
	display:block;
	margin:10px auto;
	padding-bottom: 15px;
}

#footer .credits {
	float:right;
}

#menu a
{
	display:block;
	width:140px;
	height:160px;
	margin: 0;
	padding:2px 0 8px 20px;
	text-decoration: none;
}

#menu a:hover
{
background-position: -160px 0;
color: #F28F27;
}

.jong {
	background-image: url(../beeld/jong-stel.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.gezin {
	background-image: url(../beeld/gezin.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.senioren {
	background-image: url(../beeld/senioren.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*.sfeer1 {
	position:absolute;
	top:50%;
	left:28%;
	z-index:100;
}

.sfeer2 {
	position:absolute;
	top:60%;
	left:45%;
	z-index:90;
}

.sfeer3 {
	position:absolute;
	top:45%;
	left:55%;
	z-index:80;
}

.sfeer4 {
	position:absolute;
	top:95%;
	left:28%;
	z-index:100;
}

.sfeer5 {
	position:absolute;
	top:110%;
	left:40%;
	z-index:90;
}

.sfeer6 {
	position:absolute;
	top:100%;
	left:55%;
	z-index:80;
}

.sfeer7 {
	position:absolute;
	top:135%;
	left:28%;
	z-index:100;
}

.sfeer8 {
	position:absolute;
	top:150%;
	left:40%;
	z-index:90;
}

.sfeer9 {
	position:absolute;
	top:140%;
	left:55%;
	z-index:80;
} */
