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

body {
	margin: 0px;
	background-color:#f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	overflow-y: scroll;
	height: 100%;
	background-image: url(../images/vlc_gradient.jpg);
	background-repeat: repeat-x;
}


a {
	color: #039;
}


#pagewrapper {
	background-color: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image: url(../images/vlc_background.jpg);
	background-repeat: repeat-y;
} 



/* start of header */

#header {
	position: relative;
	height: 120px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/vlc_header.jpg);
}

#addresses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 32px;
}

#banner {
	position: relative;
	height: 225px;
	width: 850px;
	background-image: url(../images/vlc_banner00.jpg);
}

/* end of header */



/* start of menu */

#mainmenu {
	float: left;
	width: 215px;
	text-align: right;
	margin-top: 0px;
	background-color: #666;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
}

#mainmenu ul li {
	list-style-type:none;
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;

}

#mainmenu ul li a {
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-top: 8px;
}

#mainmenu ul li a:hover {
	background-color: #555;
	text-decoration: none;
}

#mainmenu a img {
	border: 0px;
}





body#default ul li.index a {
	background-color: #555;
}

body#index ul li.index a {
	background-color: #555;
}

body#acupunctuur ul li.acupunctuur a {
	background-color: #555;
}

body#behandelverloop ul li.behandelverloop a {
	background-color: #555;
}

body#werkwijze ul li.werkwijze a {
	background-color: #555;
}

body#vergoedingen ul li.vergoedingen a {
	background-color: #555;
}
	
body#contact ul li.contact a {
	background-color: #555;
}	
	
/* end of menu */	



/* start of maincontent */

#maincontent {
	float: left;
	width: 575px;
	margin-top: 0px;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	list-style-image: url(../images/bulletpoint.gif);
}

.title {
	font-size: 18px;
	color: #333;
}

/* end of maincontent */



/* start of footer */

#push {
  	clear: both;
  	width: 850px;
	height: 75px;
	text-align: center;
}


#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 65px;
	text-align: left;
	z-index: 999;
}

#footer ul {
	padding-left: 240px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
	
#footer ul li a {
	text-decoration: none;
	color: #333;
}

/* end of footer */		


/* Mailform */		

.mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* end of Mailform */	
	
	
	
	
	
	
	
	
	

