html {height: 100%; margin-bottom: 1px;} /* verticale scrollbar */


body { 
	background-color:#004a82;
	margin:0px;
	font: 10px/14px Verdana, Arial, sans-serif;
	color:#c1001f;
}
div#container {
	margin-left: auto; 
	margin-right: auto; 
	width: 1002px;
	text-align: left;
	background-image: url(img/bg.jpg);
}

div#container2 {
	width: 1002px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: right;
	background-color:#004a82;
	background-image: url(img/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:15px;
}
div#content {
	background-color:#ffffff;
	margin-left:3px;
	margin-right:4px;
	clear: both;

}


div#container2 p{ 
	font: 10px/22px Arial, sans-serif;
	color:#ffffff;
	margin:0px;
	padding-top:5px;
	padding-right:15px;
}

h1{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;	
	text-transform: uppercase;
	text-align: left;
	line-height: 160%;
	color: #C1001F;
	padding-left: 0px;

}
h2{ 
	font: bold italic 14px/22px Arial, sans-serif;
	color:#c1001f;
	margin:0px;
	padding-top:5px;
	padding-right:15px;
	font-variant: small-caps;
}
div#container2 a{ 
	font: 10px/22px Arial, sans-serif;
	color:#ffffff;
}

div#menuLeft {
	float:left;
	width:180px;
	margin-left:30px;
	background-image: url(img/logo_bruinisse.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#menuHead {
	background-color:#c1001f;
	background-image: url(img/menuBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:15px;
	margin-top:40px;
}

div#pagina {
	float: left;
	margin-left:20px;
	margin-top:40px;
	width: 535px;
	background-color:#ffec00;
	background-image: url(img/paginaBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:15px;
	margin-bottom:20px;
}

div#paginaContent {
	margin:20px;
}

div#menuRight {
	float:left;
	width:180px;
	margin-left:20px;
	margin-top:40px;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

div#menuHead ul {
list-style-type:none;
margin:0px;
padding-left:15px;
}
div#menuHead li {
	list-style-type:none;
	padding-bottom:5px;


}
div#menuHead li a:link {
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}
 
div#menuHead li a:visited {
font-weight: bold;
font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}
div#menuHead li a:hover {
font-weight: bold;
font-size: 12px;
	color:#ffec00;
	text-decoration:underline;
}
div#menuHead li a:active {
font-weight: bold;
font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}

div#newscontainer	{
						width: 465px;
						background-color: #fffabe;
						margin-left: auto;
						margin-right: auto;
					}

div#newsbanner		{
						width: 465px;
						background-color: #c1001f;
}

div#newsbanner h2		{
						color: #fffabe;
						font-size: 14px;
						margin-left: 10px;
}

span.news			{
						color: #000000;
					}

div.newsholder		{
						border-bottom: solid 1px #004a82;
}

div.newsphoto		{
						width: 120px;
						margin-left:10px;
						float: left;
}

img.thumb			{
						margin: 10px;
					}

div.newsmessage		{
						width: 335px;
						float: right;
						color: #000000;
						padding-top:4px;
}

div.newsmessage a		{
						color: #0033ff;
}

div.newsmessage a.blacklink	{
								color: #000000;
}
