<?php if(file_exists("cachecontrol.inc.php")) include_once("cachecontrol.inc.php"); ?>
  /* default html tags*/
  /* set main font size*/
  HTML { font-size: 100%; } /* IE hack */
  
  BODY {
	font-size:68.75%
} /* for IE */
  html>body {
	font-size: 11px;
} /* for everything else */ 
  
  TABLE { font-size: 100%; } /* IE hack */
  
  INPUT, SELECT, TH, TD { font-size:1em }
  
  LI LI, LI P, TD P, BLOCKQUOTE P { font-size:1em }
  /* other setings*/
  
  h1{
  font-size: 1.2em;
  }
  h2{
  font-size: 1.1em;
  }
  h3{
  margin-top:10px;
  margin-bottom:2px;
  font-size: 1.0em;
  }
  h4{
  font-size: .9em;
  }
  
  img {
	display:block; /* white space hack */
  }

  /* Global scrollbar color */
  
  .{
  scrollbar-face-color:white;                      
  scrollbar-3dlight-color:#464e75;
  scrollbar-highlight-color:white;             
  scrollbar-shadow-color:#464e75;
  scrollbar-darkshadow-color:white;     
  scrollbar-arrow-color:#464e75;
  scrollbar-track-color:white;                      
  }
  
  /* Algemeen */
  
body {
	text-align: center; /*IE hack*/
	color:lightgrey;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	background-color:#121a1d;
	background-image:url(resources/pt_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
}
input, select, textarea { width:250px; }
#wrapper {
	position: relative;
	width: 798px;
	margin: 0 auto;
	text-align: left;
	z-index:3;
	border:1px lightgrey solid;
	background-image:url(resources/text_bg.jpg);
	background-repeat:repeat-y;
}

/* header */
#header {
	background-color:#000000;
}

/* top menu */
#topmenu {
	position:absolute;
	left:0px;
	top:130px;
	z-index:2;
}
#topmenu td {
	width:33%;
	text-align:center;
}
#topmenu a{
	color:black;
	height:17px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:5px;
	background-image:url(resources/topmenu_sep.jpg);
	background-repeat:no-repeat;
	background-position:right;
	display: block;
}
#topmenu a:hover{
	color:lightgrey;
	background-color:#283b43;
}

  /* right menu */
#rightmenu {
	position:relative;
	float:right;
	right:0px;
	top:0px;
	z-index:1;
	padding:10px;
}
#rightmenu h1{
	background-image:url(resources/button1.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:0px;
}
#rightmenu li{
	list-style-image:url(resources/button2.jpg);
}
#rightmenu a{
	padding: 5px;
	color:lightgrey;
	display: block;
}
#rightmenu a:hover{
	color:black;
	background-color:lightgrey;
	list-style-image:url(resources/button1.jpg);
}

  /* main text area */
#main1 {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:590px;
	z-index:1;
	padding: 10px;
}

/* bottom */
#clear{
	position:relative;
	clear:both;
	height:0px;
}
#logo{
	float:right;
	bottom:0px;
}

/* algemeen */
  a {
  color:lightgrey;
  }
  a:hover {
  color:white;
  text-decoration:none;
  }
  input, textarea, select{
  border-color:black;
  border-width:1px;
  border-style:solid;
  }
  .cyroute{
  font-size:0.9em;
  color:white;
  }
  a.cyroute:hover{
  color:#8088B3;
  }
