img, div { behavior: url(../iepngfix.htc) }

html {
	background-color: #455053;
	background-image:url(../afbeeldingen/bg.jpg);
	background-repeat:repeat-x;
  	height: 100%; 
}
#container {
	margin: 0 auto;
	margin-top:20px;
	width: 1005px;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
.print {
	display: none;
}
#top{
	height:20px;
	width:376px;
	padding-left:20px;
	padding-top:6px;
	margin-left:590px;
	background-image:url(../afbeeldingen/top.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:12px;
}
#header{
	height:28px;
	width:100%;
	background-image:url(../afbeeldingen/header.png);
	background-repeat:no-repeat;
}
#content{
	width:100%;
	background-image:url(../afbeeldingen/bg-content.png);
	background-repeat:repeat-y;
}
#left{
	float:left;
	width:306px;
	margin-left:26px;
}
#left-top{
	height:25px;
	width:100%;
	background-image:url(../afbeeldingen/left/top.jpg);
}
#left-text{
	width:100%;
	background-image:url(../afbeeldingen/left/bg.jpg);
	background-repeat:repeat-y;
}
#left-bottom{
	height:25px;
	width:100%;
	background-image:url(../afbeeldingen/left/bottom.jpg);
}
#right{
	float:right;
	width:630px;
	margin-right:26px;
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
}
#right-bevindt{
	width:100%;
	margin-top:5px;
	text-align:right;
	font-size:10px;
}
#right-content{
	width:100%;
}
#mededelingen{
	width:630px;
	height:30px;
	padding-top:10px;
	background-image:url(../afbeeldingen/right/mededelingen.jpg);
}
h1 {
	font-family:Verdana;
	font-size:17px;
}
#bottom{
	width:950px;
	margin-left:26px;
	margin-top:15px;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	line-height:16px;
}
#bottom-left{
	float:left;
	width:613px;
	height:96px;
	padding:10px;
	background-image:url(../afbeeldingen/bottom/left.jpg);
	background-repeat:no-repeat;
}
#bottom-right{
	float:right;
	width:290px;
	height:96px;
	padding:10px;
	background-image:url(../afbeeldingen/bottom/right.jpg);
	background-repeat:no-repeat;
}
#footer{
	height:60px;
	width:100%;
	background-image:url(../afbeeldingen/footer.png);
	background-repeat:no-repeat;
}
#footer-left{
	float:left;
	width:450px;
	height:30px;
	padding-top:40px;
	padding-left:50px;
	font-family:Verdana;
	font-size:12px;
}
#footer-right{
	float:right;
	width:300px;
	height:30px;
	padding-top:40px;
	padding-left:55px;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
}
#clear {
	clear: both;
}
/*		links		*/
#top a, #footer-left a, #right-bevindt a{
	color:#212729;
	text-decoration:none;
}
#top a:hover, #footer-left a:hover, #right-bevindt a:hover{
	color:#212729;
	text-decoration:underline;
}
 #right-content a{
	color:#212729;
	text-decoration:underline;
}
 #right-content a:hover{
	color:#212729;
	text-decoration:none;
}
#footer-right a, #bottom a{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer-right a:hover, #bottom a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

