/* © iSource BV. */

/* use the more natural way of measuring boxes */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* Begin Jello Mold Layout */
/* begin background colors of main elements */
body { /* bgcolor area outside of the site */
 	background-color:	#EEEEEE;
}
#wrapper1 { /* bgcolor left column */
/* 	background: url('/images/bg_left.gif') 100% 0; */
	/*background:			100% 0 #5896D3;*/
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	padding-left: 5px;
	background-color: white;
}
#wrapper2 { /* bgcolor right column */
	/*background:			url('/gfx/bg_right.gif') 100% 0 repeat-y;*/
	/*background:			100% 0 #5896D3;*/
}
#outer { /* bgcolor content area */
	background:			100% 0 #FFFFFF;
}
#outerNoLeft{
	background:			100% 0 #FFFFFF;
}
/* end background colors of main elements */

div#contentpage img{
	margin-left: 14px;
}

/* begin minimum width of site */
#expander {
	min-width:			990px; /* set to minimum width */
	margin:				0 -495px; /* set to "0 -<half of minimum width>" (negative value)*/
}
body {
	padding:			0 495px; /* set to "0 <half of minimum width>" */
}
/* end minimum width of site */


/* begin maximum width of site (also change setting in wholepage!) */
#sizer {
	max-width:			0px; /* set to (maximum width - minimum width) */
}
/* end maximum width of site */



/* begin width of left column and border */
#left {
	width:				214px; /* set to width of left column */
	margin-left:		-214px; /* set to -<width of column + width of left-border> */
	overflow: hidden;
}
#outer {
	margin-left:		214px; /* set to width of left column */
	/*border-left:		1px solid red; /* set to width of left-column-border */
}
/* end width of left column and border */



/* begin width of right column and border */
#right {
	width:				230px; /* set to width of right column */
	margin-right:		-231px; /* set to -<width of column + width of right-border> */
	margin-left:		1px; /* set to width of right-column-border */
}
#outer {
	/*margin-right:		230px; /* set to width of right column */
	/*border-right:		1px solid red; /* set to width of right-column-border */
}
/* end width of right column and border */



/* begin borders around site */
#wrapper2 {
	/*border-left:		1px solid #000000; /* left-border of left-column */
	/*border-right:		1px solid #000000; /* right-border of right-column */
}
#pageheader {

}
#pagefooter {

}
/* end borders around site */
/* End Jello Mold Layout */



/* begin main styles */
body {
	font-family:		verdana, arial, sans-serif;
	font-size:			11px;
	background:#DDDDDD url(/gfx/bg_body.gif) repeat-x scroll center top;
}

#pageheader {
	background-color:	#FFFFFF;
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
}

#logo {
	margin:				10px 0 0 10px;
}

#content {
	padding-right: 5px;
	min-height: 407px; /* For IE */
	max-height: 410px; /* For Firefox */
	height: 410px; /* I don't know what for. It doesn't hurt. */
	/*border-bottom: 3px solid #9F9F9F;*/
	border-left: 1px solid #FFFFFF;
}

#contentLogin {
	padding-right: 5px;
	min-height: 407px;
	max-height: 407px;
	border-bottom: 3px solid #9F9F9F;
}

* html #content {
	/*height:				300px;*/
}

#contentpage{
	max-height: 315px;
	overflow: auto;
	color: #666666;
	padding-bottom: 1px;
	overflow: hidden;
}

#contentpage ul{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	/*background-color: #EEEEEE;*/
	/*max-width: 700px;*/
}

#contentpage a:link,
#contentpage a:visited{
	color: #666666;
	text-decoration: underline;
}

#contentpage a:hover{
	color: black;
	text-decoration: underline;
}

#contentpageNoLeft{
	margin-left: 214px;
	max-height: 315px;
	overflow: auto;
	color: #666666;
}

#contentpageNoLeft{
	color: #666666;
}

#contentpageNoLeft ul{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	/*background-color: #EEEEEE;*/
	/*max-width: 700px;*/
}

