* {
  margin: 0;
  padding: 0;
}
img, div { behavior: url(iepngfix.htc) }

#container {
	margin: 0 auto;
	width: 960px;
	border: 0px 0px 0px 0px solid #FFFFFF; /*bottom, left, right, top*/
	text-align: left;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

/*  content gedeelte */
#left{
	width:276px;
	height:528px;
	margin-top:35px;
	float:left;
	/*background-image:url(afbeeldingen/left.png);
	background-repeat:no-repeat;*/
}

#right{
	width:654px;
	/*height:528px;*/
	/*min-height:481px;*/
	margin-top:100px;
	float:right;
}
#right-top {
	width:654px;
	height:31px;
	background-image:url(afbeeldingen/right-top.png);
	background-repeat:no-repeat;
}
#right-midden {
	width:654px;
	min-height:418px;
	max-height:100%;
	height:100%;
	background-image:url(afbeeldingen/right-midden.png);
}
#right-bottom {
	width:654px;
	height:16px;
	background-image:url(afbeeldingen/right-bottom.png);
	background-repeat:no-repeat;
	clear: both;

}
#menubg {
	width: 615px;
	height: 36px;
/*	margin-top:30px;*/
	margin-left:15px;
}
#bevind {
	width: 525px;
	/*float:left;*/
	padding-left:5px;
	/*margin-top:10px;*/
	margin-bottom:10px;
	margin-left:15px;	
	font-family:Verdana;
	font-size:11px;
	color:#729181;
}
#ingelogd {
	width: 595px;
	padding: 10px 10px 10px 10px;
	margin-top:5px;
	margin-left:15px;
	background-color:#F1F8E8;
	font-family:Verdana;
	font-size:11px;
	color:#729181;
}
#ingelogd2 {
	width: 595px;
	padding: 10px 10px 10px 10px;
	margin-top:5px;
	margin-left:15px;
	font-family:Verdana;
	font-size:11px;
	color:#729181;
}
#container-content {
	width: 595px;
	padding: 10px 10px 10px 10px;
	min-height:135px;
	margin-top:5px;
	margin-left:15px;
	background-color:#F1F8E8;
	text-align: justify;
	font-family:Verdana;
	font-size:11px;
	color:#30383A;
}
#container-content p{
	font-family:Verdana;
	font-size:11px;
	color: #30383A;
	margin-bottom:10px;
}
#container-content h1{
	font-family:Verdana;
	font-size:14px;
	color: #4D7C9A;
	font-weight:600;
	margin-bottom:10px;
}
#container-content ul {
	margin-left: 15px;
/*	padding: 0px;
	list-style-type:disc;*/
}
#container-content li {
	margin-left: 15px;
	/*float: left;
	list-style-type:disc;
	list-style-position:inside;*/
}
#footer {
	width: 595px;
	margin-top:10px;
	margin-left:320px;
	font-family:Verdana;
	font-size:11px;
	/*color:#30383A; kleur uit photoshop*/ 
	color:#B5BABC;
}
/*#content {
	float: right;
	width: 690px;
	padding-right:10px;
	padding-left:200px;
	padding-top:10px;
	padding-bottom:30px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#339966;
	background-image:url(afbeeldingen/hond.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:200px;
}

#content ul {list-style-type:disc; padding-left:20px; } */

.clear {
	clear: both;
}

/* links */
#content a {
	font-family: Verdana;
	font-size:12px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

#footer a{
	color: #B5BABC;
	text-decoration: underline;
}
#footer a:visited{
	color: #B5BABC;
	text-decoration: underline;
}
#footer a:hover{
	color: #B5BABC;
	text-decoration: none;
}

