/* Basic HTML
----------------------------------------------------------------------------------------------------*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2c5159;
	text-align: center;
	background-color: #1D232C;
}

a, a:active, a:focus {
	color: #7c8c03;
}
a:visited {
	color: #7c8c03;
}
a:hover {
	color: #2c5159;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

img {
	border: none;
}
a img {
	text-decoration: none; 
	border: 0 none;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
}
h1, h2 {
	font-size: 24px;
	line-height: 28px;
	color: #7c8c03;
	padding-bottom: 14px;
	margin-bottom: 25px;
	background-image: url(../img/dashedLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
h2 {
	color: #8697a6;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 4px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

h3 a,
h3 a:active,
h3 a:focus,
h3 a:visited {
	color: #2C5159;
	text-decoration: none;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: square;
	margin-left: 15px;
}
li {
	margin-left: 0px;
}
p, dl, hr,  h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 16px;
}
.dash {
	padding-bottom: 10px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/
#container-wrapper {
	width: 100%;
	background: #e9ece2 url(../img/bg.jpg) repeat-x;
	display: block;
}

#container {
	width: 960px;
	margin:0 auto;
	text-align: left;	
}

#header-top {
	height: 39px;
	width: auto;
	padding: 0px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a8d31a;
}
	#header-top p {
		margin: 0px;
	}
	#header-phone {
		margin-top: 10px;
		float: left;
		font-size: 16px;
	}
	#header-search input {
		padding-left: 10px;
		height: 17px;
		margin-top: 8px;
		border: 1px solid #aeadad;
		background-color: #434343;
		color: #aeadad;
		float: right;
	}
	#header-search-button {
		margin-top: 8px;
		margin-left: 10px;
		border: 1px solid #aeadad;	
		float: right;
	}
	#header-logo {
		height: 131px;
		overflow: hidden;
	}	
	
	#header-photo-wrapper {
		height: 184px;
		background-image: url(../img/bgHeader.jpg);
		background-repeat: no-repeat;								
	}	
	
		#header-photo {
			margin-left: 14px;
			width: 932px;
			height: 184px;
			background-repeat: no-repeat;
			background-color: white;				
			z-index: -5;
		}	
	
		#header-openingstijden-wrapper {
			position:absolute;
			width: 340px;
			height: 300px;
			margin-left: 541px; /*526px;*/
			padding-left: 30px;
			background-image: url(../img/bgOpeningstijden.png);
			background-repeat: no-repeat;
			z-index: 54;
		}
		#header-openingstijden {
			width: 290px;
		}
		#header-openingstijden img {
			padding-top: 10px;
			padding-right: 5px;
		}
			#header-openingstijden dl, #contactBox dl {
				font-weight: bold;
				margin-bottom: 20px;
				font-size: 11px; /*13*/
			}
			
			#header-openingstijden dl.spoed, #contactBox dl.spoed{
				margin-bottom: 24px;
				*margin-bottom: 16px;
			}
			
			#header-openingstijden dd, #contactBox dd {
				font-weight: normal;
				float: left;		
				font-size: 11px; /*13*/
			}

			#header-openingstijden .time, #contactBox .time {
				float: right;
				padding-right: 15px;
			}
			
			#header-openingstijden .extraInfo, #contactBox .extraInfo {
				clear: Both;
				width: 150px;
			}
					
			.openingstijdenIntro {
				font-size: 11px; /*13*/
				line-height: 16px; /*20*/
				padding-top: 6px;
				margin-bottom: 8px;
			}
			.openingstijdenHeading {
				font-size: 14px; /*16*/
				font-weight: bold;
				color: #7c8c03;
			}
					
			.openingstijdenFooter {
				font-size: 10px;
				position: relative;
				margin-bottom: 3px;
			}

			.openingstijdenIntro strong{
				font-size: 14px;
			}
/* content wrapper */
#content {
	width: 960px;
	text-align: left;
}
	/* 2 col */
	#contentHome, #contentPage {
		width: 960px;
		background: #e9ece2 url(../img/bg2Col.gif) repeat-y;		
	}

	/* 1 col */
	#contentPage {
		background: #e9ece2 url(../img/bg1Col.gif) repeat-y;
	}	
	

		#contentHomeLeft, #contentHomeRight, #contentSingle {
			width: 590px;
			float:left;
			padding-top: 28px;			
			padding-left: 20px;
			padding-right: 20px;
		}
	
		#contentHomeRight {
			width: 270px;
			padding-right: 10px;
		}
		
		/* 1 col full page */
		#contentSingle {
			width: 910px;
			float: left;
		}	

		/* pages */
		#homeIntro {
			width: 590px;
			float: left;
		}
		
		#dienstgroepen {
			width: 680px;
			margin-top: 7px;						
			margin-left: 20px;			
			float: left
		}
		
		#actueel {
			width: 580px;
			margin-top: 7px;						
			margin-left: 20px;			
			float: left
		}
		#actueel-wide {
			width: 850px;
			margin-top: 7px;						
			margin-left: 20px;			
			float: left
		}
			#actueelPhoto {
				margin-top: 7px;
				width: 280px;
				text-align: right;
				float:left;
			}

		#contactForm {	
			width: 380px;
			margin-top: 7px;						
			margin-left: 20px;			
			float: left			
		}
		#contactBox {
			margin-top: 7px;
			width: 210px;
			margin-left: 20px;				
			float:left;		
		}
			
	.shadowTopLeft {
		width: 10px;
		height: 600px;
		float: left;
		background: #e9ece2 url(../img/contentShadowTopLeft.jpg) no-repeat top;
	}

	#shadowBottom2Col, #shadowBottom1Col {
		width: 960px;
		height: 90px;
		background: #e9ece2 url(../img/contentShadowBottom2Col.gif) no-repeat;
	}
	#shadowBottom1Col {
		background: #e9ece2 url(../img/contentShadowBottom1Col.gif) no-repeat;
	}

