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

/***
***ALGEMEEN***
***/

body {
	background: #b8da37 url(background.gif) repeat-x top;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 120%;
	height: 100%;
	
	margin: auto;
	padding: 0;	
}

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

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

span {
	font-weight: bold;
}

h1 {
	color: #B7D934;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	color: #3D4278;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/***
***CONTAINER***
***/

#container {
	background: url(background.png) repeat-y bottom center;
	
	height: 100%;

	float: left;
	width: 778px;
	padding: 10px 34px;
}

#all {
	margin: auto;
	padding: 0;
	width: 823px;
	height: 100%;
}

/***
***COMPANY_NAME***
***/

#company_name {
	display: block;
	background:url(logo.gif) no-repeat top left;
	height: 76px;
	width: 500px;
	margin: 0 0 0 40px;
	padding: 0;
	text-indent: -1500em;
}

/***
***MENU***
***/

#menu {
	background:url(menu_line.gif) repeat-x bottom;
	width: 750px;
	height: 60px;
	
	margin: 0 12px 0 14px;
	padding: 0;
	
	float:left;
}

#menu ul {
	padding: 0;
	margin: 0 0 0 20px;
}

#menu a {
	display: block;
	text-indent: -1500em;
	margin:  0 10px 0 0;
	padding: 0;
	width: 106px;
	height: 40px;
}

#menu li {
	list-style: none;

	margin: 0;
	padding: 0;

	float: left;
}

#over_ons a {
	background:url(menu_item_over_ons.gif) no-repeat bottom;
}

#over_ons a:hover {
	background:url(menu_item_over_ons_hover.gif) no-repeat top;
}

#home a {
	background:url(menu_item_home.gif) no-repeat bottom;

}

#home a:hover {
	background:url(menu_item_home_hover.gif) no-repeat top;
}

#diensten a {
	background:url(menu_item_diensten.gif) no-repeat bottom;

}

#diensten a:hover {
	background:url(menu_item_diensten_hover.gif) no-repeat top;
}

#contact a {
	background:url(menu_item_contact.gif) no-repeat bottom;
}

#contact a:hover {
	background:url(menu_item_contact_hover.gif) no-repeat top;
}

#portfolio a {
	background:url(menu_item_portfolio.gif) no-repeat bottom;
}

#portfolio a:hover {
	background:url(menu_item_portfolio_hover.gif) no-repeat top;
}

/***
***BLOCK_TOP***
***/

#block_top {
	background: #f8fbeb;
	border: solid 1px #898888;
	
	float: left;
	margin: 0 12px 0 14px;


	min-height: 100px;
	width: 748px;
}

.block_portfolio h1 {
	color: #3d4278;
	font-weight:bold;
	font-size: 12px;
}

.block_portfolio {
	background: url(news_line.gif) no-repeat left bottom;
	font-size:10px;
	width: 225px;
	float: left; 
	padding: 10px;
}

.block_portfolio a {
	font-weight:bold;
	color: #abd30f;
	margin: 0;
	padding: 0;
}
.block_portfolio img {
	float: left;
}
.block_portfolio p {
	margin-left: 75px;
}

/***
***BLOCK_LEFT***
***/

#block_diensten_top {
	background:url(block_top.gif) top no-repeat;
	float: left;
	width: 221px;
	margin: 13px -10px 0 25px;
	padding-bottom: 11px;
}

#block_diensten a {
	float: right;
	}

#block_diensten {
	font-size: 10px;

	background: url(block_bottom.gif) no-repeat bottom;
	margin-top: 11px;
	
	min-height: 250px;
	
	padding: 0 10px 10px 10px;
}

#block_diensten h1 {
	color: #3d4278;
	font-size: 14px;
	text-align: center;
	
	margin: 0;
	padding: 0;
	
	border-bottom: solid 1px #666666;
}

#block_diensten h2 {
	font-size: 10px;
}

#block_diensten img {
	margin: 5px;
}

.right {
	float:right;
}

.left {
	float: left;
}

/***
***CONTENT***
***/

#content_home {
	background: url(home_roos.jpg) center top no-repeat;
	padding: 150px 0 0 0;
	width: 495px;
	float: left;
	line-height: 140%;
	margin: 5px 0 0 20px;
}

#content_over_ons {
	padding: 20px;
	width: 690px;
	float: left;
	line-height: 140%;
	margin: 0 0 0 20px;
}

#content_diensten_left {
	padding: 20px;
	width: 320px;
	float: left;
	line-height: 140%;
	margin: 0 0 0 20px;
}

#content_diensten_right {
	padding: 20px;
	width: 320px;
	float: left;
	line-height: 140%;
	margin: 0 0 0 20px;
}

#content_contact {
	padding: 20px;
	width: 690px;
	float: left;
	line-height: 140%;
	margin: 0 0 0 20px;
}

#content_portfolio {
	padding: 20px;
	width: 690px;
	float: left;

	line-height: 140%;
	margin: 0 0 0 20px;
}

.website_name {
	margin: 10px;
	float: left;
}

#content_portfolio_page img{
	float: left;
	margin: 5px;
}

#content_portfolio_page {
	padding: 20px;
	width: 690px;
	float: left;

	line-height: 140%;
	margin: 0 0 0 20px;
}

.portfolio_item h2 {
	font-size: 12px;
}

.portfolio_item {
	padding: 5px;
	font-size: 11px;
}

.portfolio_item img{
	float: left;
	margin: 10px 10px 15px 10px;
}

.portfolio_item a{
	float: right;
	margin: 5px;
}
/***
***BLOCK_BOTTOM***
***/

#block_bottom {
	background: url(menu_line.gif) top repeat-x;
	
	float: left;
	margin: 0 12px 0 15px;


	min-height: 130px;
	width: 749px;
}



.block_bottom_content {
	font-size:10px;
	width: 225px;
	margin-left: 3px;
	float: left; 
	padding: 30px 10px 0 10px;
	min-height: 100px;
	
	text-align: center;
}

.block_bottom_content h1{
	font-family: "Arial Rounded MT Bold", Verdana;
	font-size: 30px;
	color:#999999;
	font-style: normal;
}

.block_bottom_content a img{
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}
