/*
Theme Name: mProvement
Theme URI: http://www.mprovement.nl
Description: WordPress theme
Version: 1.0
Author: Emiel Kamzol
Author URI: http://www.mprovement.nl
*/



body {
	font-size: 62.5%;
	font-family : Arial, Trebuchet MS;
	color : #000;
	text-align : center;
	margin : 0;
	padding : 0;
	background : #fff url(images/body_bg.png) repeat-x;
}

img {
	border:0; 
}
small {
	font-size:1em;
}
#page {
	margin : 0 auto;
	padding : 0;
	width : 1021px;
	text-align : left;
}

#header {
	margin : 10px auto;
	padding : 0 0 20px 0;
	height : 80px;
	width : 1021px;

}

#header img {
	margin:15px 0 0 10px;
	border:0; 
	float:left;
}

#header ul {
	float:right;
	list-style-type:none;
	height:30px;
	margin:10px 0 0 0;
	display:table-cell; 
}

#header ul li {
	padding:0 10px 0 10px;
	color:#8d8987;
	float:left;
	height:30px;
	font-size:12px;
	font-weight:bold;
}

#header .input {
	margin:0;
	padding:0;
	width:210px;
	float:left;
	background : url(images/search_bg.png) no-repeat 0 0;
}
#header label {
	float:left;
	margin:1px 10px 0 0;
}
#header #s {
	border:0;
	width:140px;
	padding:0 12px 0 5px;
	margin:0;
	background:transparent;
	height:22px;

}

#searchsubmit {
	float:right;
	padding:0;
	margin: 0;
	background : transparent url(images/search_button.png) no-repeat top left;
	border:0;
	width:39px;
	height:23px;
}
#header ul li a {
	color:#8d8987;
	text-decoration:none;
}
#header form {
	display:inline;
	margin:0;
	padding:0;

}
#menu {
	display:block;
	padding:0 0 0 10px;
	margin:0;
	background : #fff url(images/menu_bg_2.png) no-repeat top left;
}
#menu ul {
	list-style-type:none;
	float:left;
	padding:0 20px;
	margin:0;
	height:98px;
}

#menu ul li {
	float:left;
	text-align:center;
	width:125px;
	padding:0;

}

#menu ul li:hover {
	background : url(images/menu_hover_bg.png) no-repeat top left;
}

#menu ul li a {
	display:block;
	color:#dddddd;
	font-size:15px;
	text-decoration:none;
	padding:41px 0;
	font-weight:500;
	background : url(images/menu_divider.png) no-repeat right 42px;
}
#menu ul li a:hover {
	color:#fff;
}
#menu ul li a.nodivider{
	background:none;
}
#menu ul ul {
	background : url(images/menu_sub_bg.png) no-repeat bottom left;
	padding:5px 15px 10px 15px;
	margin:0;
	position: absolute;
	top: 98px;
	left: 0px;
	width: 200px;
	display: none;
	z-index:5;
	float:none;
	height:auto;
}

#menu ul ul li {
	float:none;
	padding:5px 0 5px 0;
	margin:0;
	display: block;
	width:auto;
	text-align:left;
	background:url(images/menu_sub_divider.gif) repeat-x bottom left; 
}

#menu ul ul li:hover {
	background : url(images/menu_sub_divider.gif) repeat-x bottom left;
}

#menu ul ul li.nodivider {
	background:transparent;
}
#menu ul ul li a {
	font-weight:normal;
	font-size:12px;
	text-indent:inherit;
	color: #dedede;
	background:transparent;
	border:0;
	padding:0 5px;
	
}

/*#menu ul li:hover ul {
	display: block;
	z-index:5;
}*/


#menu ul li:hover ul {
	display: block;
	z-index:5;
}
#menu ul li {
	position: relative;
}

#menu ul ul,
#menu ul li:hover ul ul {
	display: none;
}
#menu ul.customer {
	margin:0 30px 0 0;
	padding:0;
	float:right;
}

#breadcrumbs {
	margin:0 0 0 290px;
	display:block;
}
#breadcrumbs a {
	color:#C00F32;
}
.content-wrapper {

	text-align:left;
	padding:0 20px;
}
.content-wrapper a {
	color:#c00f32;
}
#content {
	float:left;
	padding : 0 15px 0 15px;
	width:476px;
	background : #fff url(images/wrapper_bg.png) repeat-y top right;
}

#content.homepage {
	width : 415px;
	padding : 0 20px 0 15px;
	background : #fff;
}

