<!--
body, td{
	font-family:Lucida Sans Unicode;
	font-size:13px;	
  color:#555555;	
	font-weight:110;
	line-height:140%;
#comic	
}
body 
{
	scrollbar-face-color: #CAD6EB;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #EFEDDE;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: ##EFEDDE;
	scrollbar-arrow-color: #666666;
}

input	{
	border: 1px solid #666666;
	background: #ffffff;
	font-size:11;
	font-weight:300;
	font-family:Lucida Sans Unicode;
}

hr	{
	height: 1;
	color  : #999999 ;
}

a {
  font-size:13px;
	color:#333333;
	text-decoration:none;
}
a:hover {
  font-size:13px;
	color:#888888;
	text-decoration:underline;
}
.link {
	font-size:12px;
	font-family:Lucida Sans Unicode;
  font-weight:normal;
	color:#333333;
	text-decoration:none;
}
:hover.link {
	font-weight:normal;
	color:#000099;
	text-decoration:underline;
}

.tablecode {
	font-size:9px;
	font-family:arial;
}

.normalhigh{
	font-family:verdana,arial;
	font-size:12px;	
  color:#333333;	
	font-weight:150;
	line-height:130%;
}
.content {
	padding-right : 10px;
}
.code	{
	font-size:11px;
	font-family:verdana,arial;
	font-weight:300;
	color:#000000;
}	

.kop	{
  font-weight:bold;
	font-size:16px;
	font-family:verdana,arial;
	color:#4A7ABE;
	text-decoration:none;	
}
.kopklein	{
  font-weight:bold;
	font-size:13px;
	font-family:verdana,arial;
	color:#800000;
	text-decoration:none;	
}

.noborder	{
	border: 0px
}

.titelbalk
{
 width:100%;                    								/*    TITELBALK   */
 background: url('../images/menutop.png') no-repeat 0 0;
 border-bottom:0px solid #FFFFFF;               /*  rand onderaan    */
 font-size:11px;                								/*  lettergrootte    */
 font-family:verdana;           								/*  lettertype       */ 
 color:#000000;                 								/*  letterkleur      */
 text-align:center;             								/*  tekstuitlijning  */
 top:0;
}
.infobalk
{
 background-position: 0 bottom; width:100%;   	/*   INFOBALKJE     */
 border-top:0px solid #FFFFFF;    							/* rand bovenaan    */
 border-bottom:0px solid #000000;               /* rand onderaan    */
 font-size:11px;                								/* lettergrootte    */
 font-family:verdana;           								/* lettertype       */ 
 color:#000000;                 								/* letterkleur      */
 text-align:center;             								/* tekstuitlijning  */
 top:0; background-image:url('../images/menuonder.png'); background-repeat:no-repeat; background-attachment:scroll
}
.linkvenster
{             																	/*   LINKVENSTER    */
 width:142;                     								/* breedte in pixels*/               
 border:0px solid #000000;        							/* rand rondom      */
 left:5;                        								/* plaatsing vertic */
 top:0;                        								  /* plaatsing horiz 12 */
 font-size:11px;                								/* lettergrootte    */
 font-family:verdana;           								/* lettertype       */
 text-align:left;               								/* tekstuitlijning  */
 z-index: 100
}

.linkvenster a:visited   {text-decoration:none;color:#444444;}
.linkvenster a           {text-decoration:none;color:#333333;}
.linkvenster a:hover     {text-decoration:none;color:#ffffff;}

.menuleft
{
 width:100%;
 background-color:#D6DFEF;
 font-size:11px;
 font-family:verdana;
 text-align:left;
 border-top:1px solid #FFFFFF;
 border-bottom:0px solid #FFFFFF;
}

.menuleftactive
{
 width:100%;
 background-color:#4A7AA6;
 font-size:11px;
 font-family:verdana;
 text-align:left;
 border-top:1px solid #FFFFFF;
 border-bottom:0px solid #FFFFFF;
}


#submenu ul li a {
  padding: 11px;
  margin: 0px 0;
  width:90;
  height: 18;
}
#submenu ul, 
#submenu ul li {
  list-style-type: none;
  display: inline;
  padding: 0;
  margin: 0px 0;
  height: 18;
}
#submenu {
  float: left;
  padding: 0px;
  margin: 0px 0;
  height: 18;
  text-align:center;
  font-size:11px;
  font-family:verdana;  
}

#submenu a {
  white-space: nowrap; 	
  padding: 11px;	
  margin: 0px 0;	
  line-height: 0em;	
  text-decoration: none;	
  border: solid 0px;
  color: #000000;
  height: 18;
  font-size:11px;
  font-family:verdana;  
}

#submenu a:hover {
  color: #00346A;
  height: 20;
  background: #969900;
  font-size:11px;
  font-family:verdana;
}


#drijver {
	position: absolute;
	left: 22;/* plaatsing vanaf links */
	top: 200; 
	visibility: visible;
	z-index: 10;}

-->