body {
		margin: 				0px;
		background-color: 		#545916;
}
table {
		border-collapse: collapse;
}
#container {
		margin: 0 auto 0;
		width: 1024px;
		padding: 0px;
		height: 100%;
}
#leftside {
		 background-image: url(../images/leftback.gif);
 		 background-repeat: repeat-y;
 		 background-position: right;
		 width: 62px;
		 height: 100%;
}

#rightside {
		 background-image: url(../images/rightback.gif);
		 background-repeat: repeat-y;
		 background-position: left;
		 width: 62px;
		 height: 100%;
}

#centerside {
		background-color: 		#ffffff;
		width: 900px;
		height: 100%;
		vertical-align: top;
		padding: 0px;
		height: 100%;
}

#header {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 25px 0px;
		border-bottom: 1px dotted black;
		height: 15px;
		overflow: visible;
}

#headerphoto {
		background-image: url(../images/groen.jpg);
		width: 900px;
		height: 200px;
}

#menu1 {
		padding-top: 2px;
		font-size: 11pt;
		text-align: right;
		letter-spacing: 1px;
}
#content {    	
		padding: 15px;
		text-align: left;
		vertical-align: top;
}
#bottom {
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: 1px dotted black;
		height: 35px;
}
#fotohok {
    text-align: center; 
    margin: 0 auto 0;
    float: right;
    border-left: 1px dotted black;
    width: 400px;
    padding: 5px;
    
    
}
p, li, form, td, span, textarea, input {
		font-size: 10pt;
		font-family:  "Tahoma", "Trebuchet MS", sans-serif;
		line-height: 16pt;
		color: #000000;		
}

textarea, input {
		color: #000000;
		line-height: 14pt;
}

h1 {
		font-size: 15pt;
}

.title {
		color: #000000;
		font-size: 11pt;
		font-weight: bold;
}
	
.text {
		text-align: left;	
}

.small {
		font-size: 8pt;
}

.menuitem {
		border-top: 1px solid white;
		margin-top: 5px;
		display: inline;
		margin: 0px;
		padding: 0px 7px 0px 7px;
}
body>html .menuitem {
		margin: -3px;
}

a, a:link, a:visited, a:hover {
		color: #504477;
		text-decoration: none;
}
a:hover {
		color: #dddddd;
}
a .menuitem, a:link .menuitem, a:visited .menuitem, a:hover .menuitem {
		color: #aaaaaa;
		text-decoration: none;
}
a:hover {
		color: #dddddd;
}

a:hover .menuitem {
		color: #dddddd;
		border-top: 5px solid #545916;
}
a .zwart, a:link .zwart, a:visited .zwart, a:hover .zwart {
		color: #000000;
		border-bottom: 1px solid #000000;
		
}

img {
	border: none;
	vertical-align: middle;
}
.center {
		text-align: center;
}
.form {
	color: #000000;
	background-image: url(../images/formback.jpg);
	background-repeat: repeat-x;
}