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


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c0c0c;
}
body {
	background-color: #e1e1e1;
	background-image: url(imagesweb/agrond.jpg);
	background-repeat: repeat-x;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
}
h1 {
	font-size: 2.2em;
    font-weight: lighter;
	font-variant: small-caps;
	margin: 0px 0px 4px 0px;	
}
h2{
	font-size: 12px;
    font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding-top:1em;	
}
img { border: none; } 


/**************************************************************************************************************************************
*	globaal
**************************************************************************************************************************************/
#header {
	width: 100%;
}
	
#holder{
	margin: 0 auto 0;
	top: 0px;
	width: 930px;
	height: 391px;
	left: 0px;
	background-image: url(imagesweb/index.jpg);
	background-repeat: no-repeat;
}
.tel{
	position: relative;
	top: 0px;
	width: 160px;
	height: 16px;
	left: 0px;
	font-size: 10px;
}
.tel a {
	color: #131313;
	text-decoration: none;
}
.tel a:hover {
	color: #131313;
	text-decoration: none;
}
.msg_list {
	position: absolute;
	font-size: 11px;
	color: #ffffff;
	margin: -18px 0px 0px 0px;
	padding: 0px;
	width: 930px;
	background-repeat: no-repeat;
}
.msg_head {
	padding: 0;
	height: 20px;
	cursor: pointer;
	position: relative;
	background-color:#d42b54;
	margin: 1px;
	text-align: center;
	line-height: 20px;
	width: 80px;
	margin-left: 424px;
}
.msg_body {
	background-image: url(imagesweb/trans.png);
	background-repeat: no-repeat;
	margin-top: -24px;
	height: 347px;
}
#content-netwerk{
	position: relative;
	top: 37px;
	width: 915px;
	height: 308px;
	left: 9px;
}

.netwerk-titel{
	width: 130px;
	height: 15px;
	line-height: 13px;
	font-size: 12px;
	color: #a5a4a4;
	position: absolute;
	left: 5px;
}
/*------------------------------------------------------- netwerk icons  -----------------------------------------------------------*/
.twit{
	width: 51px;
	height: 39px;
	line-height: 0px;
	position: absolute;
	left: 0px;
	top: 57px;
}

.linked{
	width: 51px;
	height: 39px;
	left: 110px;
	line-height: 0px;
	position: absolute;
	top: 57px;
}
.fm{
	float:left;
	width: 51px;
	height: 39px;
	left: 221px;
	line-height: 0px;
	position: absolute;
	top: 57px;
}
.fr{
	float:left;
	top: 57px;
	width: 51px;
	height: 39px;
	left: 166px;
	line-height: 0px;
	position: absolute;
}
.w3{
	width: 51px;
	height: 39px;
	left: 55px;
	line-height: 0px;
	position: absolute;
	top: 57px;
}

.media-titel{
	width: 130px;
	height: 15px;
	line-height: 13px;
	font-size: 12px;
	color: #a5a4a4;
	position: absolute;
	left: 329px;
}
.sp{
	float:left;
	top: 51px;
	width: 137px;
	height: 60px;
	left: 329px;
	line-height: 16px;
	position: absolute;
	font-size: 12px;
}
.sp a {
	color: #EF658E;
	text-decoration: none;	
}
.sp a:hover {
	color: #d33d62;
	text-decoration: none;
}
.com-titel{
	width: 196px;
	height: 15px;
	line-height: 13px;
	font-size: 12px;
	color: #a5a4a4;
	position: absolute;
	left: 5px;
	top: 139px;
}
.com{
	float:left;
	top: 188px;
	width: 137px;
	height: 40px;
	left: 5px;
	line-height: 16px;
	position: absolute;
	font-size: 12px;
}
.com a {
	color: #EF658E;
	text-decoration: none;	
}
.com a:hover {
	color: #d33d62;
	text-decoration: none;
}
.twits{
	width: 196px;
	height: 15px;
	line-height: 13px;
	font-size: 12px;
	color: #a5a4a4;
	position: absolute;
	left: 536px;
	top: 0px;
}

/*------------------------------------------------------- content onder  -----------------------------------------------------------*/
#wrapper {
	width: 100%;
	height: 799px;
}
#menu{
	position:relative;
	left:0px;
	top:337px;
	width:930px;
	height:29px;
}

#content {
	margin: 0px auto 0;
	width: 930px;
	background-image: url(imagesweb/content.jpg);
	background-repeat: no-repeat;
	background-color: #e1e1e1;
	height: 799px;
}


/*--------------------------------------------------------- Slideshow ------------------------------------------------------------*/

#big_wrap{
	position:relative;
	border: #333333 1px solid;
	left:25px;
	top:70px;
	width:406px;
	height:249px;
	z-index: 1;
	background-color: #232323;
}
#tekst_wrap{
	width: 116px;
	height:	100px;
	position: absolute;
	top: -3px;
	left: -3px;
	background-image: url(imagesweb/home-banner.png);
	z-index: 3;
}
#slider_wrap {
	border: #ffffff 1px solid;
	width: 375px;
	z-index: 2;
	height:	215px;
	overflow: hidden;
	position: relative;
	left: 14px;
	top: 16px;
}
.hidden
{
display: none;
}

#prevBefore
{
	position: absolute;
	left: -10px;
	top: 117px;
	z-index: 6;
	width: 20px;
	height: 33px;
}


#prevBefore img
{
    position: relative;
    cursor: pointer;
}


