body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:0px;
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}









/*zorgsaam specifiek vanaf hier*/
html {
	overflow-y:scroll;
}
body {
	margin:10px;
	margin-bottom:30px;
	font-family:Arial,Helvetica;
	font-size:12px;
}
h1 {
	color: #00A07E;
	font-size:16px;
	font-weight:bold;
}
ul li {
	list-style-type:square;
}
ul ul {
	margin-top:0px;
	margin-bottom:0px;
}
div#container {
	margin:0 auto;
	width:977px;
}
div#header {
	height:117px;
	width:100%;
	background: url('../img/header2.jpg') no-repeat 270px bottom;
	position:relative;
	border-bottom:1px solid white;
}
a#logo {
	position:absolute;
	top:15px;
	left:10px;
	background: url('../img/logo_zorgsaam.gif') no-repeat left;
	width:500px;
	height:117px;
	cursor:pointer;
}
div#topmenubar {
	width:100%;
	height:20px;
	background:#00A07E;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid white;
}
div#topmenuleft {
	background:black;
	color:white;
	width:180px;
	border-right:1px solid white;
	font-size:9pt;
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
}
div#topmenuleft a {
	color:white;
	font-size:8pt;
	font-weight:bold;	
	text-decoration:none;
	padding-left:9px;
	padding-right:8px;
	line-height:18px;
}
div#topmenuleft a:hover {
	text-decoration:underline;
}
div#topmenucenter {
	position:absolute;
	background:#00A07E;
	left:181px;
	height:20px;	
}
div#topmenuright {
	width:172px;
	border-left:1px solid white;
	height:20px;
	position: absolute;
	top:0px;
	right:0px;	
}
div#topmenucenter a {
	display:block;
	float:left;
	padding-left:7px;
	padding-right:7px;
	background: url('../img/menutop_corner.gif') no-repeat right bottom;
	border-right:1px solid white;
	height:100%;
	overflow:hidden;
	line-height:20px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.9em;
}
div#topmenucenter a:hover, 
div#topmenucenter a.selected {
	background-color:#7DC6B2;
}
table#columns {
	width:100%;
	border-bottom:1px solid white;
}
td#column_left {
	background:#00A07E;
	width:180px;
	border-right:1px solid white;
	height:100%;
}
td#column_center {
	color: #333333;
	padding-top:30px;
	padding-left:20px;
	padding-right:19px;
	padding-bottom:20px;
}
td#column_right {
	background:#7DC6B2;
	width:172px;
	border-left:1px solid white;
	height:100%;
	vertical-align:top;
}
div.column_bottom {
	height:115px;
	border-top:1px solid white;
	width:100%;	
}
div#logo_br {
	background: url('../img/logo_zorgsaam.gif') no-repeat center center;
	cursor:pointer;
}
div#footerbar {
	position:relative;
	height:26px;
}
div#footerleft {
	position:absolute;
	height:26px;
	width:180px;
	border-right:1px solid white;
	background:black;
}
div#footercenter {
	position:absolute;
	background:#00A07E;
	color:white;
	font-size:0.9em;
	height:26px;
	left:181px;
	width:623px;
	text-align:center;
	line-height:26px;
}
div#footerright {
	background:#00A07E url('../img/br_zs.gif') no-repeat bottom right;
	width:172px;
	height:26px;
	position:absolute;
	right:0px;
	top:0px;
	border-left:1px solid white;
}
div.thema {
	border-top:1px solid white;
	border-bottom:1px solid white;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:14px 0 10px 10px;
}
div#menu {
	min-height:200px;
	padding-top:1em;
	padding-bottom:1em;
	position:relative;
	width:100%;
}
div#menu ul {
	width:175px;
	margin:0px;
	list-style:none;
	margin-left:5px;
}
div#menu ul li {
	list-style:none;
	margin:0px;
	position:relative;
}
div#menu ul a.hassubs {
	background: url('../img/menu_arrow.gif') no-repeat 165px 6px;	
}
div#menu ul li a {
	color:white;	
	text-decoration:none;
	line-height:18px;
	height:20px;
	display:block;
	padding-left:5px;
}
div#menu ul li a.selected {
	background-color:#7DC6B2;
	color:white;
}
div#menu ul li a:hover {
	background-color:#7DC6B2;
	color:white;
}
div#menu ul ul {
	background-color:#A0D6C7;
	position:absolute;
	top:0px;
	left:170px;
	border-left:1px solid white;
	width:200px;
	display:none;
}
div#menu ul ul li {
	padding-left:0px;
	width:100%;
	overflow:hidden;
}
div#menu ul ul li a {
	padding-left:10px;
	padding-right:10px;
	color:#005E48;
	white-space:nowrap;
	display:block;
	width:100%;
}
div#footerbar2 {
	color:#9C9C9C;
	font-size:11px;
	line-height:22px;
	text-align:right;
	padding-right:30px;
}
div#footerbar2 a {
	color:#9C9C9C;
}
div#kruimelpad {
	font-size:10px;
	height:20px;
}
div#kruimelpad a {
	text-decoration:none;
	color:#00A07E;
}
div#kruimelpad a:hover {
	text-decoration:underline;
}
h1.pagetitle {
	margin-top:0px;	
}
div.bijschrift {
	font-style:italic;
	font-size:0.9em;
}
table.layout {
	height:100%;
	width:100%;
}
table.layout td.layout-center {
	height:100%;
	width:100%;
}
div.locatie a {
	display:block;
	color:white;
	background:black;
	text-decoration:none;
	text-transform:uppercase;
	line-height:16px;
	font-size:0.9em;
	text-align:center;
	border-top:1px solid white;
	font-weight:bold;
}
div.locatie a:hover {
	background:#333333;
}
div.locatie_zh a {
	background:#184892;
}
div.locatie_zh a:hover {
	background:#95C1E6;
}
div.locatie_sam a {
	background:#F09100;
}
div.locatie_sam a:hover {
	background:#FFBD59;
}
div.locatie_gr a {
	background:#77AD19;
}
div.locatie_gr a:hover {
	background:#B7E16D;
}
div.locatie_gh a {
	background:#008AC9;
}
div.locatie_gh a:hover {
	background:#66CDFF;
}
div.locatie_vb a {
	background:#CD003A;
}
div.locatie_vb a:hover {
	background:#FF5181;
}
div.locatie_ev a {
	background:#E41819;
}
div.locatie_ev a:hover {
	background:#FE7B7C;
}
a#zorgsaamlogo {
	background-image:url('../img/logo_zs_zorgsaam.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height:115px;
	/*border-top:1px solid white;*/
	width:100%;	
	cursor:pointer;
	display:block;
}
