/*keuren
kleur 1: 	#ffff00;
kleur2:	#ff00ff;
kleur3:	#00ffff;
*/

/* Algemeen */
body, html, img, p, h1,h2,h3 table, td, tr{margin: 0; padding: 0; border: 0;}
table					{border-collapse: collapse;}
table td					{vertical-align: top;}
html					{overflow: hidden;}
html, body				{height: 100%; width:100%;}
embed, object			{display: block;}


body{
background-color: white;

}
#contentWrap{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	z-index:1;
	overflow:auto;
	background-image:url(/img/background.png);
	background-repeat:repeat-y;
}

table#content {
height:100%;
margin-left:53px;
}
.contentTop{
vertical-align: top;	
	}
.contentBottom{
vertical-align: bottom;	
	}	

#siteBackground {
height:100%;
width:100%;
overflow:hidden;
position:absolute;
z-index:0;
}
#siteBackgroundImage {
display:block;
height:100%;
width:100%;
}
#header{
	padding-top:34px;
	z-index:1;}
	
#intro{
	padding-top:25px;
	padding-left:97px;
	width:330px;
	padding-bottom:40px;
}
#locatie h1{
	display:block;
	padding-left:30px;
}

#locatie{
	margin-left:67px;
}

.vestigingTitle{
	color:#ff9900;
	font-size:24px;
	font-weight:bold;
}
#locatie ul{
	padding-top:10px;
	line-height:24px;

}
#locatie ul, #locatie li{
	list-style:none;
	margin:0;
}
#locatie li{

	background-image:url(/img/greyDots.gif);
	background-repeat:repeat-x;
	padding-top:10px;
		padding-bottom:10px;
	}

#locatie li a{
	display:block;
	background-image:url(/img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0% 80%;
	padding-left:30px;
	
}
#locatie li a:hover{
	background-image:url(/img/arrowActive.gif);
	color:#7ca553;
}
#locatie li a:hover .vestigingTitle{
		color:#7ca553;
}
.contentBottom img{
	float:right;
	clear:both;
	display:block;
	padding-top:60px;
	padding-bottom:50px;
}
.hr {
	background-image:url(/img/greyDots.gif);
	background-repeat:no-repeat;
	height:1px;

	padding-bottom:10px;
}
#bottomLine{
		background-image:url(/img/greyDots.gif);
	background-repeat:no-repeat;
	height:1px;
	margin-left:67px;
	padding-bottom:10px;
	clear:both;
}
#footer{
	padding-left:97px;
	padding-bottom:10px;
}


