body {
	background-image: url(jpeg/achtergrond.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #00525a;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
}

h1 {
	  font-size: 140%;
    font-weight: bold;
		line-height: 30pt;
}

h2 {
	  font-size: 120%;
    font-weight: bold;
		line-height: 20pt;
}
h3 {
	  font-size: 100%;
    font-weight: bold;
		line-height: 10pt;
}

blockquote{
color: #00525a;
border: 2px dotted #00525a;
background: #ffde10;
margin: 15px 15px 15px 15px;
padding: 5px;
}
		
a {
	 text-decoration: none; 
   color: #ffde10;
	
}
table {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
	line-height: 20px; 

} 
 #container {
	position: absolute;
	height: 350px;
	width: 604px;
	left: 270px;
	top: 150px;
	overflow:auto;
	padding-right:40px;
}
#container li{
	list-style-type: none;
	list-style-image: url(gif/ster.gif);
	
}
#container a {
	text-decoration: none;
	color: #00525a;
}

#adres {
	position: absolute;
	left: 800px;	
	font-weight: bold;
	color: #ffde10;
	width: 182px;
	height: 99px;
}

#adres .links {
	text-decoration: none;
	color: #ffde10;
}

#menu {
	overflow:visible;
	position: absolute;
	top: 250px;
	left: 0px;
}
#menu li{
	list-style-type: none;
	list-style-image: none;
	display: block;
}
#menu a 
{
	display: block;
	text-align:left;
	width: 160px;
	text-decoration: none;
	color: #ffde10;
	background-image: url(gif/knop.gif);
	background-position: right;
	background-repeat:no-repeat;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
} 
#menu a:hover 
{ 
position: relative; 
top: -1px; 
left: 1px; 
}
#submenu a
{	
	background-image: none;
	color: #ffde10;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}
#submenu a:hover 
{ 
position: relative; 
top: 0px; 
left: 0px;
text-decoration: none;
	color: #000000;
}

