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

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
ul {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom:10px;
}
li {
	list-style:square;
	line-height:18px;
}
img {
	border:0px;
}
big {
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
}
body {
	background-color: white;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
#container {
	width: 1000px;
	margin: 0px auto;							/*	Voor het centeren van dit element */
	/* Zorgt voor de 100% hoogte in alle browser */	
	position: relative;
	min-height: 100%;
	height: auto !important; 					/* voor moderne browsers */
	height: 100%; 								/* voor IE */
	background-image: url(../images/bg_herhalen.jpg);
	background-repeat:repeat-y;
}

div.clear {
	clear: both;
}
.helesite1 {
	background-image:url(../images/bg_helesite.jpg);
	background-repeat:no-repeat;
	min-height: 500px;
}
.header {
	width:1000px;
	height:352px;
	background-image: url(../images/header.jpg);
	vertical-align: top;
}

.content {
	width: 1000px;
	background-image: url(../images/bgBreedte.jpg);
	background-repeat: repeat-y;
}

.contentLeft {
	float: left;
	width: 54px;
	height: 318px;
	background-image:url(../images/contentLeft.jpg);
	background-repeat:no-repeat;
}

.contentMiddle {
	float: left;
	padding:10px;
	width:880px;
	background-color:white;
}

.contentRight {
	float: left;
	width: 46px;
	height: 318px;
	background-image:url(../images/contentRight.jpg);
	background-repeat:no-repeat;
}
.tekstlinks {
	width:450px;
	float:left;
	padding: 5px;
}


.tekstrechts {
	width:320px;
	height:270px;
	background-image:url(../images/kaderrechts.jpg);
	float:left;
	margin-left:50px;
	padding: 15px;
}
div.inlog {
	padding-top: 70px;
	padding-left: 440px;
	width: 350px;
	height: 25px;
}
div.inlogVergeten {
	position:absolute;
	left: 440px;
	top: 50px;
	height: 20px;
	width: 350px;
	font-size: 11px;
}

div.inlogVergeten a {
	font-size: 11px;
	text-decoration: underline;
}
.menuuitlijning {
	margin-top: 217px;
	width: 25px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
}
.menuitem {
	margin-top: 217px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	height: 27px;
	float:right;
	background-image: url(../images/menuborder.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:0.1em;
}
.menuitem a {
	text-decoration:none;
	color: #FFFFFF;
}
.menuitem a:hover {
	color: #000000;
}
div.footer {
	margin-left: 54px;
	margin-right: 46px;
	width: 880px;
	padding-left:10px;
	padding-right:10px;
	background-color:white;
	border-top: 1px solid #666666;
	color: #666666;
	margin-top: 10px;
}
div.footer a {
 	font-size: 11px;
	color: #666666;
}
div.landing {
 	font-size: 9px;
	color: #999999;
	width: auto;
line-height:11px;
}
div.landing a {
 	font-size: 9px;
	color: #999999;
}
div.footerLeft{
	float: left;
	text-align: left;
	width: 250px;
	font-size: 11px;
}
div.footerMiddle{
	float: left;
	text-align: center;
	width: 380px;
	font-size: 11px;
}
div.footerRight{
	float: left;
	text-align: right;
	width: 250px;
	font-size: 11px;
}
div.start {
	padding-top: 10px;
}
div.contactTitel {
	width: 420px;
	padding-bottom: 10px;
}
div.contactForm {
	width: 420px;
	float: left;
}
div.contactBlok {
	width: 400px;
}
