
* { 
	padding: 0; 
	margin: 0;
}
html {
	overflow-y: scroll;	
}
html, body {
	height: 400px;	
}
body {
	font-size: 100%;
	font-family:  arial, verdana, helvetica, sans-serif;
	background-color: #AAAAAA;
}
img
{
	border:0px;
}
/* herdefinieer basis tags */

h1 {
	font-size: 1.8em;
	padding: 0em 0em 1em;
}
h2 {
	font-size: 1.6em;
	padding-bottom: 1em;	
}
h3 {
	font-size: 1.3em;
	padding-bottom: 1em;	
}
p {
	padding-bottom: 1em;	
}
a, a:link {
	color: #3A484C;
	font-weight: bold;	
}
a:hover {
	color: #000;	
}
ul {padding:0em 40px 1em;}




/* elementen van de pagina */

#container {
	font-size: 0.75em;
	width: 850px;
	margin: 0 auto;
	/**background-image: url(http://vbv.be/weekvanhetbos/2009_imgs/back.png);*/
	background-image: url(http://vbv.be/weekvanhetbos/images/layout/back.png);
	background-color: #fff;
	min-height: 400px;
	
}
* html #container {
	height: 400px;
}


#navigation {
	float: left;
	width: 178px;
	padding: 10px 11px;
	list-style-type: none;
	min-height: 400px;
}
#navigation ul {	padding:0px}
#content {
	float: left;
	width: 587px;
	padding: 30px 30px 10px 30px;
	line-height: 150%;	
	font-family:georgia;
}

#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

#footer
{
	background-image:url(http://vbv.be/weekvanhetbos/2009_imgs/TOP_mos.jpg);
	background-image:url(http://vbv.be/weekvanhetbos/images/achtergrond/lente.png);
	background-repeat:no-repeat;
	height:120px;
	margin:0px auto;
	width:850px;
}
#footer #logos
{
	position:relative;
	left:200px;
	top:0px;
	height:100px;
	/**background-image:url('http://vbv.be/weekvanhetbos/2009_imgs/balkje_om.png');*/
	background-image:url('http://vbv.be/weekvanhetbos/images/layout/balkje_om.png');
	background-repeat: no-repeat;
	padding-left:320px;
	padding-top:10px;
}
#header
{
	position: relative;
	background-image:url(http://vbv.be/weekvanhetbos/2009_imgs/TOP_mos.jpg);
	background-image:url(http://vbv.be/weekvanhetbos/images/achtergrond/lente.png); 
	/*http://vbv.be/weekvanhetbos/images/achtergrond/boompjes_achtergrond_winter.jpg*/
	background-repeat:no-repeat;
	height:150px;
	margin:0px auto;
	width:850px;
	text-align:right;
	color:white;
	font-weight: bold;

}
#header a
	{ color:white;}
#header a:link, #header a:active {}
#header a:hover {
	background-color:green;
}

#header_title
{	
	position: absolute;
	left:200px;
	top:90px;
	margin:0px;
/* 	margin-left:200px;
	margin-top:71px; */
	height:60px;
	width:650px;
	/* nieuwe bannner geplaatst*/
	background-image:url('http://vbv.be/weekvanhetbos/2009_css/titelbalk3.png');
	background-repeat:no-repeat;	
}

#bezoekerstype
{
	position: absolute;
	left:0px;
	top:0px;
	width:390px;
	background-color: #BFE6E6;
	text-align:center;
}
#bezoekerstype a:link {color: #408080;} 
#bezoekerstype a:visited {color:#408080} 
#bezoekerstype a:hover {color:#408080; background-color:#408080;} 
#bezoekerstype a:active {color:inherit} 


/* voorpagina's van de drie subsites */
.hotspot
{
	clear:both;
	border-top:1px solid #408080;
}
.hotspot_foto
{
	float:left;
	width: 100px;
	margin-bottom: 10px;
}
.hotspot_tekst
{
	float:right;
	width: 460px;
	padding:10px;
	margin-bottom: 10px;
}

