body {
	font-family: arial; /* Verschillende lettertypes */
	font-size: 14px;
	background-color: #FFFEDF; /* achtergrondkleur */
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	color: green; /* verschillende tekstkleuren */
}

h2 {
	font-size: 16px;
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 1px solid gray;
	padding: 20px;
	float: right;								/* verander dit maar eens in left */
}

.backgroundpictures {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* begin --------  Stylen voor top.html */
.body_top {
	padding: 0px;
	margin: 0px;
	background-color: #FFFEDF;
	background: url(../img/top_back.bmp) repeat-x;
}

.table_top {
	font-family: arial; 
	font-size: 14px;
	font-weight: bold;
}

.adresgegevens {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}

.telefoonnummer {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right:  2px solid red;
}

/* eind --------  Stylen voor top.html */

/* begin -------  Stylen voor left.html */

.leftpanel {
	background: url(../img/left_back.bmp) repeat-y;
/*	Filter: Alpha(Opacity=100, FinishOpacity=30, Style=3, StartX=20, StartY=400, FinishX=580, FinishY=10200);*/

}

.leftpanel img {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	float: none;								/* verander dit maar eens in left */
}

.leftpanel div {
	margin-left: 10px;
}

.leftpanel a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 2px;
	font-size: 13px;
	margin-left: 20px;
	background-color: #FEFE9E;
	margin: 1px;
	height: 20px;
	width: 140px;
	border: 1px solid green;

}

.balk_left {
	width: 40px;
	border-left: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
}

/* content pagina */
.content {
	padding: 20px;
}

.kleinlettertype {
	font-size: 10px;
}

.body_top img {
	border: none;	
}


a {
	text-decoration: underline;
	color: black;
	font-family: arial;
}
