body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #A89785;
	background-attachment: fixed;
	background-image: url(../images/achtergrond.jpg);
	background-position: center center;
	margin: 0px;
	line-height: 14pt;
}
.Normal {
	background-image:url("../images/interface_NEW_r2_c1.png");
	background-repeat:no-repeat;
	background-position:top;
	font-family: Verdana;
	font-size: 14px;
	color:#F00;
	font-weight:bold;
	text-align:left;
	text-indent: 10px;
}
.Highlight {
	background-image:url("../images/interface_NEW_r2_c1_f2.png");
	background-repeat:no-repeat;
	background-position:top;
	font-family: Verdana;
	font-size: 14px;
	color:#000;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
}

#interface {
	position:absolute;
	left: 50%;
	top: 70px;
	width:968px;
	height:453px;
	margin-left: -484px; /* half of the width */
	z-index:1;
}
#logo {
	position:absolute;
	left: 100%;
	top: 10px;
	width:410px;
	height:89px;
	margin-left: -410px; /* half of the width */
	z-index:2;
}
#folder {
	position:absolute;
	left: 20px;
	top: 100%;
	width:200px;
	height:150px;
	margin-top: -200px; /* half of the width */
	z-index:20;
}
#inhoud {
	position:absolute;
	left:143px;
	top:22px;
	width:643px;
	height:403px;
	z-index:3;
	overflow: auto;
	text-align: center;
}
#ondertitel {
	position:absolute;
	left:148px;
	top:441px;
	width:633px;
	height:20px;
	z-index:4;
}
#flag {
	position:absolute;
	left:20px;
	top:20px;
	width:32px;
	height:32px;
	z-index:5;
}
.kopje {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1.2pt;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1.2pt;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.onderschrift {
	color: #FFFFFF;
	font-weight: bold;
}
.folder {
	font-family: Verdana;
	font-size: 14px;
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

