/* basis elements */
body{	font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 75%;
		color:#336699 ;
		background-color:#81a1c4;
		margin: 0;
		padding: 0;
				}
		
h1 { font-family:"Times New Roman", Times, serif ;
		font-size: 115% ;
				}
		
	h2 {font-family:"Times New Roman", Times, serif;
		font-size:95% ; }
		
h3 {font-family: "Times New Roman", Times, serif;
				font-size: 120%; }

p{	font-size: 90% ;
		color:#336699 ;}

/*a { color:#CC6600;
   text-decoration:none;
   }
 
 a:hover, a:active {text-decoration: underline;
 color:#FFFFFF ;
  				}*/
				
a.one:link{
  color             : #CC6600;
  text-decoration   : none;
 }
a.one:visited{
  color             : #CC6600;
  text-decoration   : none;
 }
a.one:hover {
  color             : #FFFFFF;
  text-decoration   : underline;
 }
a.one:active{
  color             : #FFFFFF;
  text-decoration   : none;
  }

a.two:link{
  color             : #CC6600;
  text-decoration   : none;
  }
a.two:visited{
  color				:#996633;
  text-decoration   : none;
  }
a.two:hover {
  color             : #CC6600;
  text-decoration   : underline;
}
a.two:active{
  color             : #336699;
  text-decoration   : underline;
  }
   
/* specific divs */
/*div.center {
		margin-left: auto;
		margin-right: auto;
		width: 32em;
 }*/

#menu {background: #81a1c4 url(images/menu.jpg) no-repeat;
		font-size: 90%;
		color: #ffffff;
	position:absolute;
	left: 40px;
	top: 50px;
	line-height: 2em;
	width: 150px;
	height: 510px;
	margin: 10px 10px 10px 10px;
	padding: 125px 10px 0px 10px;
					}

#hoofdkader {background: #ffffff url(images/balk2.jpg) no-repeat 50% 0% ;
		position: absolute ;
		left: 250px;
		top: 10px;
		width: 570px;
		color: #336699 ;
		padding: 250px 15px 15px 15px ;
		margin: 0px 5px 5px 15px ;
		text-align:left ;
						}
		
