html, body{
	background: #F59B11;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 12px;
	color: #646567;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

a { text-decoration: none; }

img { border: 0; }

h1, h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font-size: 15px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

#hpcontainer {
	position: absolute;
	padding: 0;
	margin: 0;
	height: 703px;
	width: 891px;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	margin-left: -445px;
	background: url('/images/homepage_chiropractie_bg.png') no-repeat;
	overflow: visible;
}
	
#container {
	position: absolute;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height:auto !important;
	height:100%;
	width: 926px;
	left: 50%;
	margin-left: -463px;
	background: url('/images/bg.jpg') repeat-y;
}

#watermark {
	position: absolute;
	width: 117px;
	height: 85px;
	bottom: 0px;
	right: 13px;
	background: url('/images/homepage_chiropractie_sfeer.png');
}	

#address {
	position: absolute;
	width: 95px;
	height: 50px;
	top: 13px;
	left: 19px;
	font-size: 11px;
	color: #646567;
	border: 0px solid #656567;
}

#image {
	float: left;
	height:100%;
	width: 100px;
	margin-left: 15px;
	margin-top: 79px;
	border: 0px solid #656567;
	text-align: center;
}

#header {
	position: absolute;
	width: 791px;
	height: 108px;
	top: 0;
	left: 122px;
	background: url('/images/header.jpg') no-repeat;
	border: 0px solid #000000;
}

#logo {
	position: absolute;
	width: 170px;
	height: 83px;
	right: 27px;
	top: 12px;
}

#menu	{
	position: absolute;
	width: 791px;
	height: 24px;
	left: 122px;
	top: 108px;
	background: #656567;
}

#menu table td {
	text-align: center;
}

.menuitem { color: #F59B11; font-weight: bold; text-decoration: none; }
.menuitem a{ color: white; font-weight: normal;  text-decoration: none; }
.menuitem a:hover{ color: #F59B11; font-weight: normal;  text-decoration: none; }

.submenuitem { border-bottom: 2px solid #656567; padding-left: 10px; height: 24px; color: #F59B11; font-weight: bold;  text-decoration: none; }
.submenuitem a{ color: #646567; font-weight: normal;  text-decoration: none; }
.submenuitem a:hover{ color: #F59B11; font-weight: bold; font-style: italic;  text-decoration: none; }

#left {
	float: left;
	width: 149px;
	margin-left: 7px;
	margin-right: 25px;
	margin-top: 132px;
	border: 0px solid #656567;
	padding-bottom: 50px;
}

#content {
	float: left;
	/* width: 415px; */
	width: 590px;
	/* margin-right: 25px; */
	margin-top: 132px;
	padding-bottom: 50px;
	padding-top: 15px;
	color: #646567;
	text-align: justify;
	border: 0px solid #656567;
}

#content a { color:#006EA5; font-weight:bold; text-decoration: none; }
#content a:hover { color:#F59B11; font-weight:bold; text-decoration: none; }

#right {
	float: left;
	width: 165px;
	margin-top: 132px;
	border: 0px solid #656567;
	padding-bottom: 50px;
}

#openingstijden {
	margin: 3px;
	font-size: 11px;
	color: #646567;
}

#hpleft {
	float: left;
	height: 685px;
	width: 420px;
	margin-left: 9px;
	margin-top: 9px;
	border: 0px solid #000000;
	/* background: url('/images/homepage_personeel.png') bottom right no-repeat; */
	color: #646567;
}

#hptext {
	width: 400px;
	margin-left: 20px;
	margin-top: 150px;
	color: #646567;
	font-size: 11px;
}

#hptitle {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

#hpright {
	float: right;
	height: 685px;
	width: 418px;
	margin-right: 9px;
	margin-top: 9px;
	border: 0px solid #000000;
	background: url('/images/homepage_chiropractie_sfeer.png') bottom right no-repeat;
	color: #646567;
	font-size: 11px;
}

.hpgrey {
	background: #646567;
	width: 370px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

#hpcontact {
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 370px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.bold {
	font-size: 14px; 
	font-weight: bold;
}

.hpform {
	background: #FFFFFF;
	color: #F59B11;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #000000;
	width: 225px;
}

.newsitem {
	margin-bottom: 13px;
	width: 390px;
}

.newsitem a{
	font-weight: bold;
	color: #F58800;
}

.grijs { 
	color: #646567;
}

.groen {
	color: #9ABD00;
}

.oranje {
	color: #F58800;
}

.blauw {
	color: #006CA7;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

