html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 26px;
}
/* div, p, ul, li, */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background: #fff url(../images/bg-pagepattern.jpg) 50% 50% no-repeat fixed;
	color: #000000;
}

h1, h2 { color: #666; font-weight: normal; }
h1 {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 10px;
}
h2 { font-size: 16px; }

a {
	color: #000000;
}

h2 a {
	color: #666;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

img { border: 0; }

label { font-weight: bold; display: block; clear: both; color: #626262; }
input { border: 2px solid #cccccc; width: 240px; }
textarea { border: 2px solid #cccccc; width: 240px; height: 80px; }
button { border: 2px solid #cccccc; background: #626262; color: #FFFFFF; }
button span { line-height: 16px; }

form { margin-bottom: 20px; }

.column-left { width: 690px; float: left; }
.column-right { width: 260px; float: right; }
.home .column-right p { margin: 0; padding: 0; }

.error { border: 1px solid #FF0000; padding: 5px 10px; margin-bottom: 20px; }

#masterframe { }
body.twocolumns #masterframe { }

#pageframe {  }
#headerframe { background: transparent url(../images/bg-headerpageback.png) 0 0 repeat; }
#headerbackframe1 { background: transparent url(../images/bg-headerbarleft.png) 50% 0 no-repeat; }
#headerbackframe2 { background: transparent url(../images/bg-headerback.png) 50% 0 no-repeat; }
#header { position: relative; width: 1010px; height: 211px; margin: 0 auto; }
#header .logo { position: absolute; width: 332px; height: 96px; top: 41px; left: 4px; }
#header .photos { position: absolute; width: 645px; height: 204px; top: 0; left: 365px; }
#header .photosoverlay { position: absolute; width: 635px; height: 54px; top: 0; left: 365px; padding: 150px 10px 0 0; color: #fff; text-align: right; background: transparent url(../images/bg-header-photos-overlay.png) 0 0 no-repeat; }
#header .address { position: absolute; width: 350px; top: 174px; left: 0; line-height: 30px; font-size: 12px; text-align: center; }
#header .address a { text-decoration: none; }


#contentframe { }

#content { width: 1010px; margin: 0 auto; min-height: 400px; }
#content img { margin: 15px 15px 15px 15px; border: 2px solid #aaa; }
#content .column-left { width: 365px; float: left; background: transparent url(../images/bg-left-frame.png) 100% 0 no-repeat; }
#content .column-left ul { list-style: none; margin: 40px 70px 0 24px; padding: 0; }
#content .column-left ul li { margin: 0; padding: 0; padding-left: 35px; font-size: 19px; color: #666; line-height: 34px; }
#content .column-left ul li.selected,
#content .column-left ul li:hover { background: transparent url(../images/li-menu.png) 0 50% no-repeat; }
#content .column-left ul li a { display: block; color: #666; text-decoration: none; }
#content .column-right { width: 625px; float: right; padding-top: 40px; }

#content .column-right table td { text-align: center; }
#content .column-right table td div.imgtext { font-size: 10px; line-height: 12px; margin-top: -10px; }

.item-projecten h2 { margin-top: 20px; padding-top: 10px; border-top: 1px dashed #ccc; }

#footerframe { background: transparent url(../images/bg-footer-frame.png) 0 0 repeat-x; min-height: 300px; }
#footer {
	background: transparent url(../images/bg-footer-back.png) 0 0 no-repeat;
	width: 830px;
	height: 470px;
	padding: 148px 170px 10px 10px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 12px;
	position: relative;
	/*letter-spacing: 2px;*/
}
#footer .left {
	width: 550px;
	float: left;
}
#footer .right {
	width: 275px;
	float: right;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
#footer .left ul { margin: 2px 0 0; padding: 0; list-style: none; }
#footer .left ul li { float: left; margin-right: 60px; line-height: 28px; }
#footer .left li, #footer .left li a { color: #666; text-decoration: none; font-size: 14px; letter-spacing: 2px; }
#footer .left a:hover { text-decoration: underline; }
#footer p.siteby {
	color: #aaa;
	font-size: 10px;
	padding-top: 20px;
}
#footer p.siteby a {
	color: #aaa;
}

ul.imgfader {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	width: 645px;
	height: 204px;
}
ul.imgfader li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	float: left;
}
ul.imgfader li img {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 645px;
	height: 204px;
}

.newsitem .nreadmore { padding-bottom: 30px; }
.newsitem .nabout { padding-bottom: 30px; }


.clearer:after,
.column-left:after,
.column-right:after,
#footer ul:after,
#footer ul li:after,
p:after,
#content:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }