/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Verdana;
	font-size: 70%;
	line-height: 20px;
}

p, td {
	color: #000;
	font-family: Verdana;
	font-size: 100%;
	line-height: 20px;	
}

h1 {
	color: #9C3C48;
	font-family: Verdana;
	font-size: 135%;
	font-weight: bold;
	line-height: 10px;
}	

h2 {
	color: #000;
	font-size: 100%;
	font-family: Verdana;
	line-height: 12px;	
	font-weight: normal;
}

ol {
	margin-left: 2em;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #000;
	display: inherit;
}
	
#centrebox {
	position:absolute;
	left:50%;
	top: 0px;
	width: 752px;
	height: 100%;
	margin-left: -376px; 
	background-color: #fff;
}

#menucol {
	position: absolute;
	top: 0px;
	width: 164px;
	height: 100%;
	background-color: #fff;
}

#maincol {
	position: absolute;
	top: 0px;
	left: 164px;
	width: 587px;
	background-color: #fff;
}

#mainleftcol {
	position: absolute;
	left: 0px;
	width: 367px;
	height: 521px;
	display: inline;
	margin-left: 20px;
}

#mainrightcol {
	position: absolute;
	left: 387px;
	width: 196px;
	height: 521px;
	background-image: url(../img/paper.jpg);
	background-repeat : no-repeat;
	padding: 10px 5px 10px 1px;
	font-size: 10px;
	line-height: 16px;
}

#mainmenu {
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-y;
	height: 270px;
	width: 164px;
}

#submenu {
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
	background-color: #C4CCE0;
	height: 21px;
}

#content {
	background-image: url(../img/main_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 20px 10px 20px;
}

#papertext {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 18px;
}

#newsletter {
	background-image: url(../img/news_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 26px;
	width: 493px;
	height: 579px;
}

#newslettertext {
	padding: 25px;
}

#newsletterredbox {
	margin-left: 26px;
	width: 440px;
	padding: 25px;
	border-color: #9C3C48;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

.menuspace {
	margin-top: 4px;
	margin-bottom: 4px;
}

.bijschrift {
	font-style : italic;
	font-size: 85%;
	line-height: 16px;
}

a {
	color: #943440;
	text-decoration: none;
}

a:hover {
	color: #943440;
	text-decoration: underline;
}

#printbutton {
	float: right;
	position: absolute;
	top : 162px;
	right : 25px;
}

TABLE#begrippenTabel {
	width: 540px;
}

TABLE#begrippenTabel TD.begrip {
	font-weight:bold;
	width:200px;
}

DIV.begripImage {
	text-align:center;
	font-size:9px;
	font-style:italic;
	margin-bottom:12px;
	width:100px;
}

DIV.begripImage img {
	border:1px solid #943440;
}

TD.emptyLine {
	height:61px;
}

HR { 
	width: 80%;
	border: none;
	border-bottom:
	1px solid #943440;
}

.folder {
	float: left;
	height: 140px;
	padding: 2px;
	text-align: center;
	width: 130px;
	font-size: 70%;	
}

.images {
	font-size: 70%;		
}