#contentpageNoLeft a:link,
#contentpageNoLeft a:visited{
	color: #666666;
	text-decoration: underline;
}

#contentpageNoLeft a:hover{
	color: black;
	text-decoration: underline;
}

#contentpageNoLeftRoutenet{
	margin-left: 214px;
	max-height: 400px;
	overflow: auto;
	color: #666666;
}

#contentpageRoutenet{
	max-height: 400px;
	overflow: auto;
	color: #666666;
	padding-bottom: 1px;
}

#pagefooter {
	/*padding:7px 20px 0 0;*/
	color:#7F7F7F;
	background-color:	#FFFFFF;
	line-height:11px;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

p.footer{
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	padding-left: 5px;
	font-size: 10px;
	display: inline;
}

#pagefooter a,
#pagefooter a:link,
#pagefooter a:visited{
	color:#7F7F7F;
	text-decoration: none;
}

#pagefooter a:hover{
	color: black;
}

#img_left{
	/*background:#9F9F9F none repeat scroll 0 0;*/
	display:block;
	height:410px; /* Was 406 */
	margin: 0px;
	border: 0px;
	padding:1px 0 3px 0px;
	width:214px;
}

#img_left_noleft{
	border-bottom: 3px solid #9F9F9F;
	display:block;
	height:410px; /* Was 406 */
	margin:0;
	width:214px;
}

#img_right{
	float:right;
}

#outro{
	float: left;
	padding-bottom: 10px;
}

.image_left_class{
	height: 406px;
	width: 214px;
}

.flag{
	float: right;
}

.flag2{
	float: right;
	margin-right: 3px;
}

h1, h2, h3, h4 {
	/*font-weight:		bold;
	padding:			0;
	margin:				0;
	color:				#5896D3;
	line-height:		22px;*/
}
h1 {
	color: white;
	font-size: 24px;
	margin: 0;
	padding: 50px 0 11px 20px; /* padding:25px 0 36px 20px; */
	font-weight: normal;
}
h2 {
	font-size:			18px;
	margin-top:			10px;
	margin-bottom:		3px;
}
h3 {
	font-size:			14px;
	margin-top:			10px;
	margin-bottom:		0px;
}
h4 {
	font-size:			12px;
	margin-top:			10px;
	margin-bottom:		0px;
}

img {
	border:				0;
	padding: 0px;
	margin: 0px;
}
p {
	margin:				0;
	margin-bottom:		0px;
	padding:10px 30px 0 20px;
}
a,
a:hover,
a:visited {
	color:				#5896D3;
	text-decoration:	underline;
}
a:visited {
	color:				#88C6F3;
}
ul {
	margin:				0;
	margin-left:		4px;
	padding:			0;
	padding-left:		10px;
	padding-right: 30px;
}

p.confirm{
	padding-left: 20px;
}
/* end main styles */



/* begin menu styles */
#mainmenu {
	font-size:10px;
	/*height:25px;*/
	margin:0 1px 0 143px;
}
	/*margin:				0;
	padding:			0;
	padding-left:		10px;
	height:				20px;
	line-height:		20px;
	background-color:	#CCCCCC;
}*/

#mainmenu li{
	display: inline;
}
#mainmenu li ul{
	display:none;
	background:white;
}
#mainmenu li ul.active{
	display:block;
	position:absolute;

}

/* HIER WORDEN DE MENU ITEMS AANGEPAST. */
#mainmenu li a,
#mainmenu a,
#mainmenu a:visited{
	background-color: white;
	color: #7F7F7F;
	float: left;
	line-height: 23px;
	margin: 0 1px 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 105px; /* Was 100px */
	background: transparent url(/gfx/bg_menu.png); /*no-repeat scroll 0 0;*/
	cursor: pointer;
}

#mainmenu li a.active,
#mainmenu a.active,
#mainmenu a.active:visited{
	color: black;
	float: left;
	line-height: 23px;
	margin: 0 1px 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	background: transparent url(../gfx/bg_menu_on.png);
	background: white;
	cursor: pointer;
}

