<?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{
  margin-top:3px;
  font-size: 1.2em;
  }
  h2{
  font-size: 1.1em;
  }
  h3{
  font-size: 1.0em;
  }
  h4{
  font-size: .9em;
  }
  
  /* 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:200px;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	top: 50px;
	text-align: left;
	z-index:3;
	background-color:white;
	padding-top:20px;
	padding-bottom:40px;
}

  /* indexpagina*/
#main_index {
	position: relative;
	height: 531px;
	width: 800px;
	color:#666666;
}
#main_index #image {
	position: absolute;
	left: 71px;
	top: 68px;
}
#main_index #text{
	position: absolute;
	left: 135px;
	top: 393px;
	width: 270px;
}
#menu_index{
	position: absolute;
	font-size:1.7em;
	font-weight:bolder;
	left: 527px;
	top: 101px;
	width: 180px;
	height: 116px;
}
#menu_index a{
	color:#666666;
}
#menu_index a:hover{
	color:#333333;
}
#menu_index #menu1{
	position: absolute;
	left: 7px;
	top: 15px;
}
#menu_index #menu2{
	position: absolute;
	left: 35px;
	top: 49px;
}
#menu_index #menu3{
	position: absolute;
	left: 65px;
	top: 80px;
}

  /* right menu */
#menu {
	position:absolute;
	right:615px;
	top:147px;
	width:133px;
	height:203px;
	z-index:1;
	background-image:url(resources/menu_bg.jpg);
}
#menu p{
	margin-top:10px;
	margin-bottom:10px;
}
#menu a{
	color:lightgrey;
	width:90%;
	display:inline-block;
	padding:3px;
	padding-left:6px;
}
#menu blockquote{
	margin: 10px;
}
#menu a:hover{
	color:black;
	background-color:lightgrey;
	list-style-image:url(resources/button1.jpg);
}
  /* main title area */
#title1 {
	position:absolute;
	left: 233px;
	top: 153px;
}
  /* main text area */
#main1 {
	position: absolute;
	float: right;
	left: 234px;
	top: 188px;
	width: 445px;
	z-index: 1;
	padding: 10px;
	height: 323px;
	overflow: auto;

	scrollbar-face-color:#808080;                      
	scrollbar-3dlight-color:#5c0203;
	scrollbar-highlight-color:#808080;             
	scrollbar-shadow-color:#5c0203;
	scrollbar-darkshadow-color:#808080;     
	scrollbar-arrow-color:#5c0203;
	scrollbar-track-color:#808080;                      
}
#main1 th{
	padding:5px;
}
#main1 td{
	border:1px solid;
	padding:4px;
}

/* 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;
  }

