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

html{	
	background:url(../images/home_bg_new.gif) repeat-x;
	/*padding-bottom: 140px;*/
}
body {
	width: 100%;
	height: 100%;
	font-size: 10px;
}
* {
	font-size: 10px;
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
}

a{
	color:#12375f;
}
a img{
	border:0;
}
.clear{
	clear:both;
}


#container {
	position:relative;
	width: 1280px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	
}

#logo{
	position:absolute;
	top:94px;
	left:108px;
}
#menuDiv{
	position:relative;
	top:232px;
	left:79px;
	height:300px;
	width:1160px;
}


#amp{
	background-image:url(../images/home_amp.gif);
	position:absolute;
	right:0px;
	width:669px;
	height:445px;
	
}

/*#home{
    background-image:url(../images/home_1.png);
	background-repeat:no-repeat;
    display:inline-block;
    height:229px;
    text-indent:-9999px;
    width:219px;
}
*/


#wat-doen-wij{
    display:inline-block;
}


#wat-doen-wij a{
	background-image:url(../images/home_1_new.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	display:inline-block;
	height:300px;
	text-indent:-9999px;
	width:219px;
	bottom:0px;
}

#wat-doen-wij a:hover{
	background-position: -219px 0px;
}




#wie-zijn-wij{
    display:inline-block;
}

#wie-zijn-wij a{
	background-image:url(../images/home_2_new.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	display:inline-block;
	height:300px;
	text-indent:-9999px;
	width:222px;
}

#wie-zijn-wij a:hover{
	background-position: -222px 0px;
}




#kosten{
    display:inline-block;
}

#kosten a{
	background-image:url(../images/home_3_new.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display:inline-block;
	height:300px;
	text-indent:-9999px;
	width:221px;
}

#kosten a:hover{
	background-position: -221px 0px;
}



#aandoeningen{
	display:inline-block;
}
#aandoeningen a{
	background-image:url(../images/home_4_new.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display:inline-block;
	height:300px;
	text-indent:-9999px;
	width:217px;
}
#aandoeningen a:hover{
	background-position: -217px 0px;
}




#contact{
	display:inline-block;
}
#contact a{
	background-image:url(../images/home_5_new.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display:inline-block;
	height:300px;
	text-indent:-9999px;
	width:237px;
	left:-16px;
}
#contact a:hover{
	background-position: -237px 0px;
}










#Footer {
	position: fixed;
	display:block;
	bottom:0px;
	right:0px;
	color:#000;
	clear:both;
	text-align:right;
	vertical-align:bottom;
	padding-right:20px;
	/*border:1px solid #ccc;*/
	border-top:0;
	background-image:url(../images/vloer_object.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width: 824px;
	height:125px;
}
#FooterSpan {
	position:absolute;
	bottom:8px;
	right: 8px;
}
#Footer a {
	color:#0000;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:none;
}
