/* KLEUREN */
/*
blauw-groen logo:#128C91;
*/
/* Force scrollbars */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
/* Disable outline */
a:active, a:focus {
    outline: none;
}
body, html {	
	height: 100%;
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	line-height: 16px;
	background: url(../img/bg.gif) #001D1E no-repeat center -20px;
}
#container {
	width: 100%;
	text-align: left;
	background:url(../img/bg_header.png) repeat-x center 160px;
}
#header, #content, #footer {
	width: 900px;
	margin: 0 auto;
}
#header .logo img{
	margin: 20px 0 20px 0;	
}
#header .headerFlash{
	margin: 0 0 40px 0;	
}
#header .icon25jaar {
	position:absolute;
	z-index: 10;
	margin: 260px 0 40px 770px;	
}
#content {
	padding: 0 0 50px 0;
}
#content strong{
	color: #FFF;
}
#content .contactRight{
	padding: 0;
	margin: 20px 0 0 0 ;
}
#content .contactRight li{
	list-style:none;
	line-height: 32px;
	border-bottom: #666 dotted 1px;	
	border-top: #666 dotted 1px;
}
#content .mainContent{
	width: 550px;
	margin: 0 0 20px 25px;
	color:#999;
	line-height: 18px;
}
#content table.projecten td {
	border-bottom: #666 dotted 1px;
	padding: 10px 0;
}
#content table.projecten td a.single_image img{
	border: #033 solid 3px;
	padding: 5px;
}
#content table.projecten td a.single_image img:hover{
	border: #128C91 solid 3px;
	padding: 5px;
}
#content .kolomRight{
	width: 250px;
	margin: 0 20px 20px 25px;
	float:right;
	color: #666;
}
/* NIEUWSARCHIEF */
ul#archief{
	margin: 0 0 0 -15px;
	padding:0;
}
ul#archief li{
	margin: 0;
	padding: 5px 10px 10px 15px;
	list-style: none;
	border-bottom: #666 dotted 1px;
	color:#999;
}
ul#archief a{
	font-size: 12px;
	font-weight:bold;
	color: #128C91;
}
.date {
	font-size:10px;
}

ul#archief li:hover {
	background: #0D2929;
	color:#CCC;
	cursor: pointer;
}
#footer {
	font-size:10px;
	color: #666;
	padding: 5px 0;
	clear:both;
	height: 50px;
}
#footer div {
	padding: 5px 20px;
}
#footer div a{
	color: #999;
}
#footer div a:hover{
	color: #128C91;
}
#form1 {
	border: #666 dotted 1px;
	padding: 10px 20px
}

/* OVERIG */
a {
	color: #45494C;
	text-decoration:none;
}
.related { clear: both; float:none;}
a:hover {color: #128C91;}
a img {	border:none;}
.floatLeft {float: left;}
.floatRight {float: right;}
.noBorder {	border:none;}
#form {
	border: #666 dotted 1px;
	padding: 10px 20px 10px 20px;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	  font-size: 100%;
}
/* TEXT */
h1 {
	font-size: 24px;
	font-style:normal;
	font-weight:normal;
	padding-top:0;
	margin-top:0;
	color: #128C91;
}
object {
	outline: none;
}