/* --------------- algemeen --------------- */

body {
	background-color: #9ab3c7;
	margin: 0 0 0 0;
	background-image: url(../images/mainsite.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

table, tr, td, a {
	font-size: 12px;
	font-family: Arial;
}

.master {
	background-image: url(../images/tiler.jpg);
	background-repeat: repeat-y;
}

.leftfiller {
	background-color: #fcfcef;
}

.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 64px;
}

.main-rechts-boven {
	background-image: url(../images/main-rechts-boven.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 321px;
	
}

.links-boven-onder {
	background-image: url(../images/links-boven-onder.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 478px;
	
}

.links-boven {
	background-image: url(../images/links-boven.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 321px;
	
}

.menu {
	background-image: url(../images/menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 41px;
	width: 478px;
}

.main-links-boven {
	background-image: url(../images/main-links-boven.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 321px;
	height: 299px;
	padding-top: 200px;
	padding-top: 240px;
	text-align: center;
}

.main-links-onder {
	background-image: url(../images/main-links-onder.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 350px;
	width: 321px;	
}

.main-rechts {
	background-image: url(../images/main-rechts.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #b5c6d6;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bodem {
	background-image: url(../images/bodem.jpg);
	background-position: bottom;
	background-position: top;
	background-repeat: no-repeat;
	width: 799px;
	height: 81px;
	height: 125px;
	background-color: #31516a;
}

.rightmain {
	background-image: url(../images/top-right.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.bottommenu {
	text-align: center;
	height: 337px;
	width: 276px;
	padding-top: 279px;
	background-image: url(../images/bottom-left.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #927f00;
}

.bottomlink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.bottomlink:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


