/* CSS Document */

body {
	margin: 0px;
	background-image: url(assets/images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #000;
}

/* LAY-OUT */

#container
{
width: 100%;
margin: 0px;
overflow: visible;
}


#branding {
	width: 100%;
	height: 165px;
	background-image: url(assets/images/v_sinderen_wapen.gif);
	background-position: 97% 5px;
	background-repeat: no-repeat;
}

/* to position the text logo */ 

#branding h2 {
	position: relative;
	left: 25px;
	top: 20px;
	width: 265px;
	height: 69px;
	padding: 0px;
	margin: 0px;
	background-image: url(assets/images/sinderen_pageheading.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;	
}


#navcolumn {
	float: left;
	width: 16%;
	height: 400px;
	margin-left: 1%;
	display: inline;
	padding: 0px;
}

#maincolumn {
	float: left;
	height: 400px;
	width: 55%;
	margin-left: 1%;
	padding: 0px;
	max-width: 36em;
	overflow: visible;
}

#sidebarcolumn {
	float: left;
	height: 400px;
	width: 25%;
	margin-left: 1%;
	padding: 0px;
}


#sitefacts {
	float: left;
	width: 100%;
	height: 30px;
	background-color: #CCCC99;
}

/* OTHER FORMATTING */

/* for the navcolumn */

#navcolumn a:link {
	color: #596347;
	text-decoration: none;
}

#navcolumn a:visited {
	color: #596347;
	text-decoration: none;
}

#navcolumn a:hover {
	text-decoration: none;
	color: #F2EFB9;
}

#navcolumn a:active {
	color: #F2EFB9;
	text-decoration: none;
}

#navcontainer {
	float: left;
	height: 200px;
	width: 150px;
	margin-top: 45px;
	padding: 0px;
	text-align: right;
	line-height: 17px;
	direction: rtl;
	color: #A7001F;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 38px;
	margin-left: 0px;
	padding-top: 22px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
}

/* for the maincolumn */

#maincolumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 30px;
	color: #BABA77;
}

#maincolumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	font-size: 12px;
	line-height: 150%;
}