*, html 
{
	margin: 0; padding: 0;
	}

body 
{ 
	font-family: "Helvetica", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em; 
	color: #000;
	background: url(http://www.vvvlanaken.be/assets/v1/images/masthead-bg.jpg) 0 0 repeat-x;
	text-align: center;
	}
	
ul 
{
	list-style: none;
	}
	
	
h1, h2, h3, h4
{
	color: #546811;
	}
	
/* MastHead Definitie */

div#masthead
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	height: 150px;
	}
	
div#masthead h1
{
	text-indent: -9999em;
	width: 211px;
	height: 120px;
	background: url(/assets/v1/images/logo.jpg) 0 0 no-repeat #fff;
	}

div#masthead h2
{
	text-indent: -9999em;
	width: 203px;
	height: 120px;
	background: url(/assets/v1/images/hartvanvier.jpg) 0 0 no-repeat #fff;
	position: absolute;
	right: 0; top: 0;
	}

	
div#masthead ul 
{
	list-style: none; position: absolute; bottom: 0px;
	}
	
div#masthead li
{
	display: inline;
	float: left;
	width: 150px;
	background: url(/assets/v1/images/menu-right-in.jpg) bottom right no-repeat;
	padding: 0px 0px; text-align: center;
	}

div#masthead li a 
{
	display: block;
	background: url(/assets/v1/images/menu-left-in.jpg) bottom left no-repeat;
	padding: 10px 5px;
	text-decoration: none;
	color: #fff; font-size: 0.75em;
}
div#masthead ul#statnav-b li
{
	display: inline;
	float: left;
	width: 150px;
	background: url(/assets/v1/images/menu-right-in-b.jpg) bottom right no-repeat;
	padding: 0px 0px; text-align: center;
	}

div#masthead ul#statnav-b li a 
{
	display: block;
	background: url(/assets/v1/images/menu-left-in-b.jpg) bottom left no-repeat;
	padding: 10px 5px;
	text-decoration: none;
	color: #fff; font-size: 0.88em;
}

div#masthead li.actief {
	background: url(/assets/v1/images/hover-right-ac.jpg) bottom right no-repeat;
}

div#masthead li.actief a {
	background: url(/assets/v1/images/hover-left-ac.jpg) bottom left no-repeat;
	color: #000;
}

div#masthead div#zoeken 
{
	position: absolute;
	top: 10px; right: 0;
	}
	
/* Global Content definitions */

div#content
{
	width: 960px;
	margin: 0 auto;
	clear: left;
	text-align: left;
	}

/* Navigation Sidebar definitions */
	
div#navigation 
{
	width: 200px;
	margin-top: 2em;
	float: left;
	}


div#navigation ul.nav_categories 
{
	margin: 0; padding: 0;
	width: 90%;
	}


div#navigtion ul.nav_categories li
{
 	
	}

div#navigation ul.nav_categories li a
{
	display: block;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #d2e29d;
	font-size: 0.75em;
	text-decoration: none;
	color: #596041;
	}
	
div#navigation ul.nav_categories li a:hover
{
	background: #546811;
	color: #fff;
	}
	
div#maincontent 
{
	width: 580px;
	float: left;
	}

div#maincontent h1
{
	font-size: 1.6em;
	margin-top: 25px;
	}
	
div#maincontent h2
{
	font-size: 1.2em;
}

div#maincontent h3 {
	clear: right;
}

div#maincontent p
{
	font-size: 0.88em;
	line-height: 1.6em;
	word-spacing: 0.1em;
	margin: 0em 10px 1.2em 0px;
	color: #535353;
	}

div#maincontent a 
{
	color: #546811;
	text-decoration: none;
	border-bottom: 1px dotted #596041;
}

div#maincontent ul {
	list-style-type: circle;
	list-style-position: inside;
	color: #596041;
}
div#maincontent li 
{
	padding: 0px 0px 5px 0px;
	font-size: 0.88em;
}
div#maincontent dl {
	color: #535353;
}

div#maincontent dt { font-weight: bold; margin: 0px; padding: 0px; float: left; width: 230px; font-size: 0.88em; display: block; clear: left;}
div#maincontent dt p.tiny { font-size: 0.65em; }
div#maincontent dd { font-size: 0.75em; color: #546811; margin: 0px 0px 10px 231px; padding: 0px 0px 0px 10px; border-left: 1px solid #596041;}
div#maincontent dd.act { font-size: 0.88em;}
div#maincontent dd.act p { font-size: 0.88em; margin-left: 110px; }
div#maincontent table {
	font-size: 0.75em; color: #546811;
}

div#maincontent tr.top {
	font-weight: bold;
}

div#maincontent td { padding: 5px;}
div#maincontent img.banner {
	margin: 10px auto;
	padding: 5px; 
	border: 1px solid #d2e29d;
	background: #fff;
}

div#maincontent img.picleft, div#maincontent img.picright {
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #d2e29d;
}

div#maincontent img.picleft {
	float: left;
	margin-left: 0; margin-right: 10px;
}

div#maincontent img.picover { 
	padding-bottom: 5px;
	border-bottom: 1px solid #d2e29d;
}

div#maincontent label {
	width: 350px; font-size: 0.88em; color: #546811; display: block; float: left;
}

div#maincontent fieldset {
	border: none;
}

div#maincontent legend {
	font-size: 1em; font-weight: bold; color: #546811; margin-top: 20px;
}
div#maincontent input {
	width: 200px;
}

div#content.bezoekers { text-align: center; }
div#content a.buttons {	display: block; text-decoration: none; text-align: center; width: 250px; height: 50px; background: url(/assets/v1/images/button.jpg) top left no-repeat #fff; position: relative; padding-top: 10px; float: left; }
div#content a.buttons span { margin: 0 auto;  color: #000000; font-variant: small-caps; border: none; text-transform: lowercase; font-size: 1.2em; }
div#content a.buttons:hover { background: url(/assets/v1/images/button_h.jpg) top left no-repeat #fff;}


div#maincontent input.check-normal {
	float: left; width: 10px; margin-right: 10px; padding: 5px; clear: left;
}
div#sidebar 
{
	width: 160px;
	float: left;
	padding-top: 3em+25px;
	}
	
div#sidebar h1
{
	
	}
	
div#sidebar p
{
	font-size: 0.75em;
	margin: 0px 0px 10px 0px;
	}
	
textarea {
	width: 200px; height: 100px;
}

div#siteinfo { height: 25px; margin-bottom: 25px; }
div#footer {
	clear: both; height: 100px;
	background: url(/assets/v1/images/footer.jpg) top left repeat-x #fff; padding: 15px 0px; margin-top: 25px;
}

div#footer p {
	font-size: 0.75em; color: #535353; width: 960px; margin: 0 auto; text-align: left; line-height: 1.6em;
}