﻿html,body {
	height: 100%;
	width: 100%;
	background: #cecece url('../images/achtergrond.jpg') repeat-x top center;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 882px;
	height: 190px;
	margin: 0px;
	padding: 0px 24px 0px 24px;
	background: url('../images/content.png') repeat-y center center;
}

.header-left {
	float: left;
	width: 210px;
	height: 108px;
	padding: 18px 0px 0px 20px;
}

.header-right {
	float: right;
	width: 250px;
	height: 125px;
	padding: 0px 20px 0px 0px;
}

.header-menu {
	width: 882px;
	height: 40px;
	background: url('../images/header-achtergrond.jpg') repeat-y center center;
}

.header-kruimelpad {
	padding: 5px;
	width: 872px;
	height: auto;
}

.content {
	width: 842px;
	min-height: 270px;
	height: auto;
	background: url('../images/content.png') repeat-y center center;
	padding: 0px 44px 10px 44px;
}

.content-left {
	float: left;
	width: 210px;
	height: auto;
}

.content-right {
	position: relative;
	float: right;
	width: 632px;
	height: auto;
}

.footer {
	width: 930px;
	min-height: 140px;
	height: auto;
}

.footer-banners {
	width: 842px;
	min-height: 55px;
	height: auto;
	background: url('../images/content.png') repeat-y center center;
	padding: 0px 44px;
}

.footer-banners a {
	float: left;
	width: auto;
	height: 50px;
	padding: 0px;
	margin: 0px 4px 4px 4px;
}

.footer-banners a img {
	border: 0px;
}

.footer-content {
	width: 886px;
	height: 65px;
	background: url('../images/content-footer.png') no-repeat top center;
	padding: 10px 24px;
	text-align: right;
}

/* MENU */

ul.menu {
	list-style: none;
	height: 40px;
	width: 882px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background: url('../images/menu-achtergrond.jpg') repeat-x center center;
}

ul.menu li {
	float: left;
	display: block;
	width: auto;
}

ul.menu li a {
	display: block;
	width: auto;
	height: auto;
	padding: 13px 10px 13px 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

ul.menu li ul {
	position: absolute;
	left: -1000px;
	z-index: 999;
}

ul.menu li:hover ul, ul.menu li.ie_does_hover ul {
	position: absolute;
	left: auto;
	z-index: 999;
	background-position: 0 0;
}

ul.menu ul {
	list-style: none;
	background: #009ee0;
	width: 180px;
	height: auto;
	padding: 5px 0px;
}

ul.menu ul li a {
	clear: both;
	display: block;
	width: 170px;
	height: auto;
	padding: 5px 5px;
	margin: 0px;
	font-weight: normal;
}

ul.menu ul li a:hover {
	clear: both;
	display: block;
	width: 170px;
	height: auto;
	padding: 5px 5px;
	margin: 0px;
	background: #1048a5;
	font-weight: normal;
}

/* GLOBAAL */

a {
	color: #009ee0;
	text-decoration: none;
}

a:hover {
	color: #fe8205;
	text-decoration: none;
}
	

ul {
	list-style: square;
}

.content-right-titel {
	width: 632px;
	height: 40px;
	background: url('../images/titel-achtergrond.jpg') repeat-x center center;
	margin: 5px 0px 0px 0px;
}

.content-right-titel-text {
	float: left;
	height: 27px;
	background: #ffffff url('../images/titel2-achtergrond.jpg') no-repeat center right;
	padding: 13px 67px 0px 5px;
	margin: 0px 30px;
	font-weight: bold;
	font-size: 18px;
	color: #1048a5;
	white-space: nowrap;
}

/* BELANGRIJK VOOR ELKE WEBSITE */

.inputveld {
	border: 1px solid #cccccc;
	margin: 2px 5px 3px 0px;
}

.inputbutton {
	border: 1px solid #cccccc;
	margin: 2px 5px 3px 0px;
}

.required-icon {
	color: #00afdc;
}

.error {
	color: #00afdc;
}

.mail {
	margin: 10px;
}

.mail-01 {
	float: left;
	width: 140px;
}

.mail-02 {
	float: left;
}

.button-toolbar {
	position: absolute;
	top: 20px;
	right: 20px;
}

.button-toolbar img {
	cursor: pointer;
	margin: 0px 3px;
}

.clearfix {
	clear: both;
}