/**
 * By Peter Robinett (http://www.bubblefoundry.com) for Dick Huigens
 */
 
body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #8a898d;
	background-repeat: no-repeat;
}

a
{
	color: #8a898d;
	text-decoration: none;
}

#container
{
	padding-left: 20px;
	padding-top: 28px;
	margin: 0;
	margin-bottom: 14px;
}

#topdevices
{
	margin: -13px 0 0 -2px;
}

#topdevices img
{
	background-color: #fff;
	padding: 3px;
}

#header
{
	margin: 0;
	padding-top: 36px;
	margin-left: -2px;
	clear: both;
}

#header a
{
	background-color: #fff;
	padding: 2px;

}

#header a img
{
	text-decoration: none;
	border: 0;
}

h2
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
}

.sep
{
	font-weight: lighter;
}

#content
{
	margin: 0;
	margin-left: -2px;
	padding-top: 31px;
}

a:visited
{
	color: #8a898d;
}

.active
{
	color: #529216;
}

.active a
{
	color: #529216;
}

.active a:visited
{
	color: #529216;
}

#frontpagephoto {
	
	background: transparent url(../img/background.jpg) center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.column
{
	width: 400px;
	float: left;
	margin: 0;
	padding-right: 28px;
	padding-top: 5px;
}

.column p
{
	font-size: 11px;
	margin: 0;
	line-height: 15px;
	padding-bottom: 15px;
}

.column img
{
	max-width: 400px;
	width: auto;
	height: auto;
	padding-bottom: 15px;
}

.column:first
{
	margin-left: 0px;
}

.projectListEntry
{
	width: 185px;
	float: left;
	margin: 0;
	margin-left: -3px;
	margin-bottom: 28px;
	padding-right: 28px;
	padding-left: 0px;
}

.projectListEntry:hover a {
	color: #529216;
}

.projectListEntry:hover img {
	border: 1px solid #529216;
}

.projectListImage
{
	margin: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	float: left;
}

.projectListImage img {
	border: 1px solid #fff;
}


.projectListInfo
{
	float: left;
	width: 100px;
	height: 50px;
	padding-left: 4px;
	position: relative;
}

.projectListInfo h2
{
	font-size: 14px;
}

.projectListInfo .projectListTitle
{
	margin-top: 0;
	position: relative;
	top: 0;
}

.projectListYear
{
	position: absolute;
	bottom: -2px;
	font-size: 11px;
}

.projectListImage, .projectListInfo
{
	margin: 5px;
}

.projectImagePagination, .projectImageCredit
{
	font-size: 11px;
}

#leftColumn
{
	float: left;
}
#rightColumn
{
	float: right;
}

#projectsColumns
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.paging
{
	clear: both;
}

.vorige, .volgende
{
	font-weight: bold;
}

a:hover
{
	color: #529216;
}

.projectListEntry a:hover img
{
	border: 1px #529216 solid;
}

a img
{
	border: none;
}

.projects .images, .projects .description
{
}

.projects .images
{
	width: 740px;
	float: left;
	margin-right: 0px;
}

.projects .images .imagecontainer
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 28px;
}

.imagecontainer img
{	
	max-width: 740px;
	height: auto;
	width: auto;
	width: expression(document.geElementById('container').style.
	width > 740 ? "740px": "auto" );
}

.projectImageDetails
{
	margin-top: -14px;
}

.projects .description
{
	margin-left: 28px;
	width: 180px;
	height: 396px;
	float: left;
	position: relative;
}

.projects .description .title
{
	margin-bottom: 10px;
}

.projects .description h2, .projects .description p
{
	margin-top: 0;
	margin-bottom: 0.3em;
	padding-top: 0;
	padding-bottom: 0;
}

.projects .description p
{
	font-size: 11px;
}

.projects .description h2
{
	margin-bottom: 10px;
}

.projectImagePagination
{
	float: left;
}

.projectImageCredit
{
	float: right;
}

.projects .description .title p
{
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.projects .description .details
{
	position: absolute;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

.projects .description .details p
{
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 15px;
}

.projects .description .details p a
{
	color: #529216;
}

.input label, .input input
{
	float: left;
}

/* Contact Form */
.contactformulier
{
	width: 388px;
}

.contactformulier form
{
	padding:0 0 0 0;
	position:relative;
}

.contactformulier fieldset
{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.contactformulier form br
{
	clear:both;
}

.contactformulier legend
{
	display:none;
}

.contactformulier label
{
	clear:both;
	display:block;
	float:left;
	font-size:11px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	width:62px;
	padding-right: 28px;
}

.contactformulier input, .contactformulier textarea, .contactformulier select
{
	border:1px solid #8a898d;
	float:right;
	font-size: 11px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	width:296px;
}

.contactformulier textarea
{
	height:200px;
}

.contactformulier .submit input
{
	clear: both;
	float: right;
	border: none;
	background: none;
	width: auto;
	font-size: 11px;
	color: #8a898d;
	height: 16px;
}

.contactformulier .submit input:hover
{
	color: #529216;
}

.error
{
	font-size: 11px;
	color: #529216;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
