/* CSS Document */

Body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #9fbce0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002d67;
}

a {
	color: #002d67;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.Wrapper {
	width: 1000px;
	height: 753px;
    margin: 16px auto 0 auto;
	padding: 0;
}

.Header {
	width: 1000px;
	height: 103px;
	background-image: url(../images/bkgrndHeader.jpg);
	background-repeat: no-repeat;
}

/*Content*/
.Content {
	width: 1000px;
	height: 456px;
	background-image: url(../images/bkgrndContent.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left; 
}

.Quotes {
	width: 250px;
	height: 99px;
	margin: 60px 0 0 65px;
	color: #5f5f5f;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	text-align: center;
	font-style: italic;
}

.Buttons {
	width: 980px;
	height: 282px;
	margin: 11px 0 0 30px; 
}

.ButtonThuiszorg{
	width: 275px;
	height: 203px;
	float: left;
	margin: 45px 10px 0px 20px;
}

.ButtonZelfstandig {
	width: 275px;
	height: 164px;
	float: left;
	margin: 45px 10px 0px 20px;
}


.ButtonAcuut {
	width: 275px;
	height: 285px;
	float: left;
	margin: 0px 10px 0px 20px;
	background-image:url(../images/acuutThuiszorg.gif);
}
.ButtonUitzend {
	width: 275px;
	height: 76px;
	float: left;
	margin: 0px 10px 0px 20px;
	background-image:url(../images/careuitzend.gif);
}

/*Footer*/
.FooterBkgrnd {
	position:fixed;
	bottom:0;
	height:100px;
	width:100%;
	background-image: url(../images/bkgrndFooter.gif);
	background-repeat: repeat-x;
	background-color: #9ebce0;
	font-size:12px;
}

.Footer {
	width: 970px;
	height: 200px;
	margin: 5px auto;
	clear:both;
}

* html .Footer {
	width: 1000px;
	height: 200px;
	margin: 5px auto;
	clear:both;
}

.Footer .title {
	width: 970px;
	height: 20px;
	float: left;
	margin: 15px 0 5px 30px;
	padding: 0;
}

.Footer h3 {
	font-size: 14px;
}

.AdresLaren, .AdresDenhaag, .AdresAmsterdam, .AdresRotterdam {
	width: 235px;
	float: left;
	margin: 0;
	padding: 0;
}

.AdresLaren {
	margin-left: 30px;
}

/*POWERED BY LVB*/
.poweredby{
	background:url(../images/poweredby.png) no-repeat; 
	height:97px;
	width:38px; 
	position:relative;
	left:-28px;
	top:20px;
	float:left
}