#mainmenu a:hover {
	background: transparent url(../gfx/bg_menu_on.png);
	background: white;
	/*color:				#505050;
	text-decoration:	none;*/
}

#submenu {
	font-size: 8pt;
	height:25px;
}
	/*margin:				0;
	padding:			0;
	padding-left:		10px;
	height:				20px;
	line-height:		20px;
	background-color:	#CCCCCC;
}*/

#submenu li{
	display: inline;
}
#submenu li ul{
	display:none;
	background:white;
}
#submenu li ul.active{
	display:block;
	position:absolute;

}

#submenu li a,
#submenu a,
#submenu a:visited{
	color: #666666;
	float: left;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background: transparent url(/gfx/bg_menu.png);
	cursor: pointer;
	margin-left: 7px;
	margin-right: 7px;
}

#submenu li a.active,
#submenu a.active,
#submenu a.active:visited{
	color: black;
	float: left;
	line-height: 25px;
	text-align: center;
	text-decoration: underline;
	background: transparent url(/gfx/bg_menu.png);
	cursor: pointer;
	margin-left: 7px;
	margin-right: 7px;
}

#submenu a:hover {
	color: black;
	text-decoration: underline;
}

a.logout:link,
a.logout:visited {
	color: #666666;
	margin-top: 7px;
	margin-right: 10px;
	text-decoration: none;
}
a.logout:hover {
	color: black;
	text-decoration: underline;
}
.submenuImage{
	float: left;
	margin-top: 10px;
}

#leftmenu {
}

#leftmenu li {
	list-style-type:	none;
}

#leftmenu a,
#leftmenu a:hover,
#leftmenu a:visited {
	color:				#505050;
	text-decoration:	none;
}
/* end menu styles */



/* begin banner styles */
.banner {
	text-align:			center;
}
.banner .bannercontent {
	overflow:			hidden;
	/*border:				1px solid #D4D4D4;*/
	background-color:	#FFFF88;
	margin:				0 auto;
	padding:			0;
}
.banner1 {
	padding:			20px 0;
}
.banner1 .bannercontent {
	width:				468px;
	height:				60px;
	line-height:		60px;
}
.banner2 {
	padding:			15px 0;
}
.banner2 .bannercontent {
	width:				180px;
	height:				150px;
	line-height:		150px;
}
/* end banner styles */



/* Begin newheader styles */
div#top{
	padding-top: 5px;
	padding-right: 5px;
	width:100%;
}

div#top_color2{
	padding-top: 5px;
	padding-right: 5px;
	width:100%;
	background:#d8b2ad;
}

div#top_color3{
	padding-top: 5px;
	padding-right: 5px;
	width:100%;
	background:#e1ca9a;
}

div#top_color4{
	padding-top: 5px;
	padding-right: 5px;
	width:100%;
	background:#b0bdcd;
}

div#headermenu{
	position: relative;
	padding-top: 5px;
	width: 100%;
}

/*div#headerTextHome{
	background:#9F9F9F;
	color:white;
	font-size:24px;
	height:50px;
	margin:0;
	padding:25px 0 15px 20px;
}*/

div#bottom{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #666666;
	font-size: 8pt;
	text-decoration: none;
	width: 100%;
	height: 38px;
}

div#homeDiv{
	padding-top: 8px;
	padding-bottom: 5px;
	width: 153px;
	float:left;
	background-image: url(/gfx/right_home.png);
	background-repeat: no-repeat;
	background-position: center right;
}

div#homeDiv a:link,
div#homeDiv a:visited{
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
	padding-left: 65px;
}

div#homeDiv a:hover{
	color: black;
	text-decoration: underline;
}

p#headerTextHome{
	background:#9F9F9F;
	color:white;
	font-size:24px;
	margin:0;
	padding:25px 0 36px 20px;
}

/* End newheader styles */



/* Begin socialresponsibility sytles*/
div#links_right{
	float:right;
	background-color:#EEEEEE;
	padding: 12px 5px 5px 5px;
	width:225px;
}
/* End socialresponsibility sytles*/



