/* ------------------------- 
Design: Jordy van Egmond  
Coding: Henk van der Plas
------------------------- */

body
{
background-image:url('images/main_bg.png');
background-repeat:no-repeat;
background-position:top center;
background-color: #000000;
font-style: regular; font-size: 12px; line-height: 1.2; font-family: Verdana;
color: #FFFFFF;
}

/* Begin Layout */

#social {
	height: 100px;
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -530px;
	top: 150px;
	overflow: hidden;
}

#social .twitter {
	margin-bottom: 20px;
}

.wrapper{
   margin: 0px auto;
   width: 960px;
   padding: 0 auto;
}

.header{
	float: left;
	width: 960px;
	height: 48px;
	text-align: right;
	margin-top: 78px;
}
.footer{
	float: left;
	width: 960px;
	height: 40px;
}

.portfolio_left{
	float: left;
	width: auto;
	height: auto;
}

.portfolio_right{
	float: right;
	width: auto;
	height: auto;
}

.divider{
   width: 960px;
   height: 60px;
}

.portfolio{
   /*background-image:url('images/bg_portfolio.png');
   background-reapeat: no-repeat;*/
   background-color: #b5aca5;
   border: 1px solid #ffffff;
   width: 958px;
   height: 498px;
   margin-top:66px;
}

.fotoframe{ 
   width: 960px;
   height: 500px;
   padding: 10px;
   position: relative;
}

.fotoframe img{ margin-right: 10px; margin-bottom: 10px;}

.vorigepagina{ 
   width: 960px;
   height: 50px;
   position: absolute;
   bottom: 20px;
   left: 5px;
}

.contact{
   background-image:url('images/bg_contact.png');
   background-reapeat: no-repeat;
   width: 958px;
   height: 498px;
   margin-top:66px;
   background-color: #b5aca5;
   border: 1px solid #ffffff;
}

.partners{
   background-image:url('images/bg_partners.png');
   background-reapeat: no-repeat;
   width: 958px;
   height: 498px;
   margin-top:66px;
   background-color: #b5aca5;
   border: 1px solid #ffffff;
}

.formulierframe{ 
   margin-top:-1px;
   margin-left:450px;
   width: 500px;
   height: 300px;
   background-color: transparent !important;
} 
.gegevensframe{ 
   margin-left:460px;
   width: 500px;
   height: 180px;
   padding:10px;
}

.gegevensframe_2{ 
   margin-left:460px;
   width: 500px;
   height: 180px;
   padding:10px;
}

/* Einde Layout */

/* Start Opmaak Details */

a:link{

color: #FFFFFF;

}

a:visited{

color: #FFFFFF;

}

a:hover{

color: #FFFFFF;

}

a:active{

color: #FFFFFF;

} 

/* Einde Opmaak Details */
