body{
	padding: 0;
	margin: 0;
	background-color: #e3e4e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

#container{
	width: 100%;
	height: 435px;
	margin: 0 auto;
	margin-top: 40px;
}

#logo_wrap{
	width: 1000px;
	height: 150px;
	margin: 0 auto;
}

#logo{
	width: 740px;
	height: 150px;
	margin: 0 auto;
}


#content_wrap{
	width: 980px;
	height: 330px;
	clear: both;
	padding: 10px;
	margin: 0 auto;
	background-image: url(../img/content_bg.png);
}

#image_div{
	width: 330px;
	height: 290px;
	float: left;
}

.border{
	width: 1px;
	height: 100%;
	float: right;
	margin-left: 20px;
	
	border-left: 1px solid #CCCCCC;
}

#contact_div{
	width: 190px;
	height: auto;
	float: right;
	margin-left: 10px;
	color: #999999;
	
	padding-right: 13px;
	text-align: right;
	line-height: 20px;
}

#content{
	width: 615px;
	height: 270px;
	float: left;
	padding: 10px;
	margin-left: 10px;
	overflow: auto;
}

#navbar{
	width: 100%;
	height: 39px;
	clear: both;
	background-image: url(../img/navbar_bg.png);
}

#navbar_items{
	width: 650px;
	height: 39px;
	float: right;
	margin-right: 30px;
}

#navbar_items a{
	height: 39px;
	/*text-indent: -9000;?*/
	display: block;
	float: left;
}

#overons{
	width: 87px;
	height: 39px;
	background-image: url(../img/navbar/overons.png);
}

#referenties{
	width: 95px;
	height: 39px;
	background-image: url(../img/navbar/referenties.png);
}

#diensten{
	width: 86px;
	height: 39px;
	background-image: url(../img/navbar/diensten.png);
}

#contact{
	width: 86px;
	height: 39px;
	background-image: url(../img/navbar/contact.png);
}

#sollicitatie{
	width: 1px;
	height: 1px;
}

#links{
	width: 75px;
	height: 39px;
	background-image: url(../img/navbar/links.png);
}

#NAW{
	width: 300px;
	line-height:20px;
}
#NAW input {
	width: 280px;
}

#opmerkingen{
	float: right;
	line-height:19px;
}

#opmerking_input{
	height: 152px;
	width: 280px;
}

#upload{
	width: 300px;
	line-height:19px;
}

.form_bar{
	height: 45px;
	float: left;
}

.opmerking_bar{
	height: 180px;
	float: left;
}

.upload_bar{
	height: 90px;
	float: left;
}

.ref_left{
	width: 280px;
	float: left;
}

.ref_right{
	width: 280px;
	float: left;
	margin-left: 50px;
}

table#diensten_table{
	float: left;
}



a#overons:hover, 
a#referenties:hover,
a#diensten:hover, 
a#contact:hover,
a#sollicitatie:hover,
a#links:hover{
	background-position: 0 -39px;
}



img{
	border: none;
}

a{
	outline: none;
}

#content h1{
	font-size: 18px;
	font-weight: bold;
	color: #373839;
	margin-top: 20px;
	margin-bottom: 18px;
}

#content h2{
	color: #373839;
}

a{
	color:#666666;
	text-decoration: none;
}

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

a.terug_link{
	text-decoration: underline;
}

#footer {
	width: 980px;

	padding-top: 5px;
	margin: 0 auto;
	text-align: right;
}
#footer a {
	color: #555;
}