@charset "utf-8";

/* -----------------------
	CSS Fixing settings
	For workaround ie, firefox and safari
   ----------------------- */
IMG { border:0; }
FORM { margin:0; padding:0; }
.clearance { clear:both; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* -----------------------
	General settings 
   ----------------------- */
html,body {
	margin:0;
	padding:0;
} 
body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #4e3a1c;
	text-align:left;
	margin:0 auto;
	background-color:#844d2c;
}

/* -----------------------
	Anchor settings 
   ----------------------- */
a { text-decoration:none; color:#523d1e; font-weight:bold;}
a:hover { text-decoration:underline; }

/* -----------------------
	Main layout settings 
   ----------------------- */
div#wrapper {
	width:930px;
	margin:0 auto;
	margin-top:30px;
	background-color:#FFF;
	border: #FFF 10px solid;
}
div#header {
	width:100%;
	height:142px;	
	background-color:#ffecd0;
}
div#gradient {
	width:100%;
	height:17px;
	background-image:url('../images/bg_gradient.png');
	background-repeat:no-repeat;	
}
div#content {
	width:100%;	
	text-align:left;
}
div#content_left_chagall {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/bg_chagall.png');
	background-repeat:no-repeat;
	background-position:top center;
		
}

div#content_left_zitje {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/zitje.jpg');
	background-repeat:no-repeat;
	background-position:top center;
		
}

div#content_left_zitje_02 {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/zitje_02.jpg');
	background-repeat:no-repeat;
	background-position:top center;
		
}

div#content_left_kruk {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/kruk.jpg');
	background-repeat:no-repeat;
	background-position:top center;
		
}

div#content_left_boedha {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/boedha.jpg');
	background-repeat:no-repeat;
	background-position:top right;
		
}

div#content_left_boekenkast {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/boeken.jpg');
	background-repeat:no-repeat;
	background-position:top right;
		
}

div#content_left_bosmist {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/bosmist.jpg');
	background-repeat:no-repeat;
	background-position:top right;
		
}

div#content_left_marjan {
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/MD.jpg');
	background-repeat:no-repeat;
	background-position:top right;
		
}

div#content_left_bloem{
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/bloem.jpg');
	background-repeat:no-repeat;
	background-position:top right;
		
}

div#content_left_bloem_02{
	width:150px;
	height:450px;
	float:left;
	display:inline;
	margin-left:67px;
	margin-top:16px;
	background-image:url('../images/bloem_02.jpg');
	background-repeat:no-repeat;
	background-position:top right;
		
}

div#content_right {
	width:650px;
	float:left;
	overflow:auto;
}

div#footer{
	height:43px;
	background-color:#ff9805;
	background-image:url('../images/footer_logo.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:129px;
	line-height:43px;
	color:#FFF;
}

div#footer a{
	color:#523d1e;
}

/* -----------------------
	Menu Settings
   ----------------------- */

#menu{
	width:900px;
	padding:0px 0px 0px 28px;
	float:left;
}
	
#menu ul{
	list-style:none;
}

#menu li{
	list-style:none;
	display:block;
	float:left;
}
	
#menu li a{
									
}

#menu li a:hover{
	
}

#menu li a.menu_item{
	height:40px;
	display:block;
	float:left;
	color:#614823;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	background-color:#ffecd0;
	padding:0px 10px 0px 10px;
}
#menu li a.menu_item:hover{
	background-color:#fff;
}
#menu li a.menu_item_current{
	height:40px;
	display:block;
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	background-color:#ff9805;
	padding:0px 10px 0px 10px;
}

#menu li a:hover.current{
	color:#fff;
}

#menu li a:hover.menu_item{
	background-color:#ffecd0;
}
   
/* -----------------------
	Child layout settings 
   ----------------------- */
.header_logo {
	float:left;
	height:90px;
	margin-left:55px;
	display:inline;	
}

.content_right_block {
	float:left;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;	
	display:inline;
	width:380px;
}

.content_right_block_01 {
	float:left;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;	
	display:inline;
	width:510px;
}

.content_right_logo{
	width:215px;
	height:350px;
	float:left;
	background-image:url('../images/begeleidercoach_logo.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}

.content_right_logo_02{
	width:215px;
	height:380px;
	float:left;
	background-image:url('../images/begeleidercoach_logo.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}

.header_home {
	width:245px;
	height:32px;
	background-image:url('../images/home_head.png');
	background-repeat:no-repeat;
}

.header_zijnsorientatie {
	width:245px;
	height:32px;
	background-image:url('../images/zijnsorientatie_head.png');
	background-repeat:no-repeat;
}

.header_pijnentegenslag {
	width:245px;
	height:32px;
	background-image:url('../images/pijnentegenslag_head.png');
	background-repeat:no-repeat;
}

.header_therapie {
	width:245px;
	height:32px;
	background-image:url('../images/therapie_head.png');
	background-repeat:no-repeat;
}

.header_coaching {
	width:245px;
	height:32px;
	background-image:url('../images/coaching_head.png');
	background-repeat:no-repeat;
}

.header_emdr {
	width:245px;
	height:32px;
	background-image:url('../images/emdr_head.png');
	background-repeat:no-repeat;
}

.header_lectuur {
	width:245px;
	height:32px;
	background-image:url('../images/lectuur_head.png');
	background-repeat:no-repeat;
}

.header_meditatie {
	width:245px;
	height:32px;
	background-image:url('../images/meditatie_head.png');
	background-repeat:no-repeat;
}

.header_voorwie {
	width:245px;
	height:32px;
	background-image:url('../images/voorwie_head.png');
	background-repeat:no-repeat;
}

.header_prijzen {
	width:245px;
	height:32px;
	background-image:url('../images/prijzen_head.png');
	background-repeat:no-repeat;
}

.header_informatie {
	width:245px;
	height:32px;
	background-image:url('../images/informatie_head.png');
	background-repeat:no-repeat;
}
/* -----------------------
	Padding settings 
   ----------------------- */
.content_padding {
	padding:15px 0px 10px 0px;	
}
.header_content_left_padding { 
	padding:30px 0px 0px 30px;	
}
.header_content_right_padding {
	padding:32px 10px 0px 0px;	
}
.content_right_padding {
	padding:10px 0px 0px 50px;	
}
.project_body_padding {
	padding:20px 10px 10px 10px;	
}
.project_header_padding {
	padding:3px 0px 3px 10px;	
}