/* Pagina gerelateerde CSS */

/* Column Left */
	/* Blok breed */
	.blokBreed {
		/*width: 956px;*/
		width: 740px;
		margin: 20px;
		float: left;
		}

	/* Blok col */
	.blok70 {
		width: 740px;
		margin-left:20px;
		}
	.nieuwsstartpag {
		width: 450px;
		}
	.blok30 {
		width: 200px;
		margin-left:20px;
		}
	.blok30 .cmsBlok1 p{
		margin: 0 0 10px;
	}
	.blok30 .cmsBlok1 {
		margin: 0;
	}
		.floatLt {
			float: left;
			}
		.floatRt {
			float: right;
			}
		.blok70 h2, .blok30 h2 {
			color: #000;
			}

	/* News item */
	.newsItem {
		width: 371px;
		height: 198px;
		margin: 0 0 20px 16px;
		border-bottom: 2px solid #bebebe;
		overflow: hidden;
		float: left;
		}
		.newsItem h2 {
			height: 44px;
			overflow: hidden;
			}
		.newsItem p {
			display: block;
			height: 125px;
			overflow: hidden;
			}
		.newsItemFoto {
			margin: 0 0 0 10px;
			float: right;
			}
	/* News item (naar CMSBLOK 5*/
	.cmsBlok5 {
		width: 371px;
		height: 198px;
		margin: 0 0 20px 16px;
		border-bottom: 2px solid #bebebe;
		overflow: hidden;
		float: left;
		}
		.cmsBlok5 h2 {
			height: 44px;
			overflow: hidden;
			}
		.cmsBlok5 p {
			display: block;
			height: 125px;
			overflow: hidden;
			}
		.newsItemFoto {
			margin: 0 0 0 10px;
			float: right;
			}

	/* Advertentie item */
	.advItem {
		width: 371px;
		height: 198px;
		margin: 0 0 20px 16px;
		border-bottom: 2px solid #bebebe;
		float: left;
		}
		.advItemFoto {
			margin: 19px 0 0 15px;
			}
			a.btnWerken {
				position: absolute;
				display: block;
				width: 131px;
				height: 131px;
				margin: 81px 0 0 220px;
				background: url('../img/content/nav/btn_werken-in-de-zorg.jpg') no-repeat left top;
				}
			a:hover.btnWerken {
				background: url('../img/content/nav/btn_werken-in-de-zorg.jpg') no-repeat left bottom;
				}
				a.btnWerken span {
					display: none;
					}

	/* Programma */
	.programma {
		width: 440px;
		margin: 0 20px 0 0;
		float: right;
		}
		.programma h1 {
			margin: 0 10px 10px;
			}
		.scenario,.cmsBlok6 {
			width: 200px;
			min-height: 147px;
			margin: 0 10px 20px;
			overflow: hidden;
			float: left;
			}
		.scenarioMore {
			margin: 0 10px;
			float: left;
			}
			.scenario span, .scenarioMore span {
				font-size: 14px;
				}
			.scenario h2, .scenarioMore h2 {
				margin: 0;
				line-height: 18px;
				}
			.cmsBlok6 h2{
				font-size: 14px;
				margin:0;
				padding:0;
				color: #000;
			}
			.cmsBlok6 strong {
				font-weight: normal;
				color: #007bc0;
				font-size: 16px;
			}
	/* Blog item */
	.ctBlog {
		width: 100%;
		margin: 0 0 20px;
		border-bottom: 2px solid #bebebe;
		float: left;
		}
		.ctBlog h2, .ctBlog h2 a {
			display: block;
			margin: 0 0 10px;
			padding: 0 5px 0 0;
			font-size: 14px;
			color: #007bc0;
			}
			.ctBlog h2 a:hover {
			color: #333;
			}

		.blogMedia {
			width: 200px;
			margin: 0 0 0 10px;
			float: right;
			}
		.functions, .author {
			width: 100%;
			float: left;
			background: #eff7fb;
			}
		.functions {
			border-bottom: 1px solid #bebebe;
			border-top: 2px solid #bebebe;
			}
			.functions p, .author p {
				margin: 0 !important;
				padding: 5px;
				}
		/*
		.blogInfo {
			width: 59px;
			margin: 0 10px 0 0;
			float: left;
			}
			.blogDate {
				width: 59px;
				height: 45px;
				color: #043882;
				float: left;
				}
				.blogDate span {
					font-style: italic;
					color: #007bc0;
					}
			.blogProfoto {
				width: 59px;
				height: 74px;
				overflow: hidden;
				float: left;
				}
		.blogItem {
			width: 685px;
			float: left;
			}
			.blogItem span {
				display: block;
				margin: 0 0 10px;
				padding: 0 5px 0 0;
				font-size: 14px;
				color: #007bc0;
				}
				*/

	/* Blog item reactie */
	.ctBlogReactie {
		width: 100%;
		margin: 0 0 20px;
		padding: 5px 0 0;
		background: #e5f3f9;
		border-bottom: 2px solid #bebebe;
		float: left;
		}
		.reactieId {
			display: block;
			margin: 0;
			padding: 0 0 10px;
			color: #043882;
			}

	/* Blog form reactie */
	.ctFormReactie {
		width: 100%;
		margin: 20px 0 40px;
		border-bottom: 2px solid #bebebe;
		float: left;
		}
		.ctFormReactie span {
			font-size: 14px;
			color: #2d2d2d;
			}
		.ctFormReactie table {
			margin: 0 0 10px;
			}

	/* Nieuws en Agenda */
	.date {
		color: #043882;
		}

	/* Contact */
	.contactInfo {
		margin: 0 0 10px;
		}
	.contactForm {
		width:450px;
		float:left;
		}
	.contactForm input.checkradio {
		float: left;
		}
	label.checkradio {
		display: block;
		margin: 0 10px 0 2px;
		padding: 0 0 2px;
		float: left;
		}
	input.btnSend {
		width: 22px;
		height: 22px;
		background: url('../img/layout/nav/btn_send.gif') no-repeat left top;
		border: 0;
		}
	input.btnSend:hover {
		background: url('../img/layout/nav/btn_send.gif') no-repeat left bottom;
		}
		a.btnSend span {
			display: none;
			}
	input.btnSendGrey {
		width: 22px;
		height: 22px;
		background: url('../img/layout/nav/btn_send_grey.gif') no-repeat left top;
		border: 0;
		}
	input.btnSendGrey:hover {
		background: url('../img/layout/nav/btn_send_grey.gif') no-repeat left bottom;
		}
		a.btnSend span {
			display: none;
			}

	/* Sitemap */
	.sitemap {
		width: 400px;
		float: left;
		margin-left:400px;
		}
	.sitemap ul, .sitemap ul ul {
		list-style: none;
		margin: 0;
		line-height: 16px;
		}
		.sitemap ul li {
			padding: 2px 0;
			}
		.sitemap ul ul {
			margin: 0 0 0 15px;
			}

	/* Downloads */
	a.downloads {
		display: block;
		height: 14px;
		margin: 2px 0;
		padding: 2px 0 0 21px;
		float: left;
		clear: left;
		}
		.pdf {
			background: url('../img/layout/sfeer/page_white_acrobat.png') no-repeat left top;
			}
		.excel {
			background: url('../img/layout/sfeer/page_white_excel.png') no-repeat left top;
			}
		.office {
			background: url('../img/layout/sfeer/page_white_office.png') no-repeat left top;
			}
		.powerpoint {
			background: url('../img/layout/sfeer/page_white_powerpoint.png') no-repeat left top;
			}
		.text {
			background: url('../img/layout/sfeer/page_white_text.png') no-repeat left top;
			}
		.word {
			background: url('../img/layout/sfeer/page_white_word.png') no-repeat left top;
			}
		.zip {
			background: url('../img/layout/sfeer/page_white_compressed.png') no-repeat left top;
			}
	
	/* Huisregels */
	.huisregels {
		list-style: decimal;
		margin: 0 0 15px 17px;
		line-height: 16px;
		}

