.shadow_table{
	background: url(../pics/midden_scheiding.png) top left repeat-y;
	background-color: white;
}
.news_table{
	font-family: Arial;
	color: #005dab;
	font-size: 10pt;
}
.mouse_over {
	cursor: pointer;
	padding-left: 20px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background: url(../pics/button_down.png) top left repeat-x;
}
.mouse_out {
	padding-left: 15px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background: url(../pics/button_up.png) top left repeat-x;
}
.mouse_a {
	color: white;
	text-decoration: none;
}
.mouse_a:hover {
	color: white;
	text-decoration: none;
}
.mouse_over_bed {
	cursor: pointer;
	padding-left: 20px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	background: url(../pics/button_down_bed.png) top left repeat-x;
	background-color: #668ca3;
}
.mouse_out_bed {
	padding-left: 15px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background: url(../pics/button_down_bed.png) top left repeat-x;
	background-color: #668ca3;
}
.mouse_a_bed {
	color: white;
	text-decoration: none;
}
.mouse_a_bed:hover {
	color: black;
	text-decoration: none;
}
.meldingen_top {
	background: url(../pics/meldingen_top.png) top left repeat-x;
}
.meldingen_bottom {
	background: url(../pics/meldingen_bottom.png) top left repeat-x;
}
.melding {
	font-size: 8pt;
	color: white;
}
.adres {
	font-size: 10pt;
	color: white;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.logo {
	background: url(../pics/fade_login.png) top right no-repeat;
	background-color: white;
}
.line {
	background: url(../pics/line.png) top left repeat-x;
}
.inputbox {
	font-size: 12px;
	font-family: Arial;
	height: 18px;
	width: 120px;
}
.loginsubmit {
	border: 1px solid white;
	background-color: white;
	font-size: 12px;
	font-family: Arial;
	height: 18px;
	width: 50px;
}
.lampbg {
	background: url(../pics/lamp_bg.png) bottom right no-repeat;
}
.float {
	float:right;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	width:200px;
	border: 1px dashed black;
}


.bluerose {
	background-color: #69a8dd;
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
}
.bluerose_link {
	text-decoration: none;
	color: white;
}
.bluerose_link:Hover {
	text-decoration: underline;
}

td {
	font-family: Arial;
}
a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*  HANDLEIDINGEN  */
#hand td {
	font-family: Times New Roman;
	text-align: left;
}
#hand a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#hand a:hover {
	text-decoration: underline;
}

.title {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
.kopje {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}
.image {
	text-align: left;
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
}
.com {
	font-size: 8pt;
}