/* CSS Document */

body {
   background-color:#ffffff;
   background: url(../images/backgr_5x5.jpg);
   font-family:Georgia, Times, serif;
   font-size:13px;
   line-height:140%;
   margin:0px;
   padding:0;
   text-align:center;
   }
   
a  {text-decoration:none;
    color:#cc0000;}
a:hover {text-decoration:underline;}
a:visited {}

p.bold {font-weight:bold;}

h1 {
   color:#cc0000;
   font-size:18px;
   font-style:italic;
   }
   
h2 {
   font-size:14px;
   font-style:italic;
   line-height:120%;
   }
   
h3 {
   font-size:11px;
   font-weight:normal;
   line-height:120%;
   }
   h3.bold{
	   font-weight:bold;
	   }
   h3 a {}
   h3 hover {}

a img {
   border-style: none;
   }

img {
	margin: 0 10px 10px 0;
	}
	
img.right {
	margin: 0 0 10px 10px;
	}

/* Layout structuur */
#container {
   text-align:left;
   width:960px;
   margin:0 auto;
   }
	
	
#header {
   height:234px;
   width:960px;
   background-color:#ffffff;
   margin-bottom:0px;
   }
   
#content {
   width:963px;
   }
  
#zij-banner {
   width:100px;
   float:left;
   }

#midden {
   width:963px;
   float:left;
   }
 
#tekst {
   width: 563px;
   height: auto;
   background-color:#ffffff; 
   padding:15px 30px 74px 32px;
   margin: 5px 0 0 0;
   float: left;
   }
#nieuws-wrap{
  float:left;
  line-height:130%;
  }
  .iframe {
	  background: url(../images/1px_achtergrond-blauw.jpg);
   width: 155px;
   height: 330px;
   text-align:left;
   }
#nieuws-wrap a {
  text-decoration:none;
  color:#cc0000;
  
  }
#nieuws-wrap a:hover{
  color:#cc3333;
  text-decoration:underline;
  }

#nieuws {
   padding: 10px 15px 15px 25px;
   margin: 5px 0px 0px 5px;
   background-color:#ffffff;
   width: 155px;
   background: url(../images/1px_achtergrond-blauw.jpg);
  }

#foto {
  width: 133px;
  padding:5px 0px 5px 5px;
  float: right;
  margin: 0px;
  border: 0px;
  } 
  
#footline { 
  background-color:#cc3333;
     width:960px;
	 height:10px;
   float:left;
  }
#footer {
   padding:0 0 0 32px;
   color:#cc0000;
   font-size:9px;
   font-family:Verdana;
   }
  
  #horizontalnav {
  font-family:Georgia, Times, serif;
  font-size:12px;
  }
  
#horizontalnav ul {
  margin:0px; 
  padding:2px;
  background-color:#cc3333;
  list-style:none;
  float:left;
  width:956px;
  text-transform:uppercase;
  text-decoration:none;
  }
  
#horizontalnav ul li a {
  display:block;
  padding: 0 1.5em;
  line-height:2.1em;
  text-decoration:none;
  color:#ffffff;
  text-decoration:none;
  }

#horizontalnav ul li a:hover {
  color:#cccccc;
  }
  
#horizontalnav li {
  float:left; 
  width:none;
  }
  
#horizontalnav li ul { display:none;}

#horizontalnav li:hover ul {display:block; width:200px; position:absolute;}

#horizontalnav ul li ul li {
  margin:0; 
  padding:0; 
  list-style:none;
  font-family:georgia;
  font-size:12px;
  float:left;
  border-top:1px solid #ffffff;
  width:200px;
  }

div.content {clear:left;}

#printversie {
  display:none;
  }


 
