/* CSS Codeless HTML website */
/* -------------------- GENERAL -------------------- */
body {
	margin:0;
	padding:0;
	font: .7em Verdana, sans-serif;
	background:#fff url(../images/interface/bgbody.jpg) top left repeat-x;
	color:#000;
	text-align:center;
}

img {
	border:none;
}
h2 {
	margin:0;
	padding:0;
	color:#0273BC;
	font-size:1.2em;
	display:inline;
}
form {
	margin:0;
	padding:0;
}

a:link, a:visited {
	color:#006fb9;
	text-decoration:underline;
}

a:hover, a:active {
	color:#59595b;
	text-decoration:underline;
}
.error {
	color:red;
}

/* -------------------- BACKGROUND -------------------- */
#wrapper{
	width:998px;
	position:absolute;
	left:50%;
	margin-left:-499px;	
}
#leftside, #rightside{
	width:13px;
	height:160px;
	background:url(../images/interface/bgleftside.jpg);
	float:left;
}
#rightside{
	background:url(../images/interface/bgrightside.jpg);
}
#container{
	width:962px;
	background:#fff;
	padding:0 0 0 0px;
	float:left;	
}
/* -------------------- TOP MENU -------------------- */
#topmenu {
	float:left;
	background:url(../images/interface/bgtopmenu.jpg) top left repeat-x;
	width:962px;
	height:40px;
}
	#topmenu ul{
		margin:0;
		padding:0px 0 0 20px;
		list-style-type:none;
	}
	#topmenu li, #topmenu li.lastitem{
		float:left;
		padding:0px 20px 0px 20px;
		margin:5px 0;
		height:30px;
		line-height:30px;
		position: relative;
		z-index: 900;
		/*border-right:1px #fff solid;*/
		background:url(images/menu_vline.png) right no-repeat;
	}	
	/*#topmenu li.lastitem { 
		background-image:none;
		border:none;
		padding:0 130px 0 20px;
	}*/
	#topmenu a:link, #topmenu a:visited, #topmenu li.lastitem a:link, #topmenu li.lastitem a:visited {
		color:#fff;
		font-weight:bold;
		font-size:110%;
		text-decoration:none;
	}
	#topmenu a:hover, #topmenu a:active, #topmenu li.lastitem a:hover, #topmenu li.lastitem a:active {
		color:#39f;
		font-weight:bold;
		font-size:110%;
		text-decoration:none;
	}
	#topmenu li.active {
		color:#39f;
		font-weight:bold;
		font-size:110%;
		text-decoration:none;
	}
	/*#topmenu li.contact {
		padding:0 0 0 360px;
		font-weight:bold;
		font-size:110%;
		text-decoration:none;
		border:none;
	}*/

#topmenu ul.submenu
{
	z-index: 1000;
	position: absolute;
	padding: 0;
	visibility: hidden;
	top: 35px;
	left: 0;
	border: solid 1px #414141;
	/*background:transparent url(images/treeview-level1.png) repeat scroll center top;*/
	background-color: #fff;
	background-image: none;
}

#topmenu ul.submenu li
{
	z-index: 1100;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: 27px;
	border: medium: none;
	width: 200px;
	background-color: #fff;
	background-image: none;
	text-align: left;
	line-height: 25px;
}

#topmenu ul.submenu li a
{
	display: block;
	color: #3399ff;
	padding: 2px 8px;
	font-size: 11px;
	height: 27px;
	line-height: 21px;
}

#topmenu ul.submenu li a:hover
{
	color: #414141;
}
/* -------------- LANGUAGE SELECTOR --------------- */
div#lang
{
	float: right;
	padding: 15px;
	color: #fff;
	font-size: 10px;
}

div#lang a .langselector {
	border-right:1px solid #FFFFFF;
	float:left;
	height:20px;
	line-height:20px;
	margin:10px 0;
	padding:0 10px;
}

a.us
{
	margin-left: 15px;
	padding-left: 25px;
	background-image: url("images/us.png");
	background-repeat: no-repeat;
	background-position: left center;
}

