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

body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x;
	font:13px Tahoma;
	color:#4b4b4b;
}

h1 {
	font:16px Tahoma;
	color:#4b4b4b;
	font-weight:bold;
	margin:0 0 15px 0;
}

h2 {
	font:16px Tahoma;
	color:#3fa2c3;
	font-weight:bold;
	margin:0 0 15px 0;
}

h3 {
	font:14px Tahoma;
	color:#4b4b4b;
	font-weight:bold;
	margin:0 0 15px 0;
}

ul {
	margin-bottom:20px;
	list-style-image:url(../images/li.gif);
}

p {
	margin:0 0 15px 0;
}

#site {
	width:980px;
	height:auto;
	margin:0 auto;
}

#header {
	width:980px;
	height:165px;
	background:url(../images/header.jpg);
}

#header-tekst {
	position:relative;
	left:43px;
	top:110px;
	font:14px Tahoma;
	line-height: 22px;
	color:#5e5d5d;
}
#header-tekst span {
	font:12px Tahoma;
	font-style: italic;
	color:#5e5d5d;
}

#menu {
	width:980px;
	height:42px;
	background:url(../images/menu.png);
	color:#cbcbcb;
}

#menu a{
	color:#cbcbcb;
	text-decoration:none;
}

#menu2 {
	float:left;
	display:inline;
	padding-top:7px;
	padding-left:71px;
	padding-right:20px;
}

#home{
	position:relative;
	float:left;
	left:73px;
	top:8px;
}

#algemeen{
	position:relative;
	float:left;
	left:158px;
	top:8px;
}

#diensten{
	position:relative;
	float:left;
	left:248px;
	top:8px;
}

#referenties{
	position:relative;
	float:left;
	left:335px;
	top:8px;
}

#referenties2{
	position:relative;
	float:left;
	left:425px;
	top:8px;
}


#content {
	width:952px;
	height:auto;
	background:url(../images/content.png) repeat-y;
	padding:20px 0px 20px 32px;
}

#content-tekst{
	width:700px;
	min-height:10px;
	float:left;
	line-height:23px;	
}

#content-tekst a{
	color:#4b4b4b;
}

#content-tekst2{
	width:228px;
	height:auto;
	float:left;
	padding-left:12px;
	line-height:23px;
}

#content-tekst3{
	width:250px;
	height:auto;
	float:right;
	border:1px solid red;
}

#content-tekst4{
	width:auto;
	height:auto;
	float:left;
}

#content-plaatje{
	position:relative;
	float:left;
	margin-bottom:15px;
}

#border {
	position:relative;
	width:967px;
	height:1px;
	left:6px;
	background:#cbcbcb;
}

#contact_col1 {
	position:relative;
	float:left;
	width:380px;
	height:320px;
}

#contact_col2 {
	position:relative;
	float:left;
	width:290px;
	height:320px;
}


#footer {
	width:958px;
	height:30px;
	background:url(../images/footer.jpg);
	padding:10px 0px 0px 22px;
	word-spacing:7px;
	color:#4f4e4e;
	font:11px Tahoma;
}

#footer2{
	float:left;
	display:inline;
	padding-left:11px;
	padding-right:10px;
}

.contentfoto img {
	margin-left: 25px;
	float: right;
}

.style1 {
	font-size:11px;
}

label
    {
    float: left;
    width: 75px;
    text-align: right;
    
    margin-right: 15px;
    }
	
input
    {
    background-color: #f5f5f5;
	width:300px;
	height:20px;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }

select
    {
    width: 120px;
    font-size: x-small;
    backgrodund-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }
	
textarea
    {
    width: 300px;
    height: 110px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }

.tekst_rechts {
	position:relative;
	float:left;
	padding:0 10px 0 15px;
}

.referentie {
	position:relative;
	float:left;
	width:211px;
	height:150px;
	padding:4px 5px 5px 5px;
	margin-left:8px;
	margin-bottom:8px;
	border:1px solid #CCCCCC;
}

.ref_tekst {
	position:relative;
	width:200px;
	height:auto;
	left:5px;
	top:4px;
	padding-top:5px;
	line-height:15px;
	font-size:11px;
	border-top:1px solid #CCCCCC;
	color:#6B6B6B;
}

.form_row {
	position:relative;
	width:300px;
	height:auto;
	line-height:normal;
}

.submit {
	background-color:#daedf4;
	height:25px;
	cursor:pointer;
}

