/*
CSS3 Script: v0.1
Status: W.I.P.
Author: A.I.M. - Action in Marketing
Author URL: http://www.aim.nu/
Description: Layout Stylesheet Ponton verhuur - De Rijk B.V.
Date: 18-06-2012
Copyright (c) 2012, Ponton verhuur - De Rijk B.V. All rights reserved.
*/


body {
	background: #787878;
	}
	
p, td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #615336;
	line-height: 17px;
	}

h1 	{
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
	}

h2 {
	font-family: calibri;
	font-size: 12px;
	font-weight: bold;
	color: #A29A84;
	line-height: 14px;
	}
h3 	{
	font-family: Calibri;
	font-size: 22px;
	font-weight: bold;
	}
h4 	{
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 5px;
	}
h5 {
	font-family: calibri;
	font-size: 12px;
	font-weight: bold;
	color: #A29A84;
	line-height: 17px;
	}	
a:link, a:visited {
	color: #d17d37;
	text-decoration: none;
	}
	
a:hover, a.active {
	color: #5E5238;
	text-decoration: none;
	}

.clear {
	clear: both;
	}

.orange {
	color: #D17D37;
	}
	
table {
	margin: 5px 0;
	}
	
	td {
		padding-right: 15px;
		}
	
/*** structure ***/	

#wrapper {
	width: 960px;
	position: relative;
	margin: 50px auto;
	background: #fff;
	}
	
#header {
	width: 960px;
	height: 140px;
	background: url("../images/header-bg.jpg") no-repeat;
	}
	
#sidebar {
	width: 192px;
	height: 680px;
	background: #a19982 url("../images/sidebar-bg.jpg") no-repeat;
	background-position:bottom; 
	float: left;
	}
	
#content-left {
	width: 576px;
	/*height: 540px;*/
	background-position:bottom;
	float: left;
	background-color: #eae8e5;
	background-repeat: no-repeat;
	border: 0px dashed #FF0000;
	}
#wrapper #content-left #lefttekst {
	padding: 10px;
	width: 556px;
	/*height: 88px;*/
}
#wrapper #content-left #leftafbeeldingen {
	width: 575px;
	/*height: 432px;*/
	padding-left: 1px;
	padding-bottom:15px;
}
#wrapper #content-left #leftafbeeldingen .linksvakken {
	height: 330px;
	width: 175px;
	background-color: #d4d0c6;
	float: left;
	margin-left: 12px;
	margin-bottom: 12px; 

}
#wrapper #content-left #leftafbeeldingen .linksvakken .vakafbeelding {
	height: 116px;
	width: 158px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#wrapper #content-left #leftafbeeldingen .linksvakken .vaktekst {
	width: 158px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content-right {
	width: 384px;
	height: 680px;
	background: #fff url("../images/content-right-bg.jpg") no-repeat;
	background-position:bottom; 
	float: right;
	}
	
#footer {
	width: 960px;
	height: 25px;
	background: #f8e63e;
	}
	
	#footer p {
		font-size: 10px;
		text-transform: uppercase;
		padding: 4px 0 0 15px;
		}
#wrapper #ondervak {
	width: 576px;
	height: 140px;
	background-color: #a39b85;
	float: left;
	border: 0px dashed #FF0000;
}




#lefttekst .intro p {
	font-family: calibri;
	font-size: 12px;
	font-weight: bold;
	color: #A29A84;
	line-height: 17px;
	}	

#leftafbeeldingen h2 	{
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 5px;
	color: #000;
}

#leftafbeeldingen img {
	width: 158px;
	height: 116px;
}

#leftafbeeldingen .caption {
	font-size: 12px;
	font-family: Calibri, Arial;
	float: left;
	width: 70px;
	font-weight: bold;
	color: #000;
}

#leftafbeeldingen .value {
	font-size: 12px;
	font-family: Calibri, Arial;
	float: left;
	width: 88px;
	color: #615336;
	height: 16px;
	overflow: hidden;
}

#leftafbeeldingen .vaktekst p {
	margin-top: 6px;
}

#leftafbeeldingen .vaktest p a {
	font-weight: bold;
}