body {
	margin: 0;
	font: 12px Arial, sans-serif;
	text-align: center;
	background: url('../Webmasters/Images/bg_site.gif') center top no-repeat;
	}

table {
	font: 12px Arial, sans-serif;
	}

/*** style for common elements ***/

a {
	color: #d81e05;
	}
	
	a:hover {
		text-decoration: none;
		}

img {
	border: 0;
	}

input, select, textarea {
	font: 12px Arial, sans-serif;
	}

.clsButton {
	font-size: 11px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #ffb73a;
	}

.clsinvalid	{
	background: #ece8e8;
	}		

/*** style for headers ***/

h1 {
	color: #d81e07;
	font-size: 22px;
	}

/*** style for main table ***/

#main {
	margin: 5px auto 0 auto; padding: 0;
	width: 900px;
	}

#header {
	text-align: left;
	}

	#header a {
		display: block;
		width: 515px; height: 170px;
		background: url('../Webmasters/Images/Draijer-Bouw.png') left top no-repeat;
		}

		#header a span {
			display: none;
			}

.menu {
	background: #d81e05;
	}
		
.leftcolumn {
	vertical-align: top;
	padding: 10px;
	}

#addressinfo {
	vertical-align: bottom;
	padding: 10px;
	}

#app {
	padding: 10px 0 0 0;
	height: auto!important; min-height: 450px; height: 450px;
	text-align: left;
	}

#content {
	float: left;
	padding: 30px 50px 10px 50px;
	width: 660px!important; width: 760px;
	line-height: 18px;
	}

	#content.home {
		height: auto!important; min-height: 460px; height: 460px;
		background: url('../Webmasters/Images/bg_home.jpg') left top no-repeat;
		}

#flexpots {
	float: right;
	width: 130px;
	text-align: right;	
	}

	#flexpots a {
		display: block;
		margin-bottom: 6px;
		width: 95px; height: 95px;	
		background-position: left top;
		background-repeat: no-repeat;
		}

		#flexpots a span {
			display: none;
			}

/*** style for news ***/

.news {
	margin: 0; padding: 0;
	}

	.news dt {
		margin: 0; margin-bottom: 10px;
		color: #d81e05;
		font-weight: bold;
		font-size: 18px;
		}
				
	.news dd {
		margin: 0; padding: 0;
		}

/*** style for newsitems page ***/

.newsitem {
	margin: 10px 0; padding: 0 .5em;
	}

	.newsitem dt {
		margin: 10px 0;
		color: #d81e07;
		font-weight: bold;
		font-size: 14px;
		}

		.newsitem dt span {
			color: #000;
			font-size: 12px;
			}
				
	.newsitem dd {
		margin: 0; padding: 0;
		}

	.newsitem dd.last {
		margin-bottom: 25px;
		}				

/*** style for contact form ***/

#contactform {
	width: 100%;
	border: 0;
	}

	#contactform td {
		vertical-align: middle;
		}

/*** style for projects ***/

#imagelarge {
	float: left;
	margin: 0 10px 0 0; padding: 0;
	overflow: hidden;
	width: 510; height: 400px;
	}

#projectimages {
	float: right;
	margin: 0; padding: 0;
	list-style: none;
	}

	#projectimages li {
		margin: 0; padding: 0;
		border-bottom: solid 3px #fff;		
		}

		#projectimages li.last {
			border-bottom: none;		
			}

		#projectimages li a {
			display: block;
			overflow: hidden;
			width: 140; height: 80px;
			background-position: center center;
			background-repeat: no-repeat;
			}

		#projectimages span {
			display: none;
			}

/*** style for sitemap ***/

.sitemap dt {
		font-weight: bold;
		}

/*** style for footer ***/

#footer {
	clear: both;
	text-align: left;
	}

	#footer p {
		padding-bottom: 5px;
		text-align: right;
		border-bottom: solid 2px #d81e07;
		}

	#footer a {
		color: #000;
		text-decoration: none;
		}

	#footer img {
		margin-right: 15px;
		}
