@CHARSET "ISO-8859-1";

/*============================================================
RESET CSS
==============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, hr, iframe, a {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img, hr {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	}

strong {
	font-weight: bold;
}

a {
	outline: none;
	border: none;
}


body {
	background-image: url("layoutpix/body_bg.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: bold;
}

p {
	margin-bottom: 5px;
}

/**************************************************************
CONTAINERS
**************************************************************/
#main_container {
	width: 990px;
	margin: 0 auto;
}

#head_container {
	height: 100px;
	position: relative;
	margin-bottom: 20px;
}

#logo_container {
	width: 153px;
	height: 89px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#kop_menu {
	background-image: url("layoutpix/menubar_bg.png");
	position: absolute;
	bottom: 0px;
	right: 11px;
	width: 688px;
	height: 54px;
}

#footer_container {
	width: 978px;
	height: 58px;
	line-height: 52px;
	background-image: url("layoutpix/footer_bg.png");
	text-indent: 10px;
}

#content {
	position: relative;
}

/**************************************************************
MENU
**************************************************************/
#kop_menu_ul {
	float: right;
	margin-right: 30px;
}

#kop_menu_ul li {
	float: left;
	height: 44px;
	line-height: 44px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

#kop_menu_ul li a {
	color: #688b24;
	text-decoration: none;
}

#kop_menu_ul li a.active, #kop_menu_ul li a:HOVER {
	color: #fff;
}

#headline {
	color: #e67a77;
	position: absolute;
	left: 300px;
	top: 5px;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 13px;
}


/**************************************************************
ARTIKELS
**************************************************************/
.fp_article {
	width: 978px;
	height: 413px;
	background-image: url("layoutpix/frontpage_article_bg_dgreen.png");
	position: relative;
	margin-bottom: 15px;
}

.fp_content {
	width: 670px;
	position: absolute;
	left: 270px;
	top: 27px;
}

.fp_art_foto1, .fp_art_foto2 {
	position: absolute;
	/*padding: 5px;*/
	/*border: 2px ridge #999;*/
	width: 201px;
	height: 134px;
}

.fp_art_foto1 {
	left: 31px;
	top: 38px;
}

.fp_art_foto2 {
	left: 32px;
	bottom: 55px;
}

/**************************************************************
PORTFOLIO
**************************************************************/
.pf_item {
	width: 978px;
	height: 220px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
}

.pf_item.rood {
	background-image: url("layoutpix/portfolio_rood.png");
}

.pf_item.groen {
	background-image: url("layoutpix/portfolio_groen.png");	
}

.pf_item.dgroen {
	background-image: url("layoutpix/portfolio_dgroen.png");	
}

.pf_item.grijs {
	background-image: url("layoutpix/portfolio_grijs.png");	
}

.pf_item img {
	width: 232px;
	height: 148px;
	position: absolute;
	top: 32px;
	left: 38px;
}

.pf_item .content {
	width: 650px;
	position: absolute;
	left: 300px;
	top: 20px;
}


#pf_details {
	width: 978px;
	height: 458px;
	background-image: url("layoutpix/portf_details_bg.png");
	margin-bottom: 20px;
	position: relative;
}

#pf_det_img_cont, #pf_det_img_cont_overlay {
	width: 408px;
	height: 258px;
	position: absolute;
	top: 35px;
	left: 35px;
}	

#pf_det_img_cont img {
	width: 100%;
	height: 100%;
}

#foto_list img {
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
}

#pf_details .content {
	width: 460px;
	position: absolute;
	left: 485px;
	top: 25px;
}

#pf_details .content a, 
.pf_item a {
	color: #000;
	text-decoration: none;
	
}

#pf_details .content a:HOVER, 
.pf_item a:HOVER {
	color: #fff;
	text-decoration: underline;
}

#foto_car_cont {
	width: 930px;
	height: 80px;
	position: absolute;
	left: 21px;
	bottom: 42px;
}

#foto_balk {
	width: 840px;
	height: 80px;
	/*background-color: #f00;*/
	position: absolute;
	left: 45px;
	/*bottom: 42px;*/
	overflow: hidden;	
}

#foto_balk img {
	height: 70px;
	width: 110px;
	margin: 5px 5px;
	float: left;	
	position: relative;
	left:auto;
	top: auto;
}

#foto_balk ul {
	display: block;
	position: absolute;
	left: 0px;
	width: auto;
}

#foto_balk ul li {
	float: left;
	width: auto;
}

#foto_car_cont .verder {
	position: absolute;
	right: 0px; 
}

.verder a {
	display: block;
	right: 0px;
	text-align: right;
	margin-top: 5px;
	margin-right: 3px;
}

#foto_car_cont .terug {
	position: absolute;
	left: 0px;
}

.terug a {
	display: block;
	left: 0px;	
	margin-top: 5px;
	margin-left: 3px;
}

#foto_car_cont .verder a img, #foto_car_cont .terug a img {
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
}


/*links*/
#pf_det_img_cont_overlay a {
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
}

#pf_det_img_cont_overlay a:hover {
	background-color: #666;
}



/**************************************************************
CONTACT FORMULIER
**************************************************************/
.contactformulier input[type=text], .contactformulier textarea {
	width: 300px;
	border: 1px inset #999;
}

.contactformulier input[type=submit]{
	padding: 2px 10px;
	border: 2px outset #333;
}

.contactformulier td {
	height: 24px;
	line-height: 24px;
	padding: 2px;
}

.contactformulier td.omschrijving {
	width: 60px;
	color: #fff;
}

.contactformulier td.omschrijving.fout {
	/*color: #f00;*/
	background-color: #C50C0C;	
}




