/* CSS Document */

body  {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #e1e7f0;	
	background-image:url(../../images/bg_overall.jpg);
	background-position:center;
	background-repeat: repeat-y;
	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: #505050;
}
#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	background-image:url(../../images/singewald_15.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	/* header */
}
#newscontent {
	background-image:url(../../images/laatstenieuws_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 10px;
	width: 249px;
}
#rechterkolom {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 610px;
	padding: 55px 10px 15px 0px;
	background-image:url(../../images/singewald_17.jpg);
	background-repeat:no-repeat;
}
#mainContent { 
	width: 572px;
	margin-left: 15px;
	padding: 10px 10px 10px 33px;
	float: left;
	line-height: 20px;
	min-height: 850px;
} 
#footer {
	background-image:url(../../images/singewald_19.jpg);
	color: #ffffff;
	font-size: 9px;
	text-align: right;
	padding: 4px 40px 0px 40px;
	height: 28px;
}
.footerText {
	font-size: 9px;
	color: #ffffff;
}
a.footerText:link {text-decoration: none; color: #ffffff;}
a.footerText:visited {text-decoration: none; color: #ffffff;}
a.footerText:hover {text-decoration: underline; color: #ffffff;}
a.footerText:active {text-decoration: none; color: #ffffff;}

.nieuwsText {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a.nieuwsText:link {text-decoration: none; color: #000000;}
a.nieuwsText:visited {text-decoration: none; color: #000000;}
a.nieuwsText:hover {text-decoration: underline; color: #000000;}
a.nieuwsText:active {text-decoration: none; color: #000000;}

.titel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #013888;
	font-weight: bold;
}
.nieuwsdatum {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.nieuwstitel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.nieuwscontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}