/* Column Right */
	/* Homepage programma */
	.homeProgramma {
		width: 220px;
		padding: 30px 0 0;
		background: url('../img/layout/sfeer/programma_kl.jpg') no-repeat 127px 20px;
		float: left;
		}
		.homeProgramma div {
			width: 95px;
			margin: 0 0 0 20px;
			}
			.homeProgramma span {
				font-size: 14px;
				}
			.homeProgramma h3 {
				margin: 0 0 5px;
				line-height: 17px;
				}
			.homeProgramma ul {
				list-style: decimal;
				margin: 0 0 0 17px;
				}
				.homeProgramma a {
					color: #2d2d2d;
					}
				.homeProgramma a:hover {
					color: #007bc0;
					text-decoration: none;
					}

	/* Homepage aanmelden nieuwsbrief */
	.homeNieuwsbrief {
		width: 220px;
		margin: 0 0 15px;
		padding: 30px 0 0;
		float: left;
		}
		.homeNieuwsbrief div {
			width: 180px;
			margin: 0 20px;
			}
			.homeNieuwsbrief span {
				font-size: 14px;
				color: #007bc0;
				}

	/* Bezoek de website */
	.bezoekWebsite {
		width: 180px;
		margin: 0 20px;
		padding: 11px 0 0;
		float: left;
		}
		.bezoekWebsite h3 a {
			margin: 0 0 5px;
			font-size: 15px;
			line-height: 17px;
			}
		.bezoekWebsite a.arrow {
			display: block;
			width: 148px;
			height: 22px;
			padding: 0 32px 0 0;
			background: url('../img/layout/nav/btn_send.gif') no-repeat right top;
			color: #2d2d2d;
			}
		.bezoekWebsite a.arrow:hover {
			background: url('../img/layout/nav/btn_send.gif') no-repeat right bottom;
			color: #007bc0;
			text-decoration: none;
			}

	/* Collegiaal contact */
	.praatRt {
		width: 180px;
		height:160px;
		margin: 10px 10px 0;
		padding: 10px;
		background: #999;
		float: left;
		}
		.praatRt h3 {
			margin: 0 0 5px;
			font-size: 14px;
			color: #fff;
			}
		.praatRt a {
			display: block;
			width: 148px;
			height: 18px;
			padding: 4px 32px 0 0;
			background: url('../img/layout/nav/btn_send_grey.gif') no-repeat right top;
			color: #2d2d2d;
			}
		.praatRt a:hover {
			background: url('../img/layout/nav/btn_send_grey.gif') no-repeat right bottom;
			color: #fff;
			text-decoration: none;
			}
			
			
	.praatRtLogin {
		width: 180px;
		margin: 10px 10px 0;
		padding: 10px;
		background: #999;
		float: left;
		}
		.praatRtLogin h3 {
			margin: 0;
			font-size: 14px;
			color: #fff;
			}

	/* Onderwerpen */
	.onderwerpen {
		width: 220px;
		margin: 30px 0 0;
		background: url('../img/layout/bg/bg_onderwerpen.gif') no-repeat left 3px;
		float: left;
		}
		.onderwerpen h3 {
			margin: 0 0 5px;
			padding: 0 0 0 20px;
			font-size: 14px;
			font-weight: bold;
			color: #007bc0;
			}
		.onderwerpen ul {
			list-style: none;
			}
			.onderwerpen li {
				width: 180px;
				margin: 0 20px;
				background: url('../img/layout/bg/bg_onderwerpen_divider.gif') no-repeat left bottom;
				}
				.onderwerpen a {
					display: block;
					padding: 5px 0;
					}
				.onderwerpen a:hover {
					text-decoration: none;
					}

	/* Submenus */
	.submenus {
		width: 220px;
		margin: 25px 0 0;
		float: left;
		}
		.submenus ul {
			list-style: none;
			}
			.submenus li {
				width: 180px;
				margin: 0 20px;
				background: url('../img/layout/bg/bg_onderwerpen_divider.gif') no-repeat left bottom;
				}
				.submenus a {
					display: block;
					padding: 5px 0;
					}
				.submenus a:hover {
					text-decoration: none;
					}

	/* Btn Send */
	a.btnSend {
		display: block;
		width: 22px;
		height: 22px;
		background: url('../img/layout/nav/btn_send.gif') no-repeat left top;
		}
	a.btnSend:hover {
		background: url('../img/layout/nav/btn_send.gif') no-repeat left bottom;
		}
		a.btnSend span {
			display: none;
			}
	a.btnSendGrey {
		display: block;
		width: 22px;
		height: 22px;
		padding: 0;
		background: url('../img/layout/nav/btn_send_grey.gif') no-repeat left top;
		}
	a.db_news:hover {
		background: url('../img/layout/nav/btn_send_grey.gif') no-repeat left bottom;
		}
		a.db_news span {
			display: none;
			}

