/* Body en Table
----------------------------------------------- */
body {
   background-color:#FFFFFF;
}
body,td {
  margin: 0px;
  padding: 0px;    
  font-family: Verdana;
  font-size: 8pt; 
  color: #000000; 
  vertical-align: top;
  background-color:#f9f9f9;
}
td {
  margin: 0px;
  padding: 0px;    
  font-family: Verdana;
  font-size: 8pt; 
  color: #000000; 
  vertical-align: top;
  background-color:#ffffff;
}
img {
  margin: 4px;
/*  border:1px solid #989890; */
}
img.kop {
  border:none;
}
td.kop {
  border-bottom:1px solid #000000; 
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
}
td.left {
	padding: 8px;
	width: 550px;
	background-color: White;
	border-left: 1px solid Gray;
	border-bottom: 1px solid Gray;
}

td.left h1 {
  margin:0px;
  font:150%/1.5em Verdana;
  color:#989890;
  font-weight : bold; 	
}
td.right {
	padding: 8px;
	width: 200px;
	background-color: #EFEFEF;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
}
/* Het menu
----------------------------------------------- */
#menuitems {
  padding-top:4px;
  word-spacing: 25px;
  font-size: 8pt;   
  color: #000000; 
  text-decoration:none;  
  font-weight : bold;  
  font-variant : small-caps;   
}

#menuitems a{
  color: #000000; 
  text-decoration:none;  
  border-bottom:none;   
}
#menuitems a:hover{
  border-bottom:4px solid #FF0000; 
}

td.menu {
  padding:0px;
  padding-left: 8px;  
  background-color: #FFFFFF;  
  height: 25px;
  border-top: 1px solid Gray; 
  filter: alpha(opacity=60);
  -moz-opacity: 0.60; 
  opacity: 0.6;
}
#menubalk {
	padding-top: 125px;
}
/* Articles Left column
----------------------------------------------- */
#article h2{
  margin:0px;
  font:125%/1.5em Verdana;
  color: Gray;
  border-bottom: 1px dotted Gray;   
  font-weight : bold; 
}
#article a:active, a:link, a:visited {  
  text-decoration:none;
  border-bottom: 1px dotted #1E90FF; 
  color: #1E90FF; 
  font-weight : bold;  
}

#article a:hover { 
  text-decoration:none;
  border-bottom:1px solid #1E90FF; 
  color: #1E90FF; 
  font-weight : bold;
}

#article a.clean{ 
  text-decoration:none;
  border-bottom:0px; 
}

.datum{
 float:right;
 font-size: 7pt; 
 padding-bottom:1px;  
 color: Gray; 
 padding-left: 15px;
 background: url(./images/doc.gif) no-repeat 0 2px;
 font-variant : small-caps;
}
.space{
  margin: 4px;
}

input,textarea {
  border: 1px dotted Gray; 
  font-family: Verdana;
  font-size: 8pt;   
}
/* Right Column
----------------------------------------------- */
#rightstuff h2{
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 125%/1.5em verdana;
	color: #000;
	font-weight: bold;
	background-color: transparent;
	text-align: center;
}
#rightstuff a{  
  text-decoration:none;
  border:none;
  font-size:0.8em;
  color: #1E90FF; 
  font-weight : normal;  
}
#rightstuff p{
  margin:0px;
  margin-top:10px;
  margin-bottom:10px;
  border-top: 1px solid Gray;  
}
/* Copyright
----------------------------------------------- */
.copyright{
 font-size: 7pt; 
 padding-bottom:25px;  
 color: #1E90FF; 
 font-variant : small-caps;
}
blockquote {
  border: 1px dotted Gray;
  background: transparent url(images/quote2.gif) left top no-repeat;
  text-align:center;
  background-color: #FFFFFF;
  color:Gray;
}
blockquote div {
	padding: 0 12px;
	background: transparent url(images/quote2.gif) right bottom no-repeat;
	font-size: 0.8em;
}