html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	overflow: auto;
}
body {
	margin:0px;
	padding:0px;
	background-color:#EEEEEE;
/*	background-image:url('images/body_bg.jpg');*/
	font-family:Calibri,Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:13px;
	color:#48454C;
	height:100%;
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	color:#1579C8;
	
}
h1 {
	font-size:20px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
	margin-bottom:0px;
}
a {
	color:#1579C8;
	text-decoration:none;
	/*font-weight:bold;*/
	 outline: none;
	 cursor:pointer;
}
a:hover {

	text-shadow: 0px 0px 2px #85C7F1;
}
a img {
	border:4px solid #EEE;
}
a img:hover {
	border:4px solid #1579C8;
}
	
.bigfont {
	font-size:15px;
	line-height:22px;
}
.head {
	background-color:#FFF;
}
.header {
	margin-top:20px;
	position:fixed;
	top:0;
	left:0;
	margin:0px;
/*	padding:5px;*/
	background-color:#1579C8;
	/*border-bottom:2px solid #C0C5C8;*/
	height:30px;
	width:100%;
	color:#EEEEEE;
}
.header a {

	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border:none;
}
.header a:hover {
	text-shadow: 0px 0px 6px #EEEEEE;
	color:#EEEEEE;
}
.menu .active a {
	color:#EEEEEE;
	text-shadow: 0px 0px 6px #EEEEEE;
}
.menu .nonactive a {
	color:#7DB0D4;
}
.submenu .nonclick{	
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	background-color:#EEE;
	padding:5px;
	font-size:15px;
	display:block;
}
.header img {
	border:none;
}
.header ul {
	margin:0px;
	padding:0px;
}
.header li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	margin-left:12px;
}
.header .menu {
	float:right;
}
.header .logo {
	float:left;
}

.logo img:hover {
	border: none;
}

.bg {
	background-color:#FFF;
}
.container {
	width:970px;
	margin:auto;
	padding-top:20px;
	padding-bottom:50px;
/*	margin-top:32px;*/
}
.submenu li {
	list-style:none;
}

.submenu a{
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	background-color:#EEE;
	padding:5px;
	font-size:15px;
	display:block;
}
.submenu .active a {
	background-color:#1579C8;
	color:#EEEEEE;
}
.submenu .nonactive a:hover {
	color:#EEEEEE;
	background-color:#1579C8;
}

.clear {
	clear:both;
	font-size:1px;
	height:0px;
	line-height:normal;
}

/* Submenu met plaatjes in li */
.liafspraak a { background-image:url('../images/afspraak_btn.png'); background-repeat:no-repeat; background-position:bottom right; }
.licontact a { background-image:url('../images/contact_btn.png'); background-repeat:no-repeat; background-position:bottom right; }
.liofferte a { background-image:url('../images/offerte_btn.png'); background-repeat:no-repeat; background-position:bottom right; }
.liafspraak a:hover { background-image:url('../images/afspraak_btn2.png'); }
.licontact a:hover { background-image:url('../images/contact_btn2.png'); }
.liofferte a:hover { background-image:url('../images/offerte_btn2.png'); }

.footer {
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	/*position:fixed;
	top:100%;
	margin-top:-30px;*/
	/*border-top:2px solid #C0C5C8;*/
	background-color:#eee;
}
.block {
	background-image:url('images/flow.png');	
	background-repeat:repeat-x;
	padding:5px;
	margin-right:20px;
	margin-top:20px;
	padding-bottom:0px;
}
.infobar {
	height:300px;
	width:100%;
	position:fixed;
	top:100%;
	margin-top:-300px;
	background-color:#FFF;
}
.voorpagina {
	background-color:#FFF;
	height:330px;
}
.infobar .block, .voorpagina .block {
	font-size:15px;
	line-height:22px;
	width:305px;
}
h1, h2 {
	padding-bottom:4px;
	border-bottom:2px solid #EEE;	
}
.infobar .block h2, .voorpagina .block h2 {
	padding-bottom:4px;
	border-bottom:2px solid #EEE;	
}
.block .inner {
	background-color:#FFF;
	padding:20px;
	min-height:110px;
}

.infobar .block .inner, .voorpagina .block .inner {
	padding-bottom:0px;
	min-height:200px;
}

.infobar .block .inner, x:-moz-any-link, .voorpagina .block .inner { min-height:220px; }

.in_het_kort li {
	list-style-image:url('../images/li_icon.png');
	margin-left:25px;
	margin-bottom:11px;
}
.vinkjes li {
	list-style-image:url('../images/li_icon.png');
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
}
.blog ul {
	padding:0px;
	margin:0px;
}
.blog li {
/*	list-style-image:url('http://www.redkiwi.nl/fileadmin/images/icon_checked.gif');
	margin-left:25px;*/
	list-style:none;
	padding-bottom:4px;
	margin-bottom:5px;
	border-bottom:2px solid #EEE;
}

.last {
	width:300px;
	margin-right:0px;
}
.leesmeer {
	text-align:right;
	padding:0 20px;
}

/* FORM */

.form_text{
	padding:2px;
	border:2px solid #EEEEEE;
	width:300px;
	font-family:Calibri, Arial;
	font-size:13px;
}

.form_text_focus{
	padding:2px;
	border:2px solid #1579C8;
	width:300px;
	font-family:Calibri, Arial;
	font-size:13px;
}

.form_text_error{
	padding:2px;
	border:2px solid #F33F33;
	width:300px;
	font-family:Calibri, Arial;
	font-size:13px;
}

.form_area{
	padding:2px;
	border:2px solid #EEEEEE;
	width:300px;
	height:50px;
	font-family:Calibri, Arial;
	font-size:13px;
	overflow:auto;
}

.form_area_focus{
	padding:2px;
	border:2px solid #1579C8;
	width:300px;
	height:50px;
	font-family:Calibri, Arial;
	font-size:13px;	
	overflow:auto;
}

.form_area_error{
	padding:2px;
	border:2px solid #F33F33;
	width:300px;
	height:50px;
	font-family:Calibri, Arial;
	font-size:13px;
	overflow:auto;
}

.form_submit2{
	padding:2px;
	border:2px solid #EEEEEE;
	cursor:pointer;
	font-family:Calibri, Arial;
	font-size:13px;
}

.form_submit{
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	background-color:#EEE;
	padding:5px;
	font-size:15px;
	cursor:pointer;
}
.form_submit:hover {
	background-color:#1579C8;
	color:#EEEEEE;
}

.custom-checkbox, .custom-radio {
	position: relative;
}
	
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 6px 0 5px 28px;
	margin: 0 0 0 -5px;
	cursor: pointer;
	outline:none;
}

.custom-checkbox label {
	background: url('images/checkbox.gif') no-repeat; 
}

.custom-radio label { 
	background: url('images/radiobutton.gif') no-repeat; 
}

.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -10px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline:none;
}

/*Tabs*/
.tabs{
	margin-top:25px;
	margin-bottom:50px;
}
.tabs a{
	font-size:16px;
	font-weight:bold;
	padding:2px 10px 2px 10px;	
}
.tabs .ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.tabs .li{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
}
.tabs .selected{
	background-color:#EEE;
	padding:2px 10px 2px 10px;
}

/*Module*/
.module{
	margin-bottom:25px;
}
.module p{
	margin:0px;
}
.module_img{
	width:50px;
	float:left;
	margin-right:20px;
}
.module_text{
	width:400px;
	float:left;
}
.module_text{
	margin:0px;
	padding:0px;
}

.quickscan li {
	list-style-image:url("../images/li_icon.jpg");
}
