@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1569A8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.tekst_small {
	font-size: 9px;
}

.tile_home {
	background-image: url(../beelden/basis/tile_home.jpg);
	background-repeat: repeat-x;
}
.tile_shadow {
	background-color: #FFF;
	background-image: url(../beelden/basis/tile_shadow.jpg);
	background-repeat: repeat-x;
}
.tile_ornament {
	background-image: url(../beelden/basis/ornament.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tekst_top {
	font-size: 10px;
	color: #5F4C3D;
}
a {
	color: #604C41;
	text-decoration: underline;
}
a:link {
	color: #604C41;
	text-decoration: underline;
}
a:hover {
	color: #12588E;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
p {
	line-height: 22px;
}
#contentDiv {
 position:relative;
}
.tile_cont {
	background-image: url(../beelden/basis/tile_cont.jpg);
	background-repeat: repeat-x;
}
ul {
	line-height: 22px;
}
div.scroll
{
width:400;
height:100%;
overflow:auto;
}.td_top {
	font-weight: bold;
	color: #FFF;
	background-color: #786752;
}
.td_row {
	background-color: #EDDBB7;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1F69A7;
}
.link_table {
	height: 36px;
}

