html {
	margin: 0; 
	background:url(../images/bgn.gif);
} 
body {
	width: 950px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	font: 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4 { 
	color: #B13413;
	margin-top: 0.2em;
}
h1 {
	font: 12pt Verdana;
}
h2 {
	font: 11pt Verdana;
}
h3 {
	font: 10pt Verdana;
}
a {
	text-decoration: none;
	color: #3284B5;
}
a:hover {
	border: none;
	color: #B13413;
}
img {
	border: none;
}
table {
	border: none;
}
td, th {
	vertical-align:top;
}
th {
	text-align: left;
}

/*** Pagina indeling ***/

#container {
	width: 950px; 
	padding:0;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	background: url(../images/main_container.jpg) repeat-y;
	min-height: 600px;
}
#header {
	height:35px;
	background: url(../images/logo_munknl.png) no-repeat;
}
#inhoud {
	margin: 0 1em 10px 150px;
	width:785px;
}
#links {
	width: 610px;
	float:left;
}
#rechts {
	width: 145px;
	margin-left:630px;
}
#page_left {
	width: 650px;
	float:left;
}
#sidebar {
	width: 120px;
	float:right;
}
#footer {
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	width: 930px;
	padding: 2px 10px 4px 10px;
	height: 20px;
	font-size:8pt;
	background: #8F888F url(../images/footer.gif);
	color: white;
	line-height: 20px;
}        
#footer td, #footer a {
	font-size:8pt;
	color: white;
	text-decoration: none;
	border-bottom: 0;
	font-weight:normal;
} 
#footer img {
	vertical-align: middle;
}
#footer-left {
	float:left;
}
#footer-left a {
	margin-right: 10px;
}
#footer-right {
	float:right;
}

/*** Topmenu ***/

#menu {
	text-transform: lowercase;
	height: 25px;
	border-bottom:1px solid #036;
	background: #8F888F url(../images/menu.gif);
	color: white;
}
#menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	font: 10pt Arial;
}
#menu li {
	float: left;
	margin-right: 10px;
}
#menu a {
	display: block;
	padding: .2em;
	text-decoration: none;
	line-height: 20px;
	margin-left:8px;
	margin-right:8px;
}
#menu a:hover {
	color: #F18733;
}
.menubutton a {
	color: white;
}
.menubutton_on {
	background: #F18733 url(../images/menu_down_on.jpg) repeat-x;
}
.menubutton_on a {
	color: white;
}
#menu .menubutton_on a:hover {
	color: #8F888F;
}

/*** Navigatie menu links ***/

#navigatie {
	float: left;
	width: 130px;
	margin-left: 1px;
	font-weight: bold;
}
#navmenu {
	width:138px;
}
#navmenu a {
	width: 123px;
	display: block;
	text-decoration: none;
	padding-left:5px;
	border-bottom: 0px;
}
#navmenu a:hover {
	color:black;
}
.editreg {
	width:110px;
}
.nav1 {
	font-size:12px;
	color:#B13413;
	margin-top:10px;
}
.nav2 {
	font-size:11px;
	margin-left:5px;
}

/*** Diverse userinterface items ***/

.activepage {
	color:white;
	background:#F18733;
}
.overview, .overviewleft {
	width: 100%;
}
.overview td {
	background: #F9F5EC;
	border: 1px dotted #F18733;
	text-align: right;
}
.overviewleft td {
	background: #F9F5EC;
	border: 1px dotted #F18733;
}
.box {
	padding: 5px;
	border: 1px dotted #F18733;
	background: url(../images/box.jpg);
}
.country {
	position: absolute;
	top: -100px;
}
.downloadtable {
	border: 0;
	width: 60%;
	border-collapse:collapse;
}
.downloadtable th {
	background: url(../images/download_th.jpg) repeat-x;
	color: white;
}
.downloadtable tr:hover {
    background: #EEE;
}
.errorbox, .infobox {
	background:white;
	background:#FFFFE1;
	border:1px solid black;
	padding:5px;
	max-width: 400px;
}
.infobox {
	background:#FFFFE1;
}
.flags {
  text-align: right;
}
.flags a {
	margin-left: 8px;
}
.gray {
	background: #AAA;
}
.login, .login input {
	font-size:10px;
}
.login form {
	margin-left: 5px;
}
.noborder {
	border:0;
}
.producttable {
	border: 0;
	background: #DDD;
}
.producttable tr {
	height: 50px;
	background: white;
}
.producttable td {
	height: 50px;
	padding-left:10px;
	vertical-align:middle;
}
.sitemap1 {
	font-size:11pt;
}
.sitemap2 {
	font-size:10pt;
	margin-left:20px;
}
.sitemap3 {
	font-size:8pt;
	margin-left:40px;
}
.tabel {
	width: 100%;
}
.tabel td {
	border: 0;
	background: #FAECD1;
	background: #F9F5EC;
}

