/* CSS Document */

/* standaard
----------------------------------------------------- */

* {
   margin:0;
   padding:0;
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

img {
	border: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	text-align:center;
}

/* algemene lay-out 
----------------------------------------------------- */

#container {
 	margin: 10px auto 0px auto;
	background-color:white;
	width:900px;
	text-align:left;
	
	}

#header {
	float:left;
}

#flashobject {
float:right;
margin-top:0px;
margin-bottom:0px;
}

#main {
clear:left;
}

#hoofdnavigatie {
	margin-top:15px;
	float:left;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	}
	
#hoofdnavigatie img {
margin-top: 40px;
}

#hoofdtekst {
margin:15px 0 0 20px;
 	width: 216px;
	float:left;
 }	
 
 #hoofdtekst a {
text-decoration:none;
color: red;
 } 

 #hoofdtekst a:hover {
text-decoration:none;
color: #ccff00;
 } 
  
#issue {
float:right;
margin-left:200px;
width:332px;
margin-top:-83px;

background-color:#FF0000;
display: inline;

}	 

#issue img {
	margin:20px;
}	 	
	
#hoofdnavigatie ul {
 list-style: none;
  width: 117px;
  }
  
#hoofdnavigatie li {
 margin:3px 0;
 background-color:#000;

 text-align:right;
 list-style:none;
 }
 
 #hoofdnavigatie li.huidig a {
background-color : #ccff00;
color : #000;
}
 
#hoofdnavigatie ul a {
	width:109px;
	display:block;
	padding: 4px;
	text-decoration:none;
	color:#FFFFFF;
} 
  
#hoofdnavigatie ul a:hover {
	background-color:#CCFF00;
	display:block;
	color:#000;
}   
  
#issue ul {
 list-style: none;
 padding:5px 5px 50px 20px;
 width:332;
 color:#FFF;
float: left;
 background-color:#999999;
 font-size:10px;
  }
  
#issue li {
	margin: 2px 0;
	width:307px;
	color:#FFFFFF;

}  
 
 
#issue li a {
	color:#CCFF00;
	text-decoration:none;
}

#issue li a:hover {
color:#FF0000;
}

#footer {
float: left;
width: 100%;
height: 10px;
background-color:#000;
}

/* links
----------------------------------------------------- */
a:link {}


a:visited {

}

a:hover {

}

a:active {}

 
/* tekst
----------------------------------------------------- */
 
h1 {
	font-size:12px;
	margin-bottom:1em;
}

p {
	margin-bottom:1em;
}