#content p {
	text-align:justify;
	font-size:12px;
	line-height:1.5em;
	}
	
#content h1, #content h2 {
	font-family:Franklin Gothic Medium Cond, Arial;
	font-weight:normal;
	font-size:2.4em;
	letter-spacing:0.5px;
	color:#484440;
	margin:0;
	padding:0 0 16px 0;
	}
#content h3 {
	margin:0;
	padding:10px 0;
	display:block;
	font-size:14px;
	color:#BE1034;
}

#content h4, #content h5, #content h6 {
	margin:0;
	padding:10px 0;
	display:block;
	font-size:14px;
	color:#484440;
}
#content strong {
	font-size:1.2em;
}
#content a {
	color:#c00f32;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

#content ul, #content ol {
	font-size:12px;
}

#content ul li, #content ol li {
	padding:1px 0;
	line-height:1.4em;
}
#content ul li {
	list-style-image:url(images/content_listing.png);
}

#content ul.nostyle li {
	list-style-image:none;
}
#sidebar {
	padding : 0 15px 0 15px;
	float:left;
	width:225px;
}

#sidebar h4 {
	border-bottom:1px solid #8d8987;
	padding:0 0 16px 0;
	margin:0;
	font-family:arial;
	font-size:16px;
	color:#484440;
}

#sidebar .menu {
	list-style-type:none;
	margin:0 0 25px 0;
	padding:0;
}

#sidebar .menu li {
	font-size:12px;
	margin:0 0 1px 0;
	padding:6px 10px 7px 10px;
	border-bottom:1px dotted #484440;
}
#sidebar .menu li:hover {
	background: url(images/sidebar_li_hover.png) no-repeat top left;
}
#sidebar .menu li.current_page_item {
	background: url(images/sidebar_li_active.png) no-repeat top left;
	font-weight:bold;
}
#sidebar .menu li a{
	display:block;
	color:#484440;
	text-decoration:none;
}
#sidebar .menu li a:hover{
	text-decoration:underline;
	}
.diensten {
	padding : 0 20px 0 20px;
	float:left;
	width:271px;
	display:block;
}
.diensten h3 {
	padding:4px 0 20px 10px;
	margin:0;
	letter-spacing:1px;
	font-size:1.8em;
	color:#8d8987;
	background : transparent url(images/diensten_top_bg.png) no-repeat 0 36px;
}
.diensten h4 {
	font-size:1.8em;
}
.diensten ul {
	list-style-type:none;
	margin:0;
	padding:0 15px;
	background : #ebebeb url(images/diensten_bot_bg.png) no-repeat bottom left;
}
.diensten ul li {
	clear:both;
	padding:15px 0 15px 0;
	font-size:11px;
	line-height:1.6em;
	color:#484440;
	background:transparent url(images/diensten_divider.png) repeat-x bottom left;
}
.diensten ul li.nodivider {
	background:transparent;
	}
.diensten ul li p {
	display:block;
}
.diensten ul li strong {
	padding:0;
	margin:0;
	display:block;
	font-size:12px;
}
.diensten ul li img {
	padding:0 15px 20px 0;
}

.rightbar {
	float:left;
	padding:0 0 0 20px;
	width:179px;
	font-size:11px;
}

.rightbar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.rightbar ul li a {
color:#484440;
}
.rightbar h4.widgettitle {
	background:transparent url(images/rightbar_header_bg.png) repeat-x bottom left;
	padding:2px 0 18px 0;
	margin:0;
	font-family:arial;
	font-size:18px;
	color:#484440;
}
.widget {
	color:#484440;
}

.rightbar ul li ul {
	padding:0 0 25px 0;
}
.widget_recent_entries ul li {
	padding:5px 0;
	border-bottom:dotted 1px #c9c9c9;
}

.widget ul li a {
	color:#484440;
	text-decoration:none;
}
.widget_recent_entries ul li a:hover {
	text-decoration:underline;
}

.widget_accreditatie ul li {
	padding:10px 0 0 0;
}
.widget_rss h4 a {
	color:#484440;
	text-decoration:none;
}

.widget_rss h4 a:hover {
	color:#8d8987;
}
.widget_rss ul li {
	padding:5px 0;
	border-bottom:dotted 1px #c9c9c9;
}
#twitter_update_list li {
	padding:5px 0;
	border-bottom:dotted 1px #c9c9c9;
}
#twitter_update_list a:hover {
	text-decoration:underline;
}
.widget_rss ul li a:hover {
	text-decoration:underline;
}

