/*__________________________HOOFDCOMPONENTEN_*/

html>body {
	margin: 				0;
	padding: 	 			0;
	background-color:		#6A85B6;
	font-size:				13px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	color:					#182856;
}

#background {
	width:					100%;
	height:					600px;
	background:				url(../images/background.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
}

#container {
	position: 				absolute;
	top: 					0;
	left: 					50%;
	margin-left: 			-410px;
	width:					820px;
	padding-bottom:			50px;
}

#header {
	float:					left;
	width:					820px;
	height:					120px;
	background:				url(../images/header_top.png);
	background-repeat:		no-repeat;
	background-position:	top;
	margin-top:				25px;
}

#menubalk>img {
	float:					left;
	width:					820px;
	height:					25px;
}

.img_button {
	border:					none;
}

a {
	color:					#182856;
    outline:                0;
}

a:hover {
	color: 					#FF0000;
}

h3 {
	color:					#11663C;
	margin:					0;
	padding:				10px 10px 10px 0px;
	font-size:				18px;	
}

.pijltje {
	margin-right:			7px;
	height:					15px;
	width:					15px;
}

.block_quote {
	font-style:				italic;	
	padding:				0px 15px 0px 15px;
	margin:					0 -9px -5px 210px;
	text-align:				center;
	border:					2px solid #667CB0;
	background:				#BECCE2;
}

.block_menu {
	padding:				5px 5px 5px 0;
	text-align:				left;
	border:					2px solid #667CB0;
	background:				#BECCE2;
	width:					300px;
	float:					right;
	margin:					10px 10px 15px 15px;
}

.block_menu_download {
	padding:				5px 5px 5px 15px;
	text-align:				left;
	border:					2px solid #667CB0;
	background:				#BECCE2;
	width:					350px;
	float:					right;
	margin:					10px 10px 15px 15px;
}

.block_adres {
	padding:				5px 5px 5px 15px;
	text-align:				left;
	border:					2px solid #667CB0;
	background:				#BECCE2;
	width:					250px;
	float:					right;
	margin:					15px 10px 15px 15px;
}

.block_menu li {
	margin-left:-10px;
}

.hoofdstuk {
	color:					#11663C;
	font-weight: 			bold;
}

#foto_frame {
	width:					160px;
	height:					200px;
	float:					right;
	clear:					both;
	background:				url(../images/foto.jpg);
	margin:					0px 10px 10px 15px;
	text-align:				center;
}

ul li {
	list-style-image:      url(../images/pijltje_klein.gif);
}

ol li {
    list-style-image:       none;
    list-style:             decimal;
    margin-left:            -10px;
}

#logo_both {
     text-align:            center;
     width:                 300px;
     position:              relative;
     top:                   10px;
     left:                  50%;
     margin-left:           -150px;
     margin-bottom:         20px;
}

/*______________________________________BUTTONS_____________ */

#button_left {
	float:					left;
	width:					30px;
	height:					25px;
}

#button_home {
	float:					left;
	width:					58px;
	height:					25px;
}

#button_overmij {
	float:					left;
	width:					78px;
	height:					25px;
}

#button_mediation {
	float:					left;
	width:					90px;
	height:					25px;
}

#button_conflict {
	float:					left;
	width:					155px;
	height:					25px;
}

#button_coaching {
	float:					left;
	width:					87px;
	height:					25px;
}

#button_documenten {
	float:					left;
	width:					106px;
	height:					25px;
}

#button_contact {
	float:					left;
	width:					73px;
	height:					25px;
}

#button_right {
	float:					left;
	width:					143px;
	height:					25px;
}

#body {
	float:					left;
	width:					740px;
	background:				url(../images/body_loop.png);
	background-repeat:		repeat-y;
	background-position:	center;
	padding:				0px 40px 40px 40px;
}

#footer {
	float:					left;
	width:					820px;
	height:					45px;
	background:				url(../images/footer.png);
	background-repeat:		repeat-y;
	background-position:	top;
	text-align:				center;
	padding-top:			6px;
	font-size:				10px;
}

.star {
	width:					6px;
	margin:					0 2px 5px 0;
}

#tmc_logo {
	float:					left;
	margin:					49px 0 0 30px;
	height:					50px;
	border:					none;
}
