body, p
{
	font-family:Verdana;
	font-size:small;
}

h1
{
	color:darkred;
	font-weight:bold;
	font-size:140%;
}

h2
{
	color:darkred;
	font-weight:bold;
	font-size:110%;
}

#content ul li
{
	list-style-image: url(bullet.gif);
	padding-left:10px;
}

.afbeeldinglinks, .afbeeldingrechts
{
	border-right: darkred 2px solid;
	border-top: darkred 2px solid;
	border-left: darkred 2px solid;
	border-bottom: darkred 2px solid;
	margin-bottom: 5px;
}
.afbeeldinglinks
{
	float:left;
	margin-right: 5px;
}
.afbeeldingrechts
{
	float:right;
	margin-left:5px;
}



#content a
{
	
	
	text-decoration: none;
	color: darkred;
	font-size: 80%;
	font-weight: bold;
}


/* CSS from tutorials of www.alsacreations.com/articles */
html
{
	overflow:auto;
}

body 
{
	padding:0px;
	margin:0px;
	background-image: url(texture.jpg);
}

#wrapper
{
	/*Voor het centreren:*/
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	border: #FFDE10 2px solid;
	background-color: #FFDE10;
	
}


#header1
{
	height: 150px;
	/*background-image: url(header.jpg);*/
	background-color: #FFDE10;
 
	
}
#header2
{
	height: 30px;
	background-color:#CCCCFF;
	display: none !important;
}



#left {
  position: absolute;
  left:0;
  width: 200px;
  min-height:470px;
  height:auto !important;
  height:470px;
  background-color: #FFDE10;
	
	

}

#right 
{
	position:absolute;
	right:0px;
	width:150px;
	display: none !important;
}

#content
{
	margin-left: 200px;
	/*margin-right: 150px;*/
	
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding:10px;
	background-color: #ffffcc;
	
	
}



/*Instellingen voot het linker menu*/
#left ul, #left li { /* using a list for menu */
list-style-type: none;  /* cleaning up the list */
margin:0;
padding:0;
}

#left ul {
position: absolute; /* positionning for IE5 et IE5.5 */
padding-top:10px;
left: 10px;
top: 20px;
width: 160px;
text-align: right;
font-size:110%;

}

#left li
{
        margin-top:none;
	border-bottom: 1px solid #007B18;

}

#left li a
{
	/* buttons dimensions and definition */
	display: block; 
        list-style-image: url(menubullet.jpg);
        height:20px;
	width: 140px;
	margin-bottom:15px;
	text-decoration: none;
	color: #000000;
}


#left li a:hover, #menu a.selected
{
	text-decoration: none;
	color: #ff6600;
	list-style-image: url(menubullet_hover.jpg);
	margin-bottom:15px;
        height:20px;
	
}