body, html {
	margin: 0;
	padding: 0;
	background-color: #92AAA4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3D71;
	text-align: center;
	height: 100%;
}
body>div#container{
	height:auto; /* Hiermee laat je in de niet-IE browsers de achtergrond van de div#content doorlopen tot helemaal onderaan de pagina als de content langer is dan de hoogte van de viewport van de browser */ }
/* positie bepalen*/	
#container {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	text-align: left;
	background-image: url(images/layout/body_links_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	margin: 0;
	padding: 0;
	height: 247px;
	background: transparent url(images/layout/header_bg.jpg) repeat-x top left;
}
#header h1 {
	background: transparent url(images/layout/header_tekst.jpg) no-repeat center;
	margin: 0;
	padding: 0;
	z-index: 5;
}
#header h1 span {
    z-index: 1;
}
#menu {
	float: left;
	position: relative;
	text-align: right;
	width: 220px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
#content {
	margin: 0px 20px 0px 270px;
	padding: 0;
}
#footer {
	margin: 0px;
	padding: 0px;
	background-image: url(images/layout/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 0;
	height: 88px;
	background: transparent url(images/layout/footer_links.jpg) no-repeat left;
}
#footer img {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#menu a {
	text-decoration: none;
	color: #3A3D71;
}
#menu a:hover {
	text-decoration: none;
	color: #50A64F;
}
a {
	text-decoration: none;
	color: #F53602;
}
a:hover {
	text-decoration: underline;
	color: #F53602;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 0 0 5px 0;
	padding: 0;
}
ul {
    margin: 0 0 10px 15px;
	padding: 0;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
.italic{
   font-style: italic;
}
.content_bg {
    float: right;
	margin-top: -28px;
	margin-right: -20px;
	margin-left: 10px;
	padding: 0;
}
.justify {
    text-align: justify;
}
.onderschrift {
    font-size: 10px;
}
a img, a:hover img {
   border: 0;
}
.floatleft {
    float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.floatright {
    float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.clear {
    clear: both;
}
.tools {
    padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
.red {
    color: red;
}
input, textarea {
    background-color: #F3FCF9;
	border: 1px solid #3A3D71;
}
.small {
    font-size: 10px;
}
.border_color {
    border: #FFFFFF;
}
#webdesign {
    float: left;
	position: relative;
	text-align: right;
	width: 220px;
    font-size: 6px;
	font-weight: normal;
}
#webdesign a {
	text-decoration: none;
	color: #3A3D71;
}
#webdesign a:hover {
	text-decoration: none;
	color: #50A64F;
}