body{
	background-color: black;
	font-family: Garamond;
	font-size: 12pt;
}

div#container{
	position: absolute;
	width: 769px;	
	height: 100%;
	left: 50%;
	top: 0px;
	margin-left: -385px; 
}

div#logo{
	position: absolute;
	width: 500px;
	height: 150px;
	left: 115px;
	top: 0px;
	background-image: url(images/logo1.png);
}

div#menulinks{
	position: absolute;	
	width: 154px;
	height: 415px;
	left: 0px;
	top: 150px;
	font-size: 14pt;
}

div#menulinksboven{
	position: absolute;
	width: 154px;
	height: 44px;
	left: 0px;
	top: 0px;
	background-image:  url(images/linksbovenmenu.png);
}

div#menulinkstitel{
	position: absolute;	
	left: 20px;	
	top: 18px;
}

div#menulinkscontent{
	position: absolute;
	width: 154px;
	height: 317px;
	left: 0px;
	top: 44px;
	background-image:  url(images/menulinks.png);
}

div#menulinkcontentcontent{
	position: absolute;
	left: 20px;
	top: 12pt;

	
}

div#menulinksonder{
	position: absolute;
	width: 154px;
	height: 26px;
	left: 0px;
	top: 361px;
	background-image:  url(images/linksondermenu.png);
}

div#content{
	position: absolute;
	width: 461px;
	height: 100%;
	left: 154px;
	top:150px;	
}

div#contentboven{
	position: absolute;
	width: 461px;
	height: 11px;
	left: 0px;
	top: 0px;	
	background-image: url(images/siteboven.png);
}

div#contentcontent{
	position: absolute;
	width: 461px;
	height: 500px;
	left: 0px;
	top: 11px;	
	background-color: white;	
}

div#contentcontenttekst{
	position: absolute;
	width: 441px;
	height: 500px;
	left: 10px;
	top: 0px;
	background-color: white;
	overflow: auto;	
	text-align: justify;
}

div#contentcontenttekst h3{
	text-align: center;
}

div#contentonder{
	position: absolute;
	width: 461px;
	height: 11px;
	left: 0px;
	top: 511px;	
	background-image: url(images/siteonder.png);
}

div#menurechts{
	position: absolute;
	width: 154px;
	height: 450px;
	left: 615px;
	top: 150px;
}

div#menurechtsboven{
	position: absolute;
	width: 154px;
	height: 44px;
	left: 0px;
	top: 0px;
	background-image: url(images/rechtsbovenmenu.png);
}

div#menurechtstitel{
	position: absolute;	
	right: 20px;
	top: 18px;
}

div#menurechtscontent{
	position: absolute;
	width: 154px;
	height: 380px;
	left: 0px;
	top: 44px;
	background-image: url(images/menurechts.png);
}

div#menurechtscontentcontent{
	position: absolute;
	width: 144px;
	height: 370px;
	left: 5px;
	top:  5px;
}

div#foto1{
	position: absolute;
	width: 144px;
	height: 120px;
	left: 0px;
	top: 0px;
}

div#foto2{
	position: absolute;
	width: 144px;
	height: 120px;
	left: 0px;
	top: 125px;	
}

div#foto3{
	position: absolute;
	width: 144px;
	height: 120px;
	left: 0px;
	top: 250px;
}

div#menurechtsonder{
	position: absolute;
	width: 154px;
	height: 26px;
	left: 0px;
	top: 424px;
	background-image: url(images/menuonderrechts.png);
}

.sub{
	font-size: 12pt;
	padding-left: 10px;	
}

ul {
	list-style-type: square;
	padding-left: 20px;
}
ul.menu, ul.menu ul {	      
	padding-left: 0px;          
	cursor: default;            
	margin: 0px;     	
}

ul.menu li, ul.menu a {
	list-style-type: none;      
	margin: 0px;                 
	color: #f2f2f2;
	text-decoration: none;
}

ul.menu > li {
	padding-bottom: 5px;
}
  
ul.menu li > ul {         
	display: block;               
	font-size: 8pt;
	padding-left: 5px;
}

ul.menu li:hover,ul.menu a:hover, ul.menu li.CSStoHighlight {
	color: #1d8fca;                
}

ul.menu ul.CSStoShow {     
	display: block;              
}
ul.menu li:hover > ul {   
	display: block;             
}
.menutitel{
	font-size: 15pt;
	font-weight: bold; 
}

a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}



