html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
body	{
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size: 13px;
		font-style: italic;
		color: #003333;
		background-color: #FFFFCC;
		}
	
#wrap	{
		width: 800px;
		}
/*-----------------------*/
#header	{
		width: 800px;
		height: 37px;
		background-image: url(pages/images/header.png);
		}
		
#vlag	{
		position: absolute;
		left: 740px;
		top: 12px;
		width: 60px;
		height: 13px;
		}
/*-----------------------*/
#content	{
			width: 800px;
			height: 100%;
			}

#menu	{
		float:left;
		clear: none;
		width: 160px;
		}

#menubtns	{
			position: absolute;
			left: 0px;
			top: 114px;
			width: 138px;
			height: 134px;
			}

#forumbtn	{
			position: absolute;
			left: 0px;
			top: 299px;
			width: 129px;
			height: 54px;
			}
		
#inhoud	{
		float: right;
		clear: none;
		width: 614px;
		padding-top: 25px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		}

#banner	{
		width: 619px;
		height: 130px;
		padding-top: 15px;
		}
#leftb	{
		float: left;
		clear: none;
		width: 280px;
		background-color:#FF6600;
		color:#FFFFFF;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
#rightb	{
		float: right;
		clear: none;
		width: 280px;
		background-color:#FF6600;
		color:#FFFFFF;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		
#banner	a:link	{
				font-weight: bold;
				color: #FFFFFF;
				text-decoration:none;
				}

#banner	a:visited	{
			font-weight: bold;
			color: #FFFFFF;
			text-decoration:none;
			}

#banner	a:hover	{
		font-weight: bold;
		color:#FFFFFF;
		text-decoration: underline;
		}

#banner	a:active	{
			font-weight: bold;
			color: #FFFFFF;
			text-decoration:none;
			}
			
#banner img	{
			float: left;
			clear: none;
			padding-right: 15px;
			padding-bottom: 5px;
			}
/*-----------------------*/
#footer	{
		clear: both;
		text-align: center;
		padding-left: 165px;
		padding-top: 15px;
		font-size: 12px;
		color: #003300;
		}
/*-----------------------*/
#admin	{
		padding: 25px;
		}
/*-----------------------*/
.vet	{
		font-weight:bold;
		color:#FF6600;
		}
.rechts	{
		text-align:right;
		vertical-align: top;
		}
.center	{
		text-align: center;
		}
.groot	{
		font-size: 14px;
		}
/*-----------------------*/
h1	{
	color:#FF6600;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
	text-align:center;
	}

h2	{
	color:#FF6600;
	font-size: 17px;
	font-weight: lighter;
	text-align:center;
	font-style: italic;
	}

h3	{
	color:#FF6600;
	font-size: 17px;
	font-weight: lighter;
	text-align:left;
	font-style: italic;
	}
h4	{
	color:#FF6600;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
	text-align:left;
	}
		
img	{
	border: none;
	}

td	{
	font-size: 13px;
	vertical-align:top;
	}

a:link	{
		font-weight: bold;
		color: #003333;
		text-decoration:none;
		}

a:visited	{
			font-weight: bold;
			color: #003333;
			text-decoration:none;
			}

a:hover	{
		font-weight: bold;
		color:#FF6600;
		text-decoration:none;
		}

a:active	{
			font-weight: bold;
			color: #003333;
			text-decoration:none;
			}

li	{
	list-style: disc;
	list-style-position:inside;
	}