body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FF2300;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}

.top{
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	height: 100%;

}

.bottom{
	background-image: url(../images/bottombg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;

}



.menu{
	
	height: 60px;
	width: 631px;
	margin: 60px 0px 0px 150px;
	filter: Alpha(Opacity=92);
	
	
}

.taal {
	height: 36px;
	width: 140px;
	background-image: url(../images/talen.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	filter: Alpha(Opacity=92);
	position: absolute;
	left: 5px;
	top: 218px;
}

.inhoudtop {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 631px;
	margin: 15px 0px 0px 150px;
	filter: Alpha(Opacity=92);
	
	
}

.inhoud {
	background-image: url(../images/inhoudbg.gif);
	width: 596px;
	margin: 0px 0px 0px 150px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	filter: Alpha(Opacity=92);
}

.kopje{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	font-size: medium;
	font-weight: bolder;
	color: #FF3300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.inhoudbottom {
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 631px;
	margin: 0px 0px 0px 150px;
	filter: Alpha(Opacity=92);
	background-position: bottom;
	}

A.vlag:hover   {
	background-color: #FF9900;
	 }

A.st:link    {
	color : #FF6600;
	font-weight : bolder;
	text-decoration: underline;
	font-size: small;
	background-color: #FFFFFF;
	
}
A.st:visited {
	color : #FF6600;
	font-weight : bolder;
	text-decoration: underline;
	font-size: small;
	background-color: #FFFFFF;
	
	}
A.st:hover   { 
	color : #FF3300;
	font-weight : bolder;
	text-decoration: overline;
	font-size: small;
	
	 }
A.st:active  {
	color : #FF3300;
	font-weight : bolder;
	text-decoration: overline;
	font-size: small;
	
	}