/* CSS Document */
body html {
    height: 100%;
}
body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  	background-image:url(../images/bg.gif);
  	background-color:#000000;
	color:#CCCC66;
	margin-left:0px;
	margin-top:0px;
	/*
	margin-width:0px; 
	margin-height:0px;  */
}
/*  - - - -  standaard tekst - - - -   */
h1 {
	font-size:22px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
    padding: 0; 
	padding-bottom: 24px;
}
h2 {font-size:18px;
	font-style: normal;
	font-weight: bold;
    padding: 0; 
	margin: 0px;
	padding-bottom: 20px;
	}
h3 {font-size:16px;
	font-style: normal;
	font-weight: bold;
    padding: 0; 
	margin: 0px;
	padding-bottom: 10px;
}
h4 {font-size:14px;	
	font-style: normal;
	font-weight: bold;
	margin: 0px;
    padding: 0; 
	padding-bottom: 16px;
}
h5 {
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
    padding: 0; 
	padding-bottom: 8px;
}

a{text-decoration : underline; color: #CCCC66; font-family: Verdana, Arial, Helvetica, sans-serif}
a:visited {  color: #CC9999; text-decoration: none; }
a:link {  color: #CCCC66; text-decoration: underline}
a:active { color: #FFFFCC; text-decoration: none}
a:hover {  color: #996699; text-decoration: underline}

/* - - - -  de divisions - - - - */
#outerwrapper{
	width: 998px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 998px; 
	height: 100%;
	margin: 0  auto; /* */
	border: 0px;
	padding: 0px;
}
	/* begin aanpassing opera etc verhaal */
html>body .outerwrapper {
  width: 998px; 
}
	/* einde aanpassing opera etc verhaal */

#wrapper{
	border: 0px ;

}
#header
 {
	height: 63px;
    margin: 0; 
    padding: 0; 
    border: 0;
	text-align:left;
}
#innerwrapper
{
	width: 998px; /* nieuw er bij gezet en daardoor flapt plaatje niet meer naar onderen bij FF */
    margin: 0; 
    padding: 0; 
    border: 0;
}
#leftcol
{
	width: 213px;
	height: 100%;
	float: left;
	margin: 0; 
    padding: 0; 
	border: 0; 

	}
#content
{
	width: 620px; /* 634 aanpassing want bij IE flapte hij nog steeds rond*/
	height: 100%;
	float: left;
	margin: 0; 
    padding: 0; 
    border: 0;
	color:#CCCC66;
  }
  #rightcol
{
	width: 160px; /* 150 */
	height: 100%;
	float: left;
	margin: 0; 
    padding: 0; 
    border: 0;
}

#footer{
	margin: 0;
	padding: 0;
	border: 0;
	clear:both;
	width: 100%; /* nieuw er bij gezet houdt pas op aan eind van scherm*/
	font-size: 80%;
	border-top: 1px solid #CCCC66;
	border-bottom: 1px solid #CCCC66;
}

/*  - - - -   special divs  - - - -   */ 
#snake{
position:absolute; 
width:213px; 
height:205px; 
z-index:1; 
left: 0px; 
top: 0px;
}
#achtergrond{
position:absolute; width:331px; height:63px; z-index:1; top: 0px; left: 213px;
}
#bovenplaat{
position:absolute; width:331px; height:63px; z-index:1; left: 213px; top: 0px;
}
#hoofdtekst{
position:absolute; width:684px; height:63px; z-index:1; left: 213px; top: 0px;
}
/* - - - -  losse draadjes - - - -   */
.center {
text-align:center;
}
.vet{	
font-weight: bold;
}
.schuin{	
font-style: italic;
}
.kleinschuin{
	font-style: italic;
	font-size: 80%;
}
.standaard{	
font-style: normal;
}
.ftr {
text-align: right;
padding-right: 5px;
padding-bottom: 2px;}
.linkser {text-align: left;
}
