BODY {
	margin: 0px;
}

BODY, DIV, TD {
	font-family: Arial;
}


.main {
	width: 1000px;
	
	background-image: url(/media/gfx/background.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #1E2762;
	
	padding-bottom: 13px;
	margin-left: 5px;
}

.main-outer-outer {
	width: 1010px;
	background-image: url(/media/gfx/shadow_middle.gif);
	margin: 0px auto;
}

.main-outer {
	background-image: url(/media/gfx/shadow_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.main-inner {
	padding-bottom: 5px;
	width: 1010px;
	background-image: url(/media/gfx/shadow_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Home page */
.home {
	background-image: url(/media/gfx/home_background.jpg);
	height: 746px;
}

.home .subtitle {
	border: 0px;
	height: 24px;
}

.header {
	height: 87px;
}

.subtitle {

	border-width: 1px 0px;
	border-color: white;
	border-style: solid;
	
	height: 22px;
	
	padding-top: 3px;
	
	margin-bottom: 36px;
	
	color: white;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
}

.subtitle A {
	text-decoration: none;
	color: white;
}

.subtitle A:hover {
	text-decoration: underline;
}

.menu {
	width: 192px;
	float: left;
	padding-right: 19px;
	padding-left: 13px;
	font-family: Verdana;
	font-size: 12px;
}

.menu UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	border-width: 1px 1px 0px 1px;
	border-color: white;
	border-style: solid;
	
	width: 190px;
	
	background-image: url(/media/gfx/menu_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #1E254F;
}

.menu LI {
	color: white;
	border-bottom: 1px solid white;
	text-align: center;
	padding: 10px 0px;
	
}	

.menu LI A {
	text-decoration: none;
	color: white;
}

.images {
	float: left;
	width: 745px;
	margin-bottom: 13px;
	text-align: justify;
}

.images IMG {
	border: 1px solid #3F4E77;
}

.content {
	background-color: white;
	float: left;
	width: 478px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 13px;
	padding-top: 7px;
}

.content TABLE {
	background-color: #FFFFC4;
	border: 15px solid #FFFFC4;
}

.content TABLE TD {
	border-bottom: solid 1px #D7CD5B;
	padding: 3px 0px;
}

.sideinfo {
	float: left;
	
	background-image: url(/media/gfx/side_bullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-left: 70px;
	width: 180px;
	margin-left: 10px;
}

.content H1 {
	background-image: url(/media/gfx/bl_balkje.jpg);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	
	height: 26px;
	padding-top: 7px;
	padding-left: 20px;
}

.content .tekst {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}	

.content .tekst UL {
	list-style-image: url(/media/gfx/bullet.jpg);
}

.content .tekst LI {
	padding-left: 7px;
	padding-bottom: 2px;
}

.content .tekst P {
	margin: 10px 0px;
}

.content .tekst IMG {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
}

.sideinfo .tekst P {
	margin: 8px 0px;
}

.sideinfo .tekst {
	color: white;
	font-size: 12px;
}

.ads IMG {
	border: 1px solid white;
	margin-top: 13px;
}