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

* {
		margin: 0;
		padding: 0;
		}

body {
		text-align: center;
		background: url(../_images/body-bg.jpg) repeat-x #453422;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
p {
		margin-bottom: 15px;
		line-height: 150%;
		}
h1 {
		font-size: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		margin-bottom: 15px;
		}
h2 {
		font-size: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
		margin-bottom: 10px;
		}
a img {
		border: none;
		}
#container {
		margin: 0 auto;
		width: 950px;
		text-align: left;
		background: url(../_images/header-bg.jpg) repeat-x #867869;
		}
#header-left {
		width: 153px;
		float: left;
		margin-left: 50px;
		}
#header-right {
		float: left;
		width: 672px;
		}
	#nav {
			float: left;
			}
		#nav ul {
				list-style: none;
				}
		#nav li {
				float: left;
				margin: 0 5px;
				}
		#nav li#nav-home a {
				width: 85px;
				}
		#nav li#nav-gedrag a {
				width: 195px;
				}
		#nav li#nav-gezond a {
				width: 230px;
				}
		#nav li#nav-contact a {
				width: 100px;
				}
		#nav li a {
				font-size: 16px;
				color: #ffffff;
				height: 30px;
				text-align: center;
				padding: 13px 0 0 0;
				display: block;
				text-decoration: none;
				background: none;
				}
		#nav li a:hover {
				background: #453422;
				}
#content {
		margin: 0 25px 0px 25px;
		padding-bottom: 20px;
		background: #dedccf;
		}
	#content a {
			color: #453422;
			}
	#content-left {
			float: left;
			width: 455px;
			}
		#tekst {
				padding: 0 15px;
				color: #453422;
				}
		#tekst p {
				text-align: justify;
				}
		#tekst ul {
				margin-bottom: 15px;
				line-height: 150%;
				list-style: inside square;
				}
	#content-center {
			float: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 13px;
			font-style: italic;
			width: 185px;
			margin: 15px 0;
			padding: 0 10px 0 0;
			border-right: 2px solid #c4c9b5;
			text-align: justify;
			color: #8f967e;
			}
		#vert-nav ul {
				list-style: none;
				}
		#vert-nav li a {
				width: 175px;
				height: 30px;
				display: block;
				color: #453422;
				background: #aea893;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				font-size: 15px;
				margin-bottom: 10px;
				padding: 10px 10px 0 0;
				text-align: right;
				}
		#vert-nav li a:hover {
				font-weight: bold;
				}
				
	#content-right {
			float: left;
			width: 225px;
			padding: 0 10px;
			text-align: left;
			font-size: 11px;
			margin: 15px 0;
			color: #453422;
			}
		#content-right ul {
				list-style: inside square;
				}
		.nieuwspost {
				margin-bottom: 20px;
				}
		.title {
				font-weight: bold;
				}
		.date {
				float: right;
				font-style: italic;
				}
		.short-story {
				text-align:left; 
				padding:3px; 
				margin-top:3px; 
				margin-bottom:5px; 
				border-top:1px solid #D3D3D3;
				}
		.lees-meer {
				float: right;
				}
#footer {
		height: 25px;
		text-align: center;
		}
#footer a {
		color: #dedccf;
		margin-top: 5px;
		text-decoration: none;
		display: block;
		}		
div.clear {
		clear: both;
		overflow: hidden;
		height: 1px;
}