/* Body & Container */

body, html{
	height: 100%;
	padding: 0px;
	margin: 0px;
	background:url(../img/bodybg.jpg) no-repeat #878787 center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #6b6d6a;
	font-size: 11px;
}



.contacttablefirst
{
  width: 160px;
}
.txt
{
  border: 1px solid #90C28D;
  width: 265px;
}
.contactform textarea
{
  border: 1px solid #90C28D;
  width: 275px;
  height: 100px;
}

.container{
	width: 766px;
	min-height: 100%;
	background:url(../img/container2.jpg) repeat-y;
	margin: 0 auto;
	overflow: hidden;
}
.header_left{
	width: 613px;
    padding-left: 20px;
	padding-top: 137px;
	float:left;
}

.clickbuttons{
	margin-left: 170px;
	
}

.doctor_click{
	width: 131px;
	height: 15px;
	display: block;
	cursor: pointer;
	float:left;
	top: 90px;
	position: absolute;
}
.doctor_click a{
	width: 131px;
	height: 15px;
	float:left;
	display: block;
}

.physio_click{
	width: 131px;
	height: 15px;
	display: block;
	cursor: pointer;
	top: 90px;
	float:left;
	margin-left: 135px;
	position: absolute;
}
.physio_click a{
	width: 131px;
	float:left;
	height: 15px;
	display: block;
}

.psycho_click{
	width: 131px;
	height: 15px;
	display: block;
	cursor: pointer;
	top: 90px;
	float:left;
	margin-left: 305px;
	position: absolute;
}
.psycho_click a{
	width: 131px;
	float:left;
	height: 15px;
	display: block;
}




.header_right{
	width: 129px;
	height: 192px;
	float:right;
}

logo{
	width: 129px;
	height: 168px;

}

img {
	border: 0px;
}

/* Header  */

.header{
	width: 766px;
	height: 192px;
	background:url(../img/header2.jpg) no-repeat;
}

/* Tekst Opmaak */

