*, html {
    margin: 0;
    padding: 0;
}

body {
    font: 0.8em arial, verdana, sans-serif; 
	color : #000;
	background: #fff url(img/bgstripe.jpg) repeat-y center;
	}

acronym {
	border-bottom : 1px dashed #aaa;
	}

a {
	text-decoration : none;
	color : #333;
	outline:none;
	}	

a:hover {
	color : red;
	outline:none;
	}

hr {
	border:1px dashed #ccc;
	}
	
h1 {
	font:bold 1.1em  arial, verdana, sans-serif; 
	color : red;
	padding:5px 10px 0 0 ;
	text-align:right;
	}
	
h2 {
	font:bold 1em  verdana, arial, sans-serif; 
	color : #002755;
	padding: 1em 20px 0 20px;
	margin:0;
	}
	
h3	{
	font:bold 0.9em  verdana, arial, sans-serif; 
	color : black;
	margin:0;
	padding: 1em 20px 0 20px;
	}
	
img {
	border:0;
	}
	 
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	background : url(img/bgfadeb.jpg) repeat-y;
	}
	
#header {
	background : url(img/top01.jpg) no-repeat;
	height : 176px;
	width : 750px;
	}
	
#topmenu {
	position: absolute;
    top: 127px;
    left: 223px;
	font:bold 11px verdana, arial, sans-serif; 
	height:20px;
	}
	
#topmenu ul li {
	list-style:none;
	float:left;
	padding:5px;
	}
	
#topmenu ul li a{
	color : #fff;
	padding: 5px 5px;
	}
	
#topmenu ul li a:hover {
	color : white;
	background:green;
	}

#adres {
	position: absolute;
    top: 157px;
    right: 8px;
	font: 0.76em  verdana, arial, sans-serif; 
	color : #555;
	}
	
#adres ul li {
	list-style:none;
	float:left;
	padding-left:14px;
	}
	
#inhoud {
	position: absolute;
	width : 488px;
	text-align:left;
	top: 185px;
	left:223px;
	background : url(img/cornertopleftwhite2.gif) no-repeat left top;
	}
	
#inhoud p {
	padding: 4px 20px 5px 20px;
	line-height : 1.6em;
	}

#inhoud a {
	text-decoration:underline;
	}
	
#inhoud ul li {
	margin-left:30px;
	list-style-type:none;
	}
	
#inhoud ul li span{
	color:red;
	margin-left:15px;
	}
	
#inhoud ul li ul li ul li{
	list-style-type:square;
	font-size:90%;
	}
	
#inhoud img{
	padding: 4px 20px 5px 20px;
	float:right;
	}
	
h6{
	width:100%;
	height:30px;
	background : url(img/cornerbottomrightwhite2.gif) no-repeat right bottom;
	}
	
#lijst {
	width : 178px;
	position: absolute;
    top: 185px;
    left: 14px;
	margin : 0px 4px 0px 5px;
    color:#00008B;
	background : url(img/cornertopleftwhite.gif) no-repeat left top;
	}
	
#lijst ul{
	font-weight : normal;
	padding:10px;
	background : url(img/cornerbottomrightwhite.gif) no-repeat right bottom;
	}

#lijst li{
    font-size:12px;
	padding:4px 0;
	list-style-type:none;
	margin-left:16px;
	}
	
form fieldset {
	margin: 0 12px 0px 18px;
	}
	
form legend {
	padding: 0 2px;
	font-weight:bold;
	}
	
form label {
	display:inline-block;
	line-height:1.8em;
	vertical-align:top;
	padding-left:8px;
	}
	
form fieldset ol {
	margin:0;
	padding:0;
	}
	
form fieldset li {
	list-style:none;
	padding:5px;
	margin:0;
	}
	
form label {
	width:120px;
	}
	
textarea {
	vertical-align:top;
	width:200px;
	height:100px;
	}

#elcelink {
	position: absolute;
	top: 0px;
	right:8px
	}
	
#elcelink a {
	text-decoration:none;
	color: white;
	font: 10px verdana, arial, sans-serif;
	}

#elcelink a:hover {
	color: red;
	}
	
#footer a{
	padding: 20px 15px 0 0;
	}
	
#pch {
	width:100%;
	}

#pch img {
	float:left;
	}

.calign {
	text-align:center;
	font-size:80%;
	}