a.nl
{
	margin-left: 15px;
	padding-left: 25px;
	background-image: url("images/nl.png");
	background-repeat: no-repeat;
	background-position: left center;
}
/* -------------------- HEADER -------------------- */
#header {
	float:left;
	width:962px;
	height:236px;
	background:url(../images/interface/bgheader.jpg) top center no-repeat;
}
	#logo {
		float:left;
		padding:20px 0 0 35px;
	}
#items
{
	float: right;
	position: relative;
	width: 690px;
	height: 226px;
}
#items div.item
{
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	top: 0;
	left: 0;
	background: none !important;
}
#items div.item img
{
	border: medium none;
	float: left;
}

#items div.itemcontent
{
	color: #4c4c4c;
	float: right;
	width: 400px;
	padding: 20px;
}

#items div.itemcontent h2
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #4c4c4c;
	font-size: 20px;
	font-weight: normal;
}

#items div.itemcontent p.sub
{
	font-size: 12px;
	color: #1487c1;
	font-weight: normal;
	padding: 0;
}

#items div.itemcontent p.cont
{
	font-size: 10px;
	color: #4c4c4c;
	font-weight: normal;
	text-align: justify;
	line-height: 14px;
}

#items div.itemcontent p.link
{
	position: absolute;
	text-align: right;
	margin-right: 10px;
	color: #fb5e11;
	margin-top: 15px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	top: 180px;
	right: 10px;
}

#items div.itemcontent p.link a
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #fb5e11;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#pager
{
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 5000;
}
#pager a
{
	color: #000;
	padding: 3px 5px;
	margin: 0 2px;
	border: solid 1px #000;
	background-color: #fff;
	line-height: 22px;
	text-decoration: none;
}
#pager a.activeSlide
{
	background-color: #f7b797;
}

/* -------------------- CONTENT -------------------- */
#contentcontainer {
	float:left;
	width:940px;
	padding:0 11px;
	padding-top: 10px;
}
#contentcontainer p.empty
{
	margin: 0;
	padding: 0;
	display: none;
}
*html #contentcontainer {
	padding:0 6px 0 11px;
}
	#leftcontainer_home {
		float:left;
		text-align:left;
		width:264px;
		margin:0;
		padding:0;
	}
		.leftbanner {
			margin:0 0 10px 0;
		}
	#rightcontainer_home {
		float:left;
		width:671px;
		margin:-10px 0 0 5px;
		padding:0;
	}
	*html #rightcontainer_home {
		margin:-10px 0 0 0;
	}
	
	
	
	#leftcontainer {
		float:left;
		width:671px;
		margin:-10px 0 0 0;
		padding:0;
	}
		.rightbanner {
			margin:0 0 10px 0;
		}
	#rightcontainer {
		float:left;
		text-align:left;
		width:264px;
		margin:0 0 0 5px;
		padding:0;
	}
	*html #rightcontainer {
		width:259px;
		margin:0 0 0 5px;
	}
	
	/*#rightcontainer div {
		margin-bottom: 14px;
	}*/	
	
/* -------------------- FOOTER -------------------- */
#footer {
	float:left;
	width:962px;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: left;
	color:#6b6b6b;
	/*background:url(../images/interface/bgfooter.jpg) top center no-repeat;*/
}
#footer a
{
	text-decoration:none;
	color:#6b6b6b;
}
/*
	#footer ul{
		margin:0;
		list-style-type:none;
	}
	#footer li, #footer li.lastitem{
		display:inline;
		padding:0px 10px;
		margin:5px 0;
	}	
	#footer li.lastitem{background:none;border:none;}
	#footer a:link, #footer a:visited, #footer li.lastitem a:link, #footer li.lastitem a:visited {
		text-decoration:none;
		color:#006fb9;
	}
	#footer a:hover, #footer a:active, #footer li.lastitem a:hover, #footer li.lastitem a:active {
		text-decoration:none;
		color:#59595b;
	}
	#footer li.active {
		font-weight:bold;
		text-decoration:none;
	}
*/
	
	
	
	
h1 {
	font-family: arial;
	color: #676767;
	font-size: 16pt;
	font-weight: bold;
}

