html {  font-family:Verdana, sans-sérif;
             margin:0%;
             overflow: hidden;
             height: 100%;
             font-size: 11px;
             color: #000000;           
        }

body {
	background:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #d2b5d1;
}
  
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
} 

/* Algemene links */
a:visited {color:#cf0910;
           text-decoration: none;}
		   
a:link {color:#cf0910;
        text-decoration: none;}
	
a:hover {color:#ffffff;
         text-decoration: underline;
	     }

     
#container  { width: 937px;
              height: 586px;
              z-index: 1;
              margin-left: -468px;
              margin-top: -293px;
              position: absolute;
              left: 50%;
              top: 50%;
             }
           
#flags {
		width: 99px;
		height: 36px;
		z-index: 1;
		margin-right: 0px;
		margin-left: 820px;
		margin-top: 0px;
		position: absolute;
}			 
#left { width: 400px ;
        height: 586px;
        left: 0px;
        top: 0px;
        margin-left: 0px;
        z-index: 1;	
        position: absolute;
      }


#right { width: 537px ;
        height: 550px;
	    margin-left: 400px;
        top: 36px;	
        z-index: 1;	
        position: absolute;
        background-image: url(images/bg_right.jpg);
      }      
	
		     
     

#tekst  {
	width: 490px;
	height: 480px;
	z-index: 80;
	margin-left: 15px;
	top: 25px;
	padding-left: 0px;
	padding-top: 0px;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-face-color:#000000;
	left: 3px;
              }
			 
#nieuws {
	width: 937px;
	z-index: 1;
	margin-left: -468px;
	margin-top: 293px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align:right;
}         
 
              
/*formulier*/
input,select,textarea
	{
	font-family: verdana ; 
	font-size: 11px ;
	color: #000000;
	border: solid #bbbbbb 1px;
	}