/* Aanmelden nieuwsbrief */

.aanmeldennieuwsbrief {
			margin: 0 10px 20px;
			float: left;
			}
.btnTitle{
	margin:0 0 0 130px;
	float:left;

}

.left20 {
	margin-left: 20px;
}
/* Standaard cmsBlokken, alleen width aanpassen indien nodig */
.cmsBlok1, .cmsBlok2, .cmsBlok3, .cmsBlok4 {
	width: 100%;
	float: left;
	}
.cmsBlok1 p, .cmsBlok2 p, .cmsBlok3 p, .cmsBlok4 p {
	margin: 0 0 15px;
	line-height: 16px;
	overflow: hidden;
	}
.foto_links {
	margin: 0 10px 10px 0;
	float: left;
	}
.foto_rechts {
	margin: 0 0 10px 10px;
	float: right;
	}


/*Index*/
.colLtIndex {
	width: 360px;
	min-height: 180px;
	}
	.colLtIndex h1 {
		color: #007bc0;
		}
.ambassadeurs {
	padding-left:20px;
	margin-left:10px;
	float:left;
	width:570px;
	height:200px;
	background: url('../img/layout/bg/indexlijntje.gif') no-repeat left top;
	}
	.ambL {
		width:160px;
		float:left;
		text-align:right;
		}
	.ambR {
		width:160px;
		float:right;
		}
	.ambs {
		float:left;
		width:247px;
		height:370px;
		margin-left:5px;
		}
		.geluidico{
			margin-bottom:-2px;
			}
		.handtek {
			margin-bottom:5px;
			}
	.aanmeld {
		float:left;
		width:366px;
		height:276px;
		margin-top:24px;
		clear:left;
		background: url('../img/layout/bg/aanmeldlijn.gif') repeat-x left top;
		}
		.aanmNieuwsBr {
			float:left;
			width:170px;
			height:150px;
			margin:25px 0 0 25px;
			}
			.aanmNieuwsBr h2 {
				font-size:12px;
				}
			.btnSendIndex {
				margin:-20px 0 0 128px;
				padding-top:20px;
				}
		.nieuwsBlokje {
			float:left;
			width:120px;
			height:150px;
			margin:25px 0 0 25px;
			}
			.nieuwsBlokje h2 {
				font-size:12px;
				}
			.txtInputIndex {
				width: 120px;
				}
	.perso {
		float:left;
		width:620px;
		height:270px;
		margin-left:10px;
		}
	.persoBlok {
		float:left;
		width:155px;
		height:250px;
		}
		.persoFoto {
			float:left;
			width:155px;
			height:138px;
			}
		.persoTekst{
			float:left;
			width:120px;
			height:145px;
			margin:20px 0 0 20px;
			}
		.vline {
			float:left;
			background: url('../img/layout/sfeer/vline.gif') repeat-y left top;
			height:182px;
			width:1px;
			margin:60px -1px 0;
			}
			.btnSendMeerPr {
				float:right;
				margin:20px 20px 0;
				padding:8px 26px 0;
				background: url('../img/layout/nav/btn_send.gif') no-repeat right top;
				border: 0;
				}
				.btnSendMeerPr:hover {
					background: url('../img/layout/nav/btn_send.gif') no-repeat right bottom;
					}
		.zorgflashindex {
			float:right;
			width:100px;
			height:190px;
			margin:-50px 0 0 -5px;
			}
		.advItemFotoZorgcafe a:hover {
			color: #007bc0;
			}
		.advItemFotoZorgcafe a {
			color: #007bc0;
			}
		.advItemFotoZorgcafe a:hover {
			color: #2d2d2d;
			text-decoration:underline;
			}
		.advItemFotoZorgcafe p a {
			font-size:16px;
			color: #2d2d2d;
			}
		.advItemFotoZorgcafe p a:hover {
			font-size:16px;
			color: #007bc0;
			text-decoration:underline;
			}
		.advItemFotoZorgcafe h2 {
			margin-top:50px;
			}
		.zorgtekst a:hover {
			color: #007bc0;
			}
		.zorgflash {
			float:right;
			width:100px;
			height:190px;
			margin:-10px 0 0 -20px;
			}
		.praatRtwit {
			border-top:solid 1px #DDD;
			border-bottom:solid 1px #DDD;
			margin-top:50px;
			background:none;
			}
		.praatRtwit h3 {
			color: #007bc0;
			}
		.praatRtwit a {
			background:none;
			}
		.praatRtwit a:hover {
			background:none;
			}	

	/* De Werkkamer */
	.werkkamer {
		width: 400px;
		float: left;
		margin-left:350px;
		}
	.loginBlogDiv {
		margin:20px 0 0 0;
		}

	/* het zorgcafe */
	.nieuwsaanmeldform {
		float:left;
		width: 300px;
		margin-left:20px;
		padding-bottom:20px;
		}
	.blogaanmeldform {
		float:left;
		width: 700px;
		margin-left:20px;
		padding-bottom:20px;
		}
	.registerTable {
		float: left;
	}
	.smalldesc span {
	float: left;
		color: #999;
	}
	.leftmargin2 {
		margin-left: 2px;
	}
	/*fotoalbum*/
	.img-shadow {
		float:left;
		background:url(../img/layout/fotoalbum/shadowAlpha.png) no-repeat bottom right !important;
		background:url(../img/layout/fotoalbum/shadow800x800.gif) no-repeat bottom right;
		margin: 5px 10px 0 5px;
	}
		.img-shadow img {
			display: block;
			position: relative;
			background-color: #fff;
			border: 1px solid #000000;
			margin: -6px 6px 6px -6px;
			padding: 4px;
		}
	.fotoalbumThumbs{
		height:110px;
		width:130px;
		float:left;
	}
	.fotoAlbumTable_b{
		width:554px;
		height:7px;
		background:url(../img/layout/fotoalbum/top-right-bckgrnd.gif) no-repeat;
	}
	.fotoAlbumTable{
		width:554px;
		/*padding:10px 10px 10px 15px;*/
		padding:27px 0 0 34px;
		background-color: #007bc0;
	}
	.fotoAlbumTable_o{
		width:554px;
		height:7px;
		background:url(../img/layout/fotoalbum/bottom-right-bckgrnd.gif) no-repeat;
	}
		.fotoAlbumTable a{
			text-decoration:none;
		}
		.fotoAlbumTable a:hover{
			text-decoration:none;
			font-weight:bold;
		}
		.fotoAlbumPag{
			padding-top:1px;
			width:17px;
			height:17px;
			border: 1px solid #000000;
			background:#FFFFFF;
			text-align:center;
			margin:2px;
			float:left;
		}

	.fotoAlbumLijstTable{
		float:right;
		width:169px;
		background-color: #007bc0;
	}
	.subPaginate {
		margin: 0 10px 0 10px;
	}
	.fotoAlbumLijstTable_b{
		width:169px;
		height:7px;
		background:url(../img/layout/fotoalbum/top-left-bckgrnd.gif) no-repeat;
	}
	.fotoAlbumLijstTable_o{
		width:169px;
		height:7px;
		background:url(../img/layout/fotoalbum/bottom-left-bckgrnd.gif) no-repeat;
	}
	.fotoalbumTopics{
		float:left;
	}
	.selectedLink {
		color:#000000;
	}	
		
	.programma .cmsBlok1 {
		margin-left:10px;
		}
	.bezoekdoelgroep {
		margin:5px 0 0 0;
		}
	.cmsBlok9 {
		margin-bottom:10px;
		}
	.blok70 {
		padding-bottom:20px;
	}
	.zorgbanner {
		border:1px solid #EEE;
	}
	a.btnLinkIndex {
		float:left;
		height:22px;
		line-height:22px;
		padding-right:30px;
		background: url('../img/layout/nav/btn_send.gif') no-repeat right top;
		}
	a.btnLinkIndex:hover {
		background: url('../img/layout/nav/btn_send.gif') no-repeat right bottom;
		}

	.bgProgramma .cmsBlok2 {
		margin-left:10px;
		}
	.txtInputkort {
		width:41px;
		}
	.huisregels {
		width:700px;
		}
.albumtitle {
	float: left;
	width: 60%;
}
.thumbs {
	float: left;
	width: 100%;
}
.subPaginate {
	float: right;
	text-align:right;
	margin-right: 44px;
}
.subPaginate strong {
	float: left;
	margin-right: 6px;
	line-height: 22px;
}
.pagination {
	float: right;
}
.fotoalbumThumbs {
	width: 123px;
	height: 100px;
}
a.red {
	color: #d00;
}
a.red:hover {
	color: #d00;
	text-decoration: underline;
}
.cmsBlok1 ol, .cmsBlok1 ul, .cmsBlok2 ol, .cmsBlok2 ul, .cmsBlok3 ol, .cmsBlok3 ul {
	margin: 0 0 0 20px;
}