@charset "UTF-8";
/* CSS Document */

html,body{
	font-family:verdana;
	font-size:12px;
	color:#000;
}
#wrapper{
	position:absolute;
	width:800px;
	height:600px;
	margin-left:-400px;
	left:50%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}
#inloggen{
	position:absolute;
	right:0px;
	top:0px;
	width:150px;
	text-align:right;
	color:white;
	font-size:10px;
	padding:5px 10px;
}
	#inloggen a,a{
		color:#FF8C00;
		text-decoration:none;
	}
#home{
	position:absolute;
	width:523px;
	height:auto;
	top:142px;
	left:215px;
	padding:40px 30px;
}
	#home h1{
		font-size:12px;
		color:#FF8C00;
		font-weight:bold;
		margin:0px;
		line-height:14px;
	}
	#home p{
		margin:0px;
		line-height:14px;
	}
	#home a{
		color:#000;
		font-weight:bold;
		text-decoration:underline;
	}
	#home table{
		margin-top:0px;
		width:100%;
	}
	#home td{
		padding:10px;	
	}
	#home #wijzigform p{
		text-align:center;
		margin:10px;
	}
	#home #wijzigform .text{
		width:200px;
	}
	#home #wijzigform .file{ width:200px; }
	#home #wijzigform textarea{
		border:1px solid black;
		height:450px;
	}
	#home #wijzigform .button{
		border:1px solid black;	
		background-color:#FF8C00;
		color:black;
		padding:3px 10px;
	}
	.floatRight{
		float:right;	
	}
	.floatLeft{ float:left; }
#topmenu{
	position:absolute;
	width:214px;
	height:150px;
	top:0px;
	left:0px;
	cursor:pointer;
}
#sidemenu{
	position:absolute;
	width:214px;
	height:450px;
	top:150px;
	left:0px;
}
	#sidemenu img{
	border:0px;
	margin-left:20px;
	margin-top:9px;
	}
#websiteverzorging{
	position:absolute; 
	left:0px;
	height:15px;
	top:610px;
	width:214px;
	font-size:8px;
	text-align:center;
}
