@import url(/include/css/editor.php);

ul.underlinelist li	{
	border-bottom: 1px solid #C3C3B5;
	height: 2em;
	line-height: 2em;
	}

body {
	background-color: #FFFFFF;
	}


#container {
	width: 970px;
	margin: 0px auto;
	}

/** HEADER **/

#header {
	position: relative;
	}

#navigation {
	height: 72px;
	height: 50px;
	padding-top: 22px;
	width: 970px;
	background: url('/image/birds-small.gif') no-repeat right top;
	}


/** CONTENT **/

#logo {
	right: 0;
	z-index: 101;
	position: absolute;
	top: 72px;
	}

#wrapper {
	width: 970px;
	background: #dff2f5 url('/image/bg-content.jpg') no-repeat left top;
	}
.home #wrapper {
	background-image: url('/image/bg-home.jpg');
	}
#wrapperBtm {
	min-height: 610px;
	overflow: auto;
	padding-bottom:60px;
	width: 970px;
	background: url('/image/bg-bottom.jpg') no-repeat center bottom;
	}

#content {
	/*margin-left: 35px;
	margin-right: 35px;*/
	width: 970px;
	}
	#toptext {
		width: 615px;
		min-height: 75px;
		padding-top: 65px;
		margin-left: 230px;
		}
	.home #toptext {
		padding-top: 85px;
		}

	#toptext * {
		color: #ffffff;
		}
	#toptext h1 {
		color: #bfe5ea;
		font-size: 190%;
		margin-bottom: 5px;
		}

#contentNedmin {
	
	margin-top: 75px;
	width: 600px;
	float: left;
	}
	#contentNedmin table {
		margin: 0 15px;
		width: 570px;
	}
		#contentNedmin table img {
			margin-left: 5px;
		}
	#contentNedmin table table{
		margin: 0;
		width: 100%;
	}
	#contactform {
		margin-top: 20px;
		}


/** SIDEBAR **/

#sidebar {
	width: 300px;
	float: right;
	}

#sidebar #items {
	width: 300px;
	}

#sidebar #items .btm, #sidebar #items .btm .content {
	height: 50px;
	}

#sidebar .block .image {
	float: left;
	}

#sidebar .block .text {
	float: left;
	width: 177px;
	height: 50px;
	margin-bottom: 0px;
	background: url('/image/arrow-right-grey.png') no-repeat right 17px;
	}

#sidebar .block h2 {
	line-height: 1.2em;
	}

#subnav .content {
	padding: 10px;
	width: 250px;
	}

#subnav.empty {
	height: 65px;
	}

#sidebar #subnav h2 {
	height: auto;
	line-height: normal;
	margin: 0px;
	color: #444444;
	padding-bottom: 5px;
	border-bottom: 1px solid #c3c3b5;
	}

#sidebar ul {
	margin: 0px;
	list-style: none;
	}
#sidebar li a {
	padding-right: 22px;
	color: #0398b1;
	}
#sidebar li.active a {
	background: url('/image/arrow-left.gif') no-repeat right bottom;
	}

#items {
	clear: both;
	/*overflow: auto;*/
	}
#items h2.sidetitle {
	color: #ffffff;
	margin: .5em 0px 0px 10px;
	}


/** EXTRA **/

#extra {
	margin-top: 15px;
	margin-left: 35px;
	margin-right: 35px;
	overflow: auto;
	}
#extra h1 {
	margin-left: 15px;
	color: #ffffff;
	}


/** FOOTER **/

#footer {
	margin-top: 35px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 970px;
	}
#footer ul {
	list-style: none;
	width: 970px;
	margin-left: 0;
	position: relative;
	float: left;
	}
#footer li .borderwrapper	{
	display: block;
	padding-left: 8px;
	border-right: 1px solid #c3c3b5;
	}
#footer li.year .borderwrapper	{
	border-left: 1px solid #c3c3b5;
	}
#footer li {
	position: relative;
	float: left;
	width: 16%;
	/*overflow: hidden;*/
	height: 55px;
	line-height: 55px;
	}
#footer li.year {
	width: 28%;
	background: transparent url('/image/logo-small.gif') no-repeat 94px 3px;
	}