#prevNext
{
	position: absolute;
	left: 395px;
	top: 117px;
	z-index: 5;
	width: 20px;
	height: 33px;
}

#prevNext img
{
    position: relative;
    cursor: pointer;
}

/*--------------------------------------------------------- Content ------------------------------------------------------------*/
.rechtervak8 {
	position: relative;
	left: 26px;
	padding: 0px;
	top: 104px;
	width: 407px;
	height: 101px;
}
.recent{
	position: relative;
	top: 147px;
	width: 350px;
	height: 54px;
	left: 26px;
	font-size: 24px;
	line-height: 7mm;
}
#recentt{
	position: relative;
	top: 148px;
	width: 400px;
	height: 267px;
	left: 26px;
	line-height:16px;
}
.intro-groot3{
	position: absolute;
	top: 0px;
	width: 400px;
	height: 26px;
	left:0px;
}
.intro-klein3{
	position: absolute;
	top: 17px;
	width: 391px;
	height: 55px;
	left: 1px;
	color: #D32B53;
}
.mb{
	position: absolute;
	top: 78px;
	width: 397px;
	height: 82px;
	left: 1px;
}
.mb a {
	color: #D32B53;
	text-decoration: none;
}
.mb a:hover {
	color: #D32B53;
	text-decoration: underline;
}
.border{
	position: absolute;
	top: 155px;
	width: 400px;
	height: 20px;
	left: 0px;
	border-bottom: 1px dotted #999;
}
/*--------------- button huur mij  ----------------*/
.pg{
	position: absolute;
	background: url(buttons/butlink-1.jpg) 0 0 no-repeat;
	padding: 0px;
	top: 210px;
	width: 173px;
	height: 39px;
	left: 0px;
	text-indent: 2em;
}
a.pg
{
	display:block;
	width:173px;
	height: 39px;
	background:  url(buttons/butlink-1.jpg) 0 0 no-repeat;
	line-height: 37px;
	text-indent: 2em;
	color: #ffffff;
	text-decoration: none;
}
a.pg:hover {
	background: url(buttons/butlink-2.jpg) -173px 0;	
	color: #ffffff;
	text-decoration: underline;
}

#vakk {
	position: relative;
	left: 502px;
	top: -551px;
	width: 414px;
	height: 425px;
	line-height: 16px;
}
#vakk a {
	color: #ffffff;
	text-decoration: none;
}
#vakk a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#refs {
	position: relative;
	left: 502px;
	top: -548px;
	width: 408px;
	height: 267px;
}
#refs a {
	color: #D32B53;
	text-decoration: none;
}
#refs a:hover {
	color: #D32B53;
	text-decoration: underline;
}
.titel-refs{
	position: absolute;
	top: 0px;
	width: 350px;
	height: 28px;
	left: 0px;
	font-size: 24px;
	line-height: 7mm;
	color: #D32B53;
}
.samt{
	position: absolute;
	padding: 0px;
	top: 67px;
	width: 407px;
	height: 47px;
	left: 0px;
	line-height:16px;
	border-bottom: 1px dotted #999;
	background-color: #D3D3D3;
}
.lyt{
	position: absolute;
	padding: 0px;
	top: 127px;
	width: 407px;
	height: 62px;
	left: 0px;
	line-height:16px;
	border-bottom: 1px dotted #999;
	background-color: #D3D3D3;
}
.tout{
	position: absolute;
	padding: 0px;
	top: 202px;
	width: 407px;
	height: 62px;
	left: 0px;
	line-height:16px;
	background-color: #D3D3D3;
	border-bottom: 1px dotted #999;
}
.intro-groot{
	position: absolute;
	top: 0px;
	width: 414px;
	height: 26px;
	left:0px;
}
.intro-klein{
	position: absolute;
	top: 18px;
	width: 391px;
	height: 55px;
	left: 1px;
	color: #D32B53;
}
.introtekst{
	position: absolute;
	top: 81px;
	width: 410px;
	height: 112px;
	left: 1px;
}
.intro-groot2{
	position: absolute;
	top: 232px;
	width: 411px;
	height: 26px;
	left:0px;
}
.intro-klein2{
	position: absolute;
	top: 250px;
	width: 391px;
	height: 55px;
	left: 1px;
	color: #D32B53;
}
.b1{
	position: absolute;
	top: 311px;
	width: 412px;
	height: 81px;
	left: 0px;
}

	
/*-------------- lightbox laatste werk ----------------*/
.links55 {
	float: left;
	height: 104px;
	width: 201px;
}
a.links55
{
	display: block;
	width: 201px;
	height: 104px;
	background: url(imagesweb/v-1.png) 0 0 no-repeat;
}
a.links55:hover {background: url(imagesweb/v-2.png) -201px 0;}


.links6 {
	float: right;
	height: 104px;
	width: 201px;
}
a.links6
{
	display: block;
	width: 201px;
	height: 104px;
	background: url(imagesweb/v-3.png) 0 0 no-repeat;
}
a.links6:hover {background: url(imagesweb/v-4.png) -201px 0;}



/**************************************************************************************************************************************
*	footer
**************************************************************************************************************************************/

#footer {
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 422px;
	left: 0px;
	margin-bottom: 0px;
	background-image: url(imagesweb/afooter.jpg);
	background-repeat: repeat-x;
	top: 1289px;
	background-color: #111111;
	overflow: hidden;
}