h1{
	font-size: 12px;
	color: #92c18e;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}



h2{
	font-size: 12px;
	font-weight: bold;
	color: #d23646;
	padding: 0px;
	margin: 0px;
}

a {
	color: #d23646;
	text-decoration:none;
}

a:hover {
	color: #d23646;
	text-decoration:none;
}

/* Menu Instellingen */

.menu_div{
	width: 593px;
	float:left;
}

.menu {
	margin: 0;
	padding: 0;
	width: 593px;
	float:left;
	list-style:none;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 31px;
	list-style: none;
	border: 0px;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 31px;
	background-repeat: no-repeat;
	border: 0px;
}

.home a {background-image: url(../img/menu_home.jpg); width: 65px; margin-left:1px;}
.home a:hover  {background-image: url(../img/menu_home_h.jpg); width: 65px; margin-left:1px;}
.home_active a {background-image: url(../img/menu_home_h.jpg); width: 65px; margin-left:1px;}
.history a {background-image: url(../img/menu_history.jpg); width: 69px; }
.history a:hover  {background-image: url(../img/menu_history_h.jpg); width: 69px; }
.history_active a{background-image: url(../img/menu_history_h.jpg); width: 69px; }
.medical a {background-image: url(../img/menu_medical.jpg); width: 146px; }
.medical a:hover  {background-image: url(../img/menu_medical_h.jpg); width: 146px; }
.medical_active a {background-image: url(../img/menu_medical_h.jpg); width: 146px; }
.appointment a {background-image: url(../img/menu_appointment.jpg); width: 144px; }
.appointment a:hover  {background-image: url(../img/menu_appointment_h.jpg); width: 144px; }
.appointment_active a {background-image: url(../img/menu_appointment_h.jpg); width: 144px; }
.vacatures a {background-image: url(../img/menu_vacatures.jpg); width: 88px; }
.vacatures a:hover  {background-image: url(../img/menu_vacatures_h.jpg); width: 88px; }
.vacatures_active a  {background-image: url(../img/menu_vacatures_h.jpg); width: 88px; }
.contact a {background-image: url(../img/menu_contact.jpg); width: 80px; }
.contact a:hover  {background-image: url(../img/menu_contact_h.jpg); width: 80px; }
.contact_active a  {background-image: url(../img/menu_contact_h.jpg); width: 80px; }

.menu li {float: left;}


/* Content Boxen */

.content{
	width: 766px;
}
.content_top{
	width: 674px;
	margin-left: 40px;
	height: 360px;
	overflow: hidden;
	
}
.content_onder{
	width: 686px;
	float:left;
	padding-left: 40px;
	padding-top: 15px;
}

.content_left{
	width: 450px;
	float:left;
	padding-left: 42px;
	
}

.content_right{
	width: 255px;
	float:right;
	_margin-right: 7px;

}

/* ContentBox */

.contentbox{
	width: 455px;
	background:url(../img/contentbox_bg.jpg) repeat-y;
	float:left;
	clear: both;
	
}
.contentbox_text{
	width: 435px;
	line-height:1.5;
	margin-left: 8px;
	margin-right: 5px;
	font-size: 11px;
}

.contentbox_top{
	width: 455px;
	height: 10px;
	background: url(../img/contentbox_top.jpg) no-repeat;
}
.contentbox_bottom{
	width: 455px;
	height: 9px;
	padding-top: 10px;
	background:url(../img/contentbox_bottom.jpg) no-repeat bottom;
}

.hometekstbox
{
  width: 445px;
  height: 350px;
  background:url(../img/homeboxbg.jpg) no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  line-height:1.5;
}
.hometekstbox h1
{
  margin: 0;
  padding: 0;
}

/* Rightbox */

.rightbox{
	width: 204px;
	background:url(../img/rightbox_bg.jpg) center center repeat;
	float:left;
	margin-left: 15px;
	
}
.rightbox2{
	width: 204px;
	background:url(../img/rightbox_bg.jpg) center center repeat;
	float:left;
	margin-left: 15px;
	
	
	
}
.rightbox_text{
	width: 147px;
	margin-bottom: 3px;
	padding-top: 3px;
	line-height:1.5;
	margin-left: 28px;
	margin-right: 25px;
	font-size: 11px;
}

.rightbox_top{
	width: 204px;
	height: 14px;
	background:url(../img/rightbox_top.jpg) no-repeat;
	margin-bottom: 3px;
}

.rightbox_bottom{
	width: 204px;
	height: 11px;
	background:url(../img/rightbox_bottom.jpg) no-repeat bottom;
}

/* Bottom Box */

.bottombox2{
	width: 674px;
	height: 250px;
	background:url(../img/bottombox2.jpg) repeat;
	_margin-right: 15px;
		padding-top: 10px;
}

.bottombox{
	width: 674px;
	background:url(../img/bottombox_bg.jpg) repeat;
	clear: both;
}
.bottombox_text{
	width: 664px;
	font-size: 11px;
	margin-right: 5px;

	overflow: auto;
	
}

.bottombox_top{
	width: 674px;
	height: 9px;
	background:url(../img/bottombox_top.jpg) no-repeat top;
}
.bottombox_bottom{
	width: 674px;
	height: 10px;
	background:url(../img/bottombox_bottom.jpg) no-repeat bottom;
	
}
/* Subjectbox */

.subjectbox{
	width: 210px;
	font-size: 10px;
	line-height:1.5;
	margin-left: 10px;
	float:left;
	_float:right;
	

}

.subjectbox_right{
	width:206px;
	padding-left: 14px;
	float:left;
	margin-top: 20px;
	_margin-left:7px;
}

/* Footer */

.footer{
	width: 766px;
	height: 61px;
	padding-top: 20px;
	text-align: center;
	color: #7c937a;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background:url(../img/footer.jpg) no-repeat;
}