.widget_social ul li {
	float:left;
	padding:10px 0 0 0;
}

.widget_social img, .widget_accreditatie img {
	padding:0 5px 0 0;
	}

#sidebar .left_widgets {
	color:#484440;
	float:left;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
	font-size:11px;
}


#sidebar .left_widgets h4 {
	border:0;
	background:transparent url(images/rightbar_header_bg.png) repeat-x bottom left;
	padding:0 0 16px 0;
	margin:0;
	font-family:arial;
	font-size:16px;
	color:#484440;
}
#sidebar .left_widgets h4 a {
	color:#484440;
}
#sidebar .left_widgets li {
padding:0 0 5px 0;
}
#sidebar .left_widgets li ul {
	list-style-type:none;
	margin:0;
	padding:0 ;
}

#sidebar .left_widgets ul li a {
	color:#484440;
}
.accreditatie img {
	padding:10px 0 0 0;
}

.referentie {
	text-align:justify;
}
.referentie img {
	padding:10px 0 0 0;
	width:170px;
	display:block;
	clear:both;
}


.textwidget {
	padding:5px 0;
	margin:0 0 20px 0;
}
.referenten {
	display:block;
	clear:both;
	padding:20px 0;
	margin:0 25px 0 15px;
	background:transparent url(images/referenten_bot_bg.png) repeat-x 0 280px;
}

.referenten h4 { 
	background:transparent url(images/rightbar_header_bg.png) repeat-x bottom left;
	font-family:Franklin Gothic Medium Cond, Arial;
	font-size:20px;
	font-weight:normal;
	color:#484440;
	padding: 0 0 10px 0;
}
.referenten ul {
	list-style-type:none;
	margin:0;
	padding:0 0 15px 0;
	height:155px;
}
.referenten ul li {
	float:left;
	margin:0;
	padding:10px 15px;
	width:205px;
	height:135px;
	font-size:11px;
	text-align:justify;
	color:#484440;
	line-height:1.6em;
}

.referenten ul li:hover {
	background:transparent url(images/referenten_li_bg.png) repeat-x top left;
	color:#000;
}
.referenten ul li img {
	width:200px;
	height:50px;
	display:block;
	clear:both;
}

.referenten p {
	padding:5px 0 0 0;
	clear:both;
	display:block;
	text-align:right;
	font-size:16px;
}

.referenten p a{
	color:#8d8987;
	font-weight:bold;
	text-decoration:none;
}
#footer {
text-align:left;
	height:60px;
	padding:70px 0 0 0;
	clear:both;
	background:transparent url(images/footer_bg.png) repeat-x top left;
}
#footer div {
	margin:0 auto;
	width:1021px;
}
#footer ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}

#footer ul li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:0 25px;
	border-right:1px solid #fff;
}
#footer ul li a{
	color:#fff;
	text-decoration:none;
}

#footer .nodivider {
	border:none;
}


img.centered {
	display : block;
	margin-left : auto;
	margin-right : auto;
}
img.alignright {
	padding : 4px;
	margin : 5px -5px 15px 10px;
	display : inline;
}
img.alignleft {
	padding : 4px;
	margin : 5px 10px 15px -5px;
	display : inline;
}
.alignright {
	float : right;
}
.alignleft {
	float : left;
}


.wpcf7-form {
	margin : 20px 0 0 0;
}

.wpcf7-form label {
	width : 10em;
	float : left;
	text-align : right;
	margin-right : 0.5em;
	display : block;
}

.wpcf7-form .submit input {
	margin-left : 4.5em;
}

.wpcf7-form input {
	color : #333;
	background : #fff;
	border:1px solid #DBDFE6;
}

.wpcf7-form select {
	color : #333;
	background : #fff;
	border : 1px solid #333;
}

.wpcf7-form input.submit {
	color : #333;
	background : #fff;
	float : right;
	margin : 0 80px 0 0;
	width : 131px;
	border:1px solid #DBDFE6;
}

.wpcf7-form fieldset {
	border : none;
	border-top : 1px solid #BE1034;

}

.wpcf7-form legend {
	color : #333;
	border : 0;
	padding : 2px 6px;
	font-size : 1.4em;
	font-weight : bold;
}

.wpcf7-form textarea {
	color : #333;
	background : #fff;
	width : 262px;
	border:1px solid #DBDFE6;
}