* {
margin: 0;
padding: 0;
}

HTML, BODY, TD, INPUT, SELECT {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;

	scrollbar-3dlight-color:#FFFFFF;
           scrollbar-arrow-color:orange;
           scrollbar-base-color:#F5F5F5;
           scrollbar-track-color:#F5F5F5;
           scrollbar-darkshadow-color:#778899;
           scrollbar-face-color:#FFFFFF;
           scrollbar-highlight-color:#FFFFFF;
           scrollbar-shadow-color:#C0C0C0
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #ffffff  repeat-y;
	
}



#header {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 900px;
	height: 80px;
	background: url(../images/header1.jpg) no-repeat;
}

#header12 {
	position: absolute;
	left: 840px;
	top: 90px;
	width: 60px;
	height: 20px;
	text-align:right;
}


#header2 {
	position: absolute;
	left: 850px;
	top: 90px;
	width: 40px;
	height: 20px;
	text-align:right;
}

#mainnav {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 86px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}
.bold {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;font-weight:600;
}




#mainnav a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing : 2px;
	
}

#mainnav a:hover {
	
	color: #333333;
}

#mainnav a.active {
	
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
}


.topic {
	position: absolute;
	left: 50px;
	top: 145px;
	width: 199px;
	background-color: #5e61ab;
}

.topic a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #f5a233;
	padding: 0px;
	margin: 3px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 10px;
}
.topic a.hover, #topic a.active {
	color: #bcbbdb;
}

.topic a.visited {
	color: #ffffff; background-color: #5e61ab;
}

.topic p {
	text-align: center;
}

.topic p a {
	border-bottom: none !important;	
}



.topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #3f4a9a;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#kijk {
	position: absolute;
	left: 250px;
	top: 145px;
	width: 700px;
	height: 150px;
	background: url(../images/kijkeens.jpg) no-repeat;
}

#content {
	position: absolute;
	left: 270px;
	top: 140px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}


a.textlink:link, a.textlink:visited { font-size: 100%;
font-family: arial, helvetica, verdana, tahoma, sans-serif; color: #000000; font-weight: normal;text-decoration: underline;
background-color:#ffffff;}

a.textlink:hover, a.textlink:active  { 
text-decoration:underline overline;
color:#e78103;
background-color:#ffffff;
}


a.headlink:link, a.headlink :visited { 
font-variant: small-caps; font-weight: 600; letter-spacing: 25;
font-size: 102%; font-family: arial, helvetica, verdana, tahoma, sans-serif; color: #000000; text-decoration: underline;
background-color: #ffffff;}

a.headlink: hover, a.headlink: active  { 
text-decoration:underline overline;
color: #e78103;
background-color:#ffffff;
}


#sidebar {
	position: absolute;
	top: 296px;
	left: 750px;
	width: 200px;
	background-color: #bbbda;
	color: #fffff;
}

.backwards {unicode-bidi:bidi-override; direction: rtl; color:#000;}
#email {color:#000; text-decoration:underline; border:0; font-size:1em; font-weight:bold;}


#righttext {
text-align:right;
}

.tbtext {
text-align:top;
}

hr {width:500px; noshadow; text-decoration:dotted;color:#e78103; height: 1px;  float: left;

}

blockquote {
	font: italic 90%/1.6 Georgia, "Times New Roman", serif;
	padding: 0 0 0 1em;
	margin: 0 0 1.6em;
}

TABLE {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; align: top; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

table.texttable {
	 background-color:#FFF; border-style: dotted ; border-width:1px; border-color: #2e2e2e; font-size:100%; padding: 4px ; border-collapse:collapse;}
td.texttable {
  background-color:#FFF;font-size:100%;
  border:1px dotted; border-color:#2e2e2e;  padding:4px;}
  th.texttable {
  background-color:#FFF;font-size:100%;
  border:1px dotted; border-color:#2e2e2e;  padding:4px;}
  
  .highlight {
	font-weight: bold;
	background: #ffcc66;
	
}