#footer-wrapper {
	clear:both;
	margin:0 auto;
	text-align:left;
	width:940px;
}
	#footer {
		background: #1d232c url(../img/bgFooter.gif) repeat-x;
		height: 100px;
		width: 920px;
		padding: 25px 10px 0px 10px;
		font-size: 11px;
		text-align: center;
		color: #5a5f62;
		}
	#footer a, #footer a:visited, #footer a:active, #footer a:focus {
		color: #5a5f62;
		margin-left: 16px;
		padding: 2px;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		background-color: #5a5f62;
	}


.TwitterLeft { 
	float: left; 
	padding-bottom: 40px;
}

.tweet{
	padding-bottom: 10px;
	clear: both;
}



/* Helpers
----------------------------------------------------------------------------------------------------*/

.noTxtdecr { text-decoration: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.InteractieLogo { float: left;margin-left:190px; }
.InteractieLogo a:hover { 
	color: #5a5f62 !important;
	margin-left: 16px;
	padding: 2px;
	text-decoration: none;
	background-color: #1d232c !important;
}
.clearBoth { clear: both; }

/* Elements
----------------------------------------------------------------------------------------------------*/

.thumbSmall {
	width: 85px;
	height: 85px;
	border: 1px solid #2c5159;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}
.thumbBig {
	border: 1px solid #2c5159;
	float: right;
}

/* Top navigation
----------------------------------------------------------------------------------------------------*/
#nav-wraper1, #nav-wraper2 {
	height: 82px;
	background: #E9ECE1 url(../img/bgMenu1.jpg) no-repeat;
}

#nav-wraper2 {
	background: #E9ECE1 url(../img/bgMenu2.jpg) no-repeat;
}

.nav, .nav ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
	.nav {
		/*z-index: 100;*/
		position: relative;
		height: 100%;
		z-index: 20;
	}
	.nav li {
		background: #fff url(../img/navDefault.gif) repeat-x top left;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 40px;
		font-weight: bold;
		color: #1d232c;
		display: inline-block;
		padding: 0 19px;
		height: 45px;
		text-decoration: none;	
	}
	.nav li a:hover, .navActive {
		background: #fff url(../img/navActive.gif) repeat-x top left;
		color: #fff !important;
	}

#nav-one li:hover a, #nav-one li.sfHover a {
		background: #fff url(../img/navActive.gif) repeat-x top left;
		color: #fff;
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
	height: 30px;
	font-size: 14px;
	line-height: 31px;
	border-bottom: 1px solid #fff;
	background: #a8d31a;
	color: #fff;
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
	background: #2c5159;
	color: #fff;
}

.nav ul {
	background: #565656;
	border-bottom: 3px solid #999;
	border-right: 3px solid #999;
	list-style: none;
	margin: 0;
	width: auto;
	position: absolute;
	top: -999em;
	left: -1px;
}
	.nav li:hover ul, .nav li.sfHover ul {
		top: 45px;
	}
	.nav ul li {
		border: 0;		
		float: none;
		background: #a8d31a;
		display: block;
	}
	
	.nav ul li a {
		width: 200px;

	}
		
	.nav ul a {
		padding-right: 20px;
		width: auto;
		white-space: nowrap;
	}
	.nav ul a:hover {
		background: #565656;
		color: #ff0000;
	}

/* Page menu
----------------------------------------------------------------------------------------------------*/
#groupmenu{
	float: left;
	height: 120px;
	position: relative;
	width: 585px;
}

	#groupmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		top: 0px;
		left: 0px;
		width: 585px;
	}
	
	#groupmenu ul ul		{  }
	#groupmenu ul ul ul 	{  }
	
	#groupmenu li {
		float: left;
	}
	#groupmenu ul li ul{
		background-color: #254248;
		float: left;
		margin: 0px 0px 0px 5px;
		padding: 15px 0px 0px 0px;
		width: 135px;
	}
	#groupmenu ul li ul li{
		display: block;
		margin: 0px 0px 5px 10px;
		clear: both;
	}
	#groupmenu ul li ul li ul{
		float: left;
		margin: 5px 0px 0px 0px;
		padding: 0px;
		width: 120px;
	}
	#groupmenu ul li ul li ul li{
		color: #ffffff;
		display: block;
		list-style: disc outside none;
	}
	#groupmenu a{
		color: #ffffff;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#groupmenu ul li ul li ul li a{
		background: transparent url(/img/bgBullet.jpg) no-repeat 0px 5px;
		font-weight: normal;
		padding: 0px 0px 0px 8px;
	}
	#groupmenu ul li ul li ul li a:hover{
		color: #7d8a06;
	}