#footer li.two, #footer li.three {
	width: 8%;
	}
#footer li.powered {
	width: 40%;
	}
#footer li,
#footer p {
	font-size: 90%;
	}
#footer a {
	text-decoration: none;
	}
#logoSmall {
	
	}
#logoZorgstroom {
	padding: 12px 15px;
	padding-bottom: 0px;
	padding-top: 21px;
	background: transparent url('/image/logo-zorgstroom.gif') no-repeat left bottom;
	}
#logoSmall span,
#logoZorgstroom span {
	visibility: hidden;
	}

.newsitem, #contactAddress, #contactform	{
	margin-left: 15px;
	margin-right: 15px;
	}

/** CLASSES **/
.newsitem	{
	float: left;
	display: inline;
	padding: 8px 0 15px;
	border-bottom: 1px solid #C3C3B5;
	}
	
	.newsitem .more	{
		float: right;
		height: 25px;
		cursor: pointer;
		}
	
	.newsitem .less	{
		cursor: pointer;
		}

	.newsitem a span	{
		float: left;
		text-decoration: underline;
		}
	
	.newsitem .more:hover .more-arrow	{
		background-image: url(/image/arrow-right-blue.png);
		}
	
	.newsitem .more-arrow	{
		display: block;
		margin: 3px 0 0 10px;
		width: 17px;
		height: 17px;
		background:transparent url(/image/arrow-right-grey.png) no-repeat scroll right top;
		}
	
	.newsitem .less:hover .less-arrow	{
		background-image: url(/image/arrow-left-blue.png);
		}
	
	.newsitem .less-arrow	{
		display: block;
		margin: 3px 10px 0 0;
		width: 17px;
		height: 17px;
		background:transparent url(/image/arrow-left-grey.png) no-repeat scroll right top;
		}

.newsitem.last, .newsitem.full	{
	border-bottom: none;
	}

.newsitem.first, .newsitem.full	{
	padding-top: 0;
	}

.block {
	width: 286px;
	margin: 0 7px;
	float: left;
	display: inline;
	padding-top:8px;
	background: url('/image/block-top.png') no-repeat center top;
	}

.block .btm {
	position: relative;	
	float: left;
	display: inline;
	
	padding-bottom: 8px;
	width: 286px;
	overflow: hidden;
	}
	
.block .btm .blockbg	{
	position: absolute;
	width: 286px;
	height: 750px;
	bottom: 0;
	left: 0;
	background: transparent url('/image/block-btm.png') no-repeat center bottom;
	z-index: 1;
	}

.block .content {
	float: left;
	display:inline;
  min-height: 180px;
	
	width: 270px;
	margin: 0px 8px;
	padding-bottom: 8px;
	position: relative;
	z-index: 2;
	}

#sidebar .block .content { min-height: 0; }
.block .content.bnr	{
	min-height: 0;
	height: 63px;
	}

.block .content .bnr_txt	{
	font-size: 90%;
	}

.block .content .bnr_txt tr td.lft	{
	padding-right: 10px;
	}

.block .content .bnr_img	{
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: block;
	line-height: 0;
	}

.block .text {
	margin: 0px 0px 10px 10px;
	}

.block.offer .text {
	margin: 0px 10px 10px 10px;
	}
.block .text p {
	font-size: 90%;
	}
.block a {
	text-decoration: none;
	}
.block a:hover {
	color: #6a0f68;
	text-decoration: underline;
	}

.blocklink .vcentercontainer	{
	float:left;
	display:table;
	height: 50px;
	width: 151px;
	margin-left: 10px;
	}

.blocklink .vcentercell	{
	display: table-cell;
	vertical-align: middle;
	}

#content .blocklink .vcentercontent h2	{
	margin: 0;
	}

.blocklink .more-arrow	{
	background:transparent url(/image/arrow-right-grey.png) no-repeat;
	float:left;
	margin: 17px 0 0 10px;
	width: 16px;
	height: 16px;
	}

.blocklink .btm.hover	{
	cursor: pointer;
	}

.blocklink .btm.hover .more-arrow	{
	background-image: url(/image/arrow-right-blue.png);
	}

/** BASIC STYLES **/

a img {
	border: 0;
	}