.blue {
	color: #0273BC;
}

h4 {
	font-size: 8pt;
}

h3 {
	font-family: arial;
	color: #676767;
	font-size: 12pt;
	margin-top: -12px;
}

.soundbites {
	background-image: url('../images/banners/banner_soundbites.jpg');
	width: 264px;
	height: 249px;
	background-repeat: no-repeat;
}

.testimonial {
	background-image: url('../images/banners/herkent-u-dit/banner_testimonial.jpg');
	width: 269px;
	height: 425px;
	background-repeat: no-repeat;
}

#leftcontainer_home a, #leftcontainer a, #rightcontainer a
{
	text-decoration: none;
}
.rboxtop
{
	background-image: url('images/rboxtop.jpg');
	background-repeat: no-repeat;
	height: 25px;
	width: 229px;
	padding: 15px 20px 0 20px;
	margin-bottom: 0px;
}


.rboxline
{
	background-image: url('images/rboxline.jpg');
	background-repeat: repeat-y;
	width: 229px;
	padding: 10px 20px 0 20px;
}

.rboxline h5
{
	margin-top: 0px;
}

.rboxline h5 p 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.rboxline p
{
	margin-bottom: 0px;
}
.rboxbottom
{
	background-image: url('images/rboxbottom.jpg');
	background-repeat: no-repeat;
	height: 20px;
	width: 229px;
	padding: 0 20px 0 20px;
	margin-bottom: 14px;
}


.t1
{
	background-image: url('images/rbox_t1.jpg');
	background-repeat: no-repeat;
	width: 269px;
	height: 162px;
}

.t2
{
	background-image: url('images/rbox_t2.jpg');
	background-repeat: no-repeat;
	width: 269px;
	height: 162px;	
}

.t3
{
	background-image: url('images/rbox_t3.jpg');
	background-repeat: no-repeat;
	width: 269px;
	height: 272px;	
}

.t4
{
	background-image: url('images/rbox_t4.jpg');
	background-repeat: no-repeat;
	width: 269px;
	height: 190px;
}

h4 {
	color: #0073C9;
}

h5 {
	font-size: 10pt;
	font-style: italic;
}

.box {
	padding-top: 4px;
	padding-left: 24px;
	padding-right: 24px;
	color: #59595B;
}

.mainbanner {
	width: 671px;
	height: 270px;
	background-image: url('../images/banners/home/mainbanner.jpg');
	text-align: left;
	text-decoration: none;
}

.mainbanner h1 {
	padding-top: 64px;
	padding-left: 32px;
	margin: 0;
}

.mainbanner h2 {
	padding-left: 32px;
	color: #676767;
}

.makeit {
	width: 257px;
	height: 259px;
	background-image: url('../images/banners/home/banner_makeitcodeless.jpg');
	text-decoration: none;
}

.makeit h1 {
	color: #333333;
	margin: 0;
	margin-bottom: 4px;
	font-size: 13pt;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 56px;
}

.makeit h2 {
	padding-left: 16px;
	font-size: 9pt;
}

.coach {
	width: 264px;
	height: 249px;
	background-image: url('../images/banners/home/banner_coachnodig.jpg');
}

.coach h1 {
	text-align: center;
	font-size: 18pt;
	margin: 0;
	padding-top: 24px;
	color: #333333;
}

.testimonial_home {
	width: 269px;
	height: 425px;
	background-image: url('../images/banners/home/banner_testimonial.jpg');
	text-decoration: none;
	color: #59595B;
}

.probleem {
	width: 264px;
	height: 249px;
	background-image: url('../images/banners/ons-concept/banner_probleem.jpg');
	text-decoration: none;
}

.probleem h1 {
	color: #333333;
	font-size: 12pt;
}

.testimonial_concept {
	width: 269px;
	height: 446px;
	background-image: url('../images/banners/ons-concept/banner_testimonial.jpg');
	text-decoration: none;
	color: #59595B;
}

.testimonial_prak {
	width: 269px;
	height: 446px;
	background-image: url('../images/banners/in-de-praktijk/banner_testimonial.jpg');
	background-repeat: no-repeat;	
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
