@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_create4life.css');
@import url('forms_create4life.css');
@import url('taalkeuze_create4life.css');

body {
	background: url(/images/bg_main.gif) repeat-x top #3C3C3C fixed;
}

div#mainwrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(/images/bg_content.png) repeat-y;
	padding: 6px 20px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}

div#schaduw_top {
	font-size: 1px;
	width: 1000px;
	height: 8px;
	margin: 0 auto;
	background: url(/images/schaduw_top.png) no-repeat center bottom;
}

div#schaduw_top img, div#schaduw_bottom img {
	display: block;
}

div#top {
	position: relative;
	height: 125px;
	background: url(/images/create4life_topimage.jpg) no-repeat top left #C1C1C1;
}

div#top h1 {
	display: none;
}

div#wrapper {
	background: white;
}

div#contentcontainer {
	border-top: 7px solid #E6720B;
	width: 960px;
	overflow: auto;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 960px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	color: white;
	padding: 5px 20px 0;
	background: url(/images/schaduw_bottom.png) no-repeat left top;
}

div#footer a {
	padding-bottom: 1px;
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
	line-height: 19px;
}

div#footer a:hover {
	border-bottom: 1px solid white;
}

div#footer p.footer_links {
	float: left;
}

div#footer p.colofon {
	float: right;
}

div#footer span.divider {
	margin: 0 4px;
}

a#didjee {
	position: absolute;
	display: block;
	width: 200px;
	height: 40px;
	bottom: 0;
	right: 14px;
	background: url(/images/logo_didjee.gif) 0 0 ;
	overflow: hidden;
	line-height: 120px;
	font-size: 10px;
}

a#didjee:hover {
	background: url(/images/logo_didjee.gif) 0 -40px ;
}

/* --- homepage --- */

div.homepage {
	padding: 0 0 50px 25px;
}

div#home_left {
	width: 510px;
	margin-top: 25px;
	margin-right: 20px;
	float: left;
	overflow: auto;	
}

div#home_middle {
	width: 200px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 10px 10px 50px 10px;
	float: left;
	overflow: auto;
	margin-right: 5px;
	background: url(/images/bg_home_middle.gif) repeat-x bottom; 
}

div#home_right {
	width: 170px;
	margin-top: 5px;
	float: left;
	overflow: auto;
}

div.homeintro {
	font-size: 14px;
	line-height: 140%;
	padding: 0 0 15px;
}

div.homeartikel {
	margin-bottom: 0;
	padding-top: 15px;
	border-top: 1px solid #BABABA;
	overflow: auto;
}

div.homeartikel div.artikelbeeld {
	text-align: center;
}

div.homeartikel_midden {
	border-bottom: 1px solid #BABABA;
	overflow: auto;
}

div.headline {
	border-bottom: 1px dotted #BABABA;
	padding: 8px 0;
}

div#home_middle h3,
div#home_middle h4 {
	font-size: 13px !important;
	font-weight: bold;
	line-height: 120% !important;
}

div#home_middle h4 a {
	border-bottom: none !important;
}

div.headline div.postdate {
	margin: 0 0 5px;
}

a.homebutton_rechts {
	display: block;
	border-bottom: none !important;
	margin: 3px 0;
}

/* --- partners homepage --- */

div#home_right h4 {
	font-weight: bold;
	color: #808080;
	text-align: center;
	font-size: 11px;
	line-height: 110%;
	padding: 5px 10px 0;
}

div#home_right h4 a,
div#home_right h4 a:hover {
	color: #808080;
	border-bottom: none;
}

div#partnershome {
	position: relative;
	overflow: hidden;
}

div#partnershome div.slideshow {
	margin: 0 auto;
	width: 170px;
	height: 100px;
	line-height: 1px;
}

div#partnershome div.slideshow p {
	display: none;
}

div#partnershome div.slideshow ul {
	list-style-type: none;
}

div#partnershome div.slideshow ul a {
	z-index: 1000;
	position: absolute;
	top: 0;
	width: 20px;
	height: 100px;
	cursor: pointer;
	border-bottom: none;
}

div.slideshow ul a.prev {
	left: 0;
	background: url(/images/partners_prev.gif) no-repeat top;
}

div.slideshow ul a.next {
	right: 0;
	background: url(/images/partners_next.gif) no-repeat top;
}

/* --- nieuws --- */

div.artikel {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #BABABA;
	overflow: auto;
}

div.postdate {
	font-weight: bold;
	margin: 10px 0;
}

div.readmore {
	clear: both;
	text-align: right;
}

div#home_middle div.artikel img {
	border: 1px solid #BABABA;
	margin: 0 0 10px;
	display: block;
}

/* --- Qarts --- */

div.qart_container {
	overflow: auto;
	background: #EEEEEE;
	margin-bottom: 1px;
	clear: both;
}

div.qart_image {
	float: left;
	width: 300px;
	padding: 0 10px;
	text-align: center;
}

div.qart_caption {
	padding: 10px;
}


/* --- styling --- */

.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

a.imagelink {
	border: none !important;
}

h3 a {
	border: none !important;
}

div.plaintekst {
	padding: 30px 120px 40px 50px;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
	line-height: 140%;
	overflow: auto;
}

div#content p {
	margin-bottom: 15px;
}

div#content a {
	 color: #1270CE;
	 text-decoration: none;
	 border-bottom: 1px dotted #1270CE;
}

div#content a:hover {
	 color: #1270CE;
	 border-bottom: 1px solid #1270CE;
}

div#content h2 {
	font-size: 20px;
	font-weight: bold;
	color: #E40919;
	line-height: 110%;
	margin-bottom: 15px;
}

div#content h2.klein {
	color: #E6720B;
	font-size: 18px;
	padding-top: 10px;
}

div#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #1270CE;
	line-height: 140%;
	margin-bottom: 5px;
}

div.verkooppunten h4 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 140%;
	margin: 0 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

div#content.plaintekst img {
	margin: 8px 0;
	border: 1px solid #BABABA;
}

div#content.plaintekst img.beeldrechts,
div#content.homepage img.beeldrechts,
div#content.homepage img.beeldrechts_rand {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

div#content.homepage img.beeldrechts_rand {
	border: 1px solid #BABABA;
}

div#content.plaintekst img.beeldrechts_geenrand {
	border: none;
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

div#content ul {
	list-style-type: square;
	margin: 20px;
}

div#content strong {
	font-weight: bold;
}

div#content em {
	font-style: italic;
}

div#verkooppunten_container {
	border: 1px solid #7E7E7E;
	height: 200px;
	background: #EEEEEE;
	overflow: auto;
}

div.verkooppunten {
	padding: 20px 20px 10px;
}

div.partner {
	float: left;
	margin-right: 8px;
}

div.partner a {
	border: none !important;
}