td 
  {
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  }
input,select
  {
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        9pt
  color:            #44AA00;
  vertical-align:   middle;
  height:           20px;
  border:           #000000 1px solid;
  background-image: url("/pix/shade.png");
  }
textarea
  {
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size:        9pt
  color:            #44AA00;
  overflow-x:       hidden;
  overflow-y:       auto;
  background-image: url("/pix/shade.png");
  }
a:link
  {
  text-decoration: none;
  color: #FFFF00;
  }
a:visited
  {
  text-decoration: none;
  color: #FFFF00;
  }
a:active
  {
  text-decoration: none;
  color: #00FF00;
  }
a:hover 
  {
  text-decoration: none;
  color: #FFFFFF;
  }
.MenuBack
  {
  BACKGROUND-COLOR: #065389;
  }
.MenuBackSel
  {
  BACKGROUND-COLOR: #54CAFC;
  }
.Title
  {
  FONT-WEIGHT: bold;
  FONT-SIZE: 11pt;
  COLOR: navy
  }
.RowDark
  {
  BACKGROUND-COLOR: #333333;
  }
.RowLight
  {
  BACKGROUND-COLOR: #222222;
  }
.RowLightAlt
  {
  BACKGROUND-COLOR: #111111;
  }
.RowSelected
  {
  background-color: #555555;
  }
.RowClear
  {
  BACKGROUND-COLOR: #111111;
  }

td#bttn a, td#bttn a:visited {display:block; width:97px; height:30px; text-decoration:none;}
td#bttn a span, td#bttn a:visited span {display:none;}
a#bttnprev       {background: url(/pix/buttons.php?text=Previous); background-repeat: no-repeat;}
a#bttnprev:hover {background-position: -100px 0;}
a#bttnnext       {background: url(/pix/buttons.php?text=Next);     background-repeat: no-repeat;}
a#bttnnext:hover {background-position: -100px 0;}


#nieuws {
  clear: left;
  background: url(/pix/divider.png) no-repeat bottom center;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 30px 0px;
  width: 90%;
  overflow: hidden;
  }

#nieuws h3 {
  margin-bottom: 5px;
  }
	
#nieuws p {
  margin: 0px 10px 10px 10px;
  }

html {
  margin: 10;
  padding: 0;
  }

body {
  margin: 0;
  padding: 0;
  color: #54CAFC;
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color: #111111;
  }

pre {
  margin: 0;
  font-family: verdana, sans-serif; 
  font-size: .9em;}

.alignright {
  margin-top: 0;
  text-align: right;
  }

.small {
  font-size: .9em;
  }

.topcorner {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: .5em;
  }

h1, h2, h3 {
  margin: 0;
  font-family:      Verdana, Arial, Helvetica, sans-serif;
  font-variant: small-caps;
  color: #FFFF00;
  }

/*******************************************************************************
                       Positioning rules
*******************************************************************************/

#mainbox {
  margin: 0 19% 0 0px;
/**  border-right: 3px solid #000; **/
  padding: 10px;
  position:relative; 
  }

div#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
  right: 25px;    /*** IE5/mac will show a horizontal scrollbar 
                  if this is less than 16px, or other units are used
                  http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
  width: 15%;
  padding-top: 10px;
  float:right; 
  position:relative; 
  }

#footer{
 font-size: 80%;
 height:25px; 
 clear:both;
 } 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

#code {
  background-color: #ffffff;
  margin:           0px 0% 0px;
  color:            #191970;
  font-weight:      normal;
  font-size:        6pt;
  font-variant:     normal;
  font-style:       lighter;
  font-family:      courier;
  text-align:       left;
  padding-top:      5px;
  padding-left:     5px;
  padding-right:    5px;
  padding-bottom:   5px;
}