/* Begin address sytles*/
p.address{
	float:left;
	height:127px;
	padding-top:37px;
	margin-left: 10px;
	width:200px; /* 225px is misschien beter?*/
}

p.address a:link,
p.address a:visited{
	color: #666666;
	text-decoration: underline;
}

p.address a:hover{
	color: black;
	text-decoration: underline;
}
/* End address sytles*/



/* Begin address sytles*/
ul#openDate{
	border: 1px solid black;
	width: 188px;
	padding: 5px 5px 0 5px;
}

li.openDate{
	list-style-type: none;
	padding-bottom: 5px;
	text-decoration:none;
}

table#openDate{
	background-color:white;
	border:1px solid black;
	margin-left:20px;
	padding:5px;
	width: 188px;
	float: left;
}

p#openDate{
	margin: 0;
}

table#closedDate{
	float: left;
	margin-left: 40px;
	background-color: #EEEEEE;
	padding: 5px 10px 10px 10px;
}

table#closedDate tr{
	height: 30px;
}
/* End address sytles*/



/* Begin solicitatie styles*/
p#bodySolicitatie{
	width: 500px;
	color: #666666;
}

div.solicitatieSubmit{
	float: left;
	padding-top: 2px;
	padding-left: 150px;
}

div.contactIngevuld{
	padding-left: 20px;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	font-size: 11px;
}

fieldset.solicitatie{
	border: 0px;
	padding-left: 20px;
}

ul#solicitatie{
	background-color:#EEEEEE;
	max-width:700px;
	padding:0px 0px 0px 0px;
	margin-right: 10px;
	margin-left: 15px;
}

fieldset.solicitatie ul, fieldset.solicitatie li{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset.solicitatie li{
	clear: both;
	list-style: none;
	padding-bottom: 10px;
}

fieldset.solicitatie li.text{
	clear: both;
	list-style: none;
	height: 25px;
}

fieldset.solicitatie li.select{
	clear: both;
	list-style: none;
	height: 23px;
}

fieldset.solicitatie li.checkbox{
	clear: both;
	list-style: none;
	padding-bottom: 7px;
	padding-top: 3px;
}

fieldset.solicitatie input,
fieldset.solicitatie select{
	float: left;
	margin-bottom: 3px;
}

fieldset.solicitatie label{
	width: 129px;
	margin-top: 5px;
	float: left;
}
/* End solicitatie styles*/



/* Begin login sytles*/
div#login{
	color: #666666;
}

p#bodyLogin{
	width: 780px;
	padding-left: 320px; /*110*/
	color: #666666;
}

fieldset.login{
	border: 0px;
	padding-left: 340px;
	padding-top: 15px;
}

fieldset.login ul,
fieldset.login li{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset.login li{
	clear: both;
	list-style: none;
}

fieldset.login input,
fieldset.login select{
	float: left;
	margin-bottom: 3px;
}

fieldset.login label{
	width: 129px;
	margin-top: 5px;
	float: left;
}

p.loginFailed{
	padding-left: 355px;
	padding-top: 10px;
	color: red;
}

/* End login sytles*/



/* Begin academyschedule sytles*/
#contentAcademySchedule{
	max-height: 288px;
	overflow: auto;
	color: #666666;
	padding-left: 10px;
	padding-top: 27px;
}

p.academyschedule{
	width:277px; /*227*/
	float:left;
	min-height:100px;
	padding: 0px;
	margin: 10px 0 0 10px;
	text-align: center;
	border: 4px solid;
}

p.academyscheduleBottomLeft{
	width: 310px; /*258*/
	float:left;
	min-height:100px;
	padding: 0px;
	margin: 10px 0 0 10px;
	text-align: center;
	border: 4px solid;
}

p.academyscheduleBottomRight{
	width: 254px; /*206*/
	float:left;
	min-height:100px;
	padding: 0px;
	margin: 10px 0 0 0;
	text-align: center;
	border-top: 4px solid;
	border-right: 4px solid;
	border-bottom: 4px solid;
}

span.supervision{
	font-size: 10px;
}
/* End academyschedule sytles*/



