html{
	overflow-y: scroll; 
	overflow-x: no;
}
body {
	background-color: white;
	color: black;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
}
b {
	color: black;
	text-align: left;
	font-weight: normal;
}
img{
	padding: 5px 5px;
}
img.bar{
	padding: 0px;
}
img.afstand{
	padding: 0px 0px;
}
/*Opmaak binnen tabel*/
}
td.aktie{
	background-color: white;
	color: black;
	text-align: left;
	border: solid;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	width: 650px;
	height: 100%;
	vertical-align: top;
}

td.aktieinhoud{
	vertical-align: top;
	width: 95%;
}
/*Clases
Opmaak voor de links in de html documenten*/
a:visited {
	text-decoration: none;
	color: black;
}
a:link {
	text-decoration: none; 
	color: black;
	}
a:active {
	text-decoration: none; 
	color: black;
	}
a:hover {
	text-decoration: none;
	color: black;
	}

/*ID's
Opmaak van formulieren aktie*/
#pb_text_a {
	background-color: white;
	border-style: none;
	color: black;
}
#pb_select_a {
	background-color: white;
	border-style: none none none none;
	color: black;
}
#pb_textvak_a {
	background-color: white;
	border-style: none;
	color: black;
}
#pb_button_a {
	background-color: white;
	border-style: none;
	color: black;
}

/*ID's*/
/* Opmaak van de kalender*/
#vrij{
	background-color: #FEFAEB;	
}
#gereserveerd{
	background-color: #FCE9A7;
}
#verhuurd{
	background-color: #FCE9A7;
}

