/* CSS Document */

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

html {
	background-image:url(afbeeldingen/background.jpg);
	background-position:center top;
}

body {
  	height: 100%; 
}

#container {
	margin: 0 auto;
	margin-top:40px;
	width: 950px;
	border: 0px 0px 0px 0px solid #FFFFFF; /*bottom, left, right, top*/
	text-align: left;
	position: relative;
	height:540px;
}
.print {
	display: none;
}
.aanvraag-knop{
	padding: 0px 2px 2px 2px;
    height: 20px;
    /*width: 200px;*/
    border: 0px;
    font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color:#6F1370;
	cursor:pointer;
}
#left {
	width:213px;
	height:540px;
	float:left;
	/*opacity: .8;
	filter: alpha(opacity=80);
	background-color:#FFFFFF;*/
	background-image:url(afbeeldingen/x.png);
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	line-height:22px;
}

#content-home {
	width: 337px;
	height:520px; 
	float:left;
	padding:10px;
	font-family:Verdana;
	font-size:11px;	
	color:#080465;
	text-align: left;
	line-height:18px;
	background-color:#FFFFFF;
	overflow:auto;
}
#content-home a{
	color:#6F1370;
	text-decoration:none;
}
#content-home a:hover{
	text-decoration:underline;
}

#content-text {
	width: 717px;
	height:520px; 
	float:left;
	padding:10px;
	font-family:Verdana;
	font-size:11px;	
	color:#080465;
	text-align: left;
	line-height:18px;
	background-color:#FFFFFF;
	overflow:auto;
}
#content-text a{
	color:#6F1370;
	text-decoration:none;
}
#content-text a:hover{
	text-decoration:underline;
}
h1 {
	font-size:11px;
	color:#1677E3;
	font-weight:bold;
	line-height:18px;
}

#right-photo {
	width:340px;
	height:500px;
	float:right;
	padding:20px;
	background-color:#FFFFFF;
}
#footer{
	margin: 0 auto;
	width: 950px;
	padding-top:8px;
	position: relative;
	height:25px;	
	text-align: center;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	opacity: .4;
	filter: alpha(opacity=40);
	background-color:#FFFFFF;
}
#footer a {
	color:#000000;
	text-decoration:underline;
}
#footer a:hover {
	font-weight:bold;
	text-decoration:none;
}