/* Begin information sytles*/
div.extra{
	margin-left: 20px;
	background-color: #EEEEEE;
	color: #666666;
}

div.extra p{
	padding-left: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.extra li {
	margin-bottom: 10px;
}
/* End information sytles*/



/* Begin tevredenheid styles*/
p#bodyTevredenheid{
	width: 500px;
	color: #666666;
}

div.tevredenheidSubmit{
	float: left;
	padding-top: 2px;
	padding-left: 180px;
}

fieldset.tevredenheid{
	border: 0px;
	padding-left: 20px;
}

ul#tevredenheid{
	background-color:#EEEEEE;
	max-width:700px;
	padding:0px 0px 0px 0px;
	margin-right: 10px;
	margin-left: 15px;
}

fieldset.tevredenheid ul, fieldset.tevredenheid li{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset.tevredenheid li{
	clear: both;
	list-style: none;
	padding-bottom: 10px;
}

fieldset.tevredenheid li.text{
	clear: both;
	list-style: none;
	height: 25px;
}

fieldset.tevredenheid li.select{
	clear: both;
	list-style: none;
	height: 23px;
}

fieldset.tevredenheid li.checkbox{
	clear: both;
	list-style: none;
	padding-bottom: 7px;
	padding-top: 3px;
}

fieldset.tevredenheid input,
fieldset.tevredenheid select{
	float: left;
	margin-bottom: 3px;
}

fieldset.tevredenheid label{
	width: 180px;
	margin-top: 5px;
	float: left;
}
/* End tevredenheid styles*/



/* Begin newpatient styles*/
p#bodyNewpatient{
	width: 500px;
	color: #666666;
}

ul#newpatient{
	background-color:#EEEEEE;
	max-width:700px;
	padding:0px 0px 0px 0px;
	margin-right: 10px;
	margin-left: 15px;
}

div.newpatientSubmit{
	float: left;
	padding-top: 2px;
	padding-left: 180px;
}

div.newpatientIngevuld{
	padding-left: 20px;
	color: red;
	font-weight: bold;
	font-size: 11px;
}

fieldset.newpatient{
	border: 0px;
	padding-left: 5px;
}

fieldset.newpatient ul, fieldset.newpatient li{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset.newpatient li{
	clear: both;
	list-style: none;
	/*padding-bottom: 10px;*/
}

fieldset.newpatient li.text{
	clear: both;
	list-style: none;
	height: 23px;
}

fieldset.newpatient li#werkdagen
{
    height: 34px;
}

fieldset.newpatient li.select{
	clear: both;
	list-style: none;
	height: 21px;
}

fieldset.newpatient li.checkbox{
	clear: both;
	list-style: none;
	padding-bottom: 7px;
	padding-top: 3px;
}

fieldset.newpatient li.intermission{
	height: 40px;
}

fieldset.newpatient input,
fieldset.newpatient select{
	float: left;
	margin-bottom: 1px;
}

fieldset.newpatient label{
	width: 210px;
	margin-top: 5px;
	float: left;
}

fieldset.newpatient label.intermission{
	margin-top: 20px;
	font-weight: bold;
}

fieldset.newpatient label.till{
	margin-left: 5px;
	width: 29px;
}
/* End newpatient styles*/



/* Begin backButton styles */
a.backButton:link,
a.backButton:visited{
	margin-left: 20px;
	color: #666666;
	text-decoration: underline;
	float: left;
}

a.backButton:hover{
	color: black;
	text-decoration: underline;
}
/* End backButton styles */



/* Begin fotoalbum styles */
ul.fotoalbumcontent{
	margin-left: 20px;
}
/* End fotoalbum styles */



/* Begin folder styles */
li.folder{
	float:left;
	width:95px;
	height: 160px;
	list-style: none;

}
li.folder a
{
	display: block;
	text-align: center;
	clear: right;
}

.folderimage{
	/*vertical-align:middle;*/
	/*margin-left: 25px;*/
	margin-left:auto !important;
}

h5.folder{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	 /*if folderimage float left, 85px*/
	text-align: center;
}
/* End folder styles */