/*
	#groupmenu .menuSubActive a  { color: #7c8c03; }

	#groupmenu a {
		display: inline-block;
		color: #2c5159;	
		text-decoration: none;	
	}

	#groupmenu li a {
		padding-bottom: 3px;
		padding-top: 3px;	
	}

	#groupmenu ul a, 
	#groupmenu ul ul a,
	#groupmenu ul ul ul a {
		display: block;
	}
*/

	#groupmenu ul ul ,
	#groupmenu ul ul ul  {
		display: none;
	}

/*	#groupmenu ul a 			{ padding-left: 22px; }*/
/*	#groupmenu ul ul a 		{ padding-left: 32px; }*/
/*	#groupmenu ul ul ul a 	{ padding-left: 38px; font-weight: normal;  }	*/
/*		
	#groupmenu a:hover 		{ color: #7c8c03; }
*/	
	
	
	
	/*
#menu {
	width: 175px;
	float:left;
	margin-top: 11px;
	margin-right: 10px;
	border: #d1d4cb solid 1px;	
	border-bottom: #d1d4cb solid 2px;		
	border-right: #d1d4cb solid 3px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu ul ul		{  }
	#menu ul ul ul 	{  }
	
	#menu li {
		background-image: url(../img/menuBulletIn.gif);
		background-repeat: no-repeat;
		background-position: 8px 7px;
	}

	#menu li li {
		background-position: 18px 7px;	
	}
	
	#menu li li li {
		background-image: url(../img/menuSubBullet.gif);
		background-position: 28px 10px;	
	}	
	
	#menu .menuActive {
		background-image: url(../img/menuBulletOut.gif);
		background-position: 6px 9px;	
	}
	
	#menu .menuActive li    { background-position: 15px 9px; }
	#menu .menuActive li li { background-position: 25px 9px; }	
	
	#menu .menuSubActive    { background-image: url(../img/menuSubBulletActive.gif); }
	#menu .menuSubActive a  { color: #7c8c03; }

	#menu a {
		display: inline-block;
		border-bottom: #d1d4cb solid 1px;
		color: #2c5159;	
		text-decoration: none;	
	}

	#menu li a {
		padding-bottom: 3px;
		padding-top: 3px;	
	}

	#menu ul a, 
	#menu ul ul a,
	#menu ul ul ul a {
		display: block;
	}
	
	#menu ul ul ,
	#menu ul ul ul  {
		display: none;
	}
	
	#menu ul a 			{ padding-left: 22px; }
	#menu ul ul a 		{ padding-left: 32px; }
	#menu ul ul ul a 	{ padding-left: 38px; font-weight: normal;  }	
		
	#menu a:hover 		{ color: #7c8c03; }
	*/
.contactNaw {
	font-size: 13px;
	line-height: 19px;
}
.contactNawHeading {
	color: #7C8C03;
	font-weight: bold;
}	
#form .input {

}
#form input.input {
	background:url(../img/inputboxbg.jpg) no-repeat left top;
	width:200px;
	height:17px;
	color: #000000;
	border: none;
	padding-left: 4px;
	border: 1px solid #000000;
}
#form textarea {
	background: url("../img/textAreaBg.jpg") no-repeat left top;
	margin: 0px 0px 0px 0px;
	border: none;
	font-size: 11px;
	color: #000000;
	width: 200px;
	height: 100px;
	padding-left: 4px;
	border: 1px solid #000000;
}
.txtContent img {
	padding-right: 5px;
	margin-bottom: 8px;
}

.clickable {
	cursor: pointer;
}

.inv{
	display: none;
}
#header-openingstijden .headerswitch{
	display: inline-block;
	height: 23px;
	width: 137px;
	
}
#header-openingstijden a.hoofdkliniek{
	background: transparent url(/img/btHoofdkliniek.gif) no-repeat left top;
}
#header-openingstijden a.hoofdkliniek.on{
	background: transparent url(/img/btHoofdkliniek-on.gif) no-repeat left top;
}
#header-openingstijden a.weidevenne{
	background: transparent url(/img/btWeidevenne.gif) no-repeat left top;	
}
#header-openingstijden a.weidevenne.on{
	background: transparent url(/img/btWeidevenne-on.gif) no-repeat left top;	
}
#panelHoofdkliniek,
#panelWeidevenne{
	height: 200px;
}

.group-menu{
	height: 150px;
	margin: 0px 0px 0px 15px;
	
}
