@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: "Arial", Verdana, Geneva, sans-serif;
}

h2 {
	font-size: 0.95em;
	color: #f8625c;
}

h3 {
	font-size: 0.95em;
	color: #f6af55;
}

h1 {
	font-size: 30px;
	color: #000;
	font-family: bellgothic;
	font-weight: bolder;
}

h3 {
	font-size: 0.95em;
	color: #f6af55;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #f8625c;
	text-decoration: underline;
}

a:active {
	color: #f8625c;
	text-decoration: none;
} 

#container {
	background-image: url(../images/logo_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#header {
	margin: 0px auto;
	width: 1024px;
	height: 70px;
	padding-top: 8px;
}

#menu {
    float: left;
    width: 786px;
	line-height: 69px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: inherit;
}

#menu li {
	display: block;
	float: left;
	width: 100px;
	height: 44px;
	border-right: 1px dotted #000;
}
	
#logodiv {
    float: right;
    width: 213px;
	margin-right: 25px;
}
	
#midden {
	width: 100%;
	background-color: #f5f1e6;
	border-top: 1px solid #adaca8;
	border-bottom: 1px solid #adaca8;
}

#banner {
	margin: 0px auto;
	width: 1024px;
	background-image: url(../images/gradient_midden.jpg);
	background-repeat: repeat-y;
}

#banner_active {
	background-image: url(../images/banner_2.jpg);
	height: 327px;
	color: #FFF;
	font-size: 0.85em;
}

#container_content {
	margin: 0px auto;
	width: 999px;
	padding-top: 25px;
	padding-left: 25px;
}

#content {
    float: left;
    width: 555px;
	text-align: justify;
	margin-right: 45px;
	line-height: 23px;
	font-size: 0.90em;
	padding-bottom: 25px;
}

#nieuws {
    float: right;
    width: 366px;
	line-height: 23px;
	font-size: 0.90em;
	text-align: justify;
	padding-right: 25px;
}

#usability {
  	float: left;
  	padding-top: 82px;
	padding-left: 90px;
	height: 244px;
  	width: 161px;
}

#huisstijl {
  	float: left;
  	padding-top: 82px;
	padding-left: 84px;
	height: 244px;
  	width: 187px;
}

#werkwijze {
  	float: left;
  	padding-top: 82px;
	padding-left: 37px;
	height: 244px;
  	width: 172px;
}

#offerte{
  	float: left;
  	padding-top: 82px;
	padding-left: 73px;
	height: 244px;
  	width: 152px;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #f5f1e6;
	border-top: 1px solid #adaca8;
}

#footer_middle {
	margin: 0px auto;
	width: 999px;
	background-image: url(../images/gradient_midden.jpg);
	background-repeat: repeat-y;
	/*height: 80px;*/
	line-height: 80px;
	padding-left: 25px;
	font-size: 0.80em
}

.leesverder {
	border: 0px;
}

.text_box {
	line-height: 23px;
	font-size: 0.90em;
	text-align: justify;
	padding: 7px;
	background-color:#f4eee0;
	color: #000000;
	border: 1px dotted #adaca8;
	margin-top: 10px;
}

.noborder {
	border-style: none;
}

/*	CONTACTFORMULIER */

.velden {
	background-image:url(../images/veld_bg.jpg);
	width: 369px;
	font-size: 14px;
	color: #000000;
	border: 1px dotted #adaca8;
	line-height: 20px;
	font-family: arial;
	height: 27px;
	padding-left: 6px;
}

.velden1 {
	background-image:url(../images/veld2_bg.jpg);
	width: 369px;
	font-size: 14px;
	color: #000000;
	border: 1px dotted #adaca8;
	line-height: 20px;
	font-family: arial;
	padding-left: 6px;
}

#contactformulier {
	width: 555px;
}

.naam {
display: block;
position: relative;
width: 170px;
height: 35px;
float: left;
}

.inputbox {
display: block;
position: relative;
width: 369px;
height: 35px;
float: right;
}

.inputbox_bericht {
display: block;
position: relative;
width: 369px;
height: 155px;
float: right;
}

#submit {
display: block;
position: relative;
width: 369px;
float: right;
}
