@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
h1, p {
	margin-bottom: 12px;
}
h1 {
	font-size: 14px;
}
i {
	font-size: 10px;
}
h1, h2 {
	color: #5bc0c0;
}
a {
	font-size: 14px;
	color: #008080;
}
#container {
	width: 900px;
	margin: 0 auto;
	border-top: none;
	text-align:center;
}
img {
	border: none;
}
img.logo {
	padding-top: 36px;
}
#knoppen {
	padding-top: 50px;
	margin: 0;
}
#particulieren {
	float: left;
	padding: 0 30px 0 132px;
	text-align: left;
	width: 288px;
	height: 281px;
	background-image:url(../img/particulieren.jpg);
	background-repeat:no-repeat;
	background-position: 127px 20px;
}
#docenten {
	float: left;
	padding: 0 132px 0 30px;
	text-align: left;
	width: 288px;
	height: 281px;
	background-image:url(../img/docenten.jpg);
	background-repeat:no-repeat;
	background-position: 25px 20px;
}
div #nav {
	margin-top: 222px;
}
#docenten #nav div {
	width: 95px;
	float: left;
}
#docenten #nav div a {
	margin-bottom: 4px;
}
#particulieren a, #docenten a {	
	display: block;
	text-decoration: none;
	width: auto;
	float:left;
}
#particulieren a:hover, #docenten a:hover {
	color: white;
}
#particulieren p, #docenten p {	
	line-height: 16px;
	font-size: 16px;
}
#footer {
	padding-top: 50px;
	clear: left;
	text-align: right;
	height: 100px;
	background-image: url(../img/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer p{
	padding-top: 65px;
	margin: 0 0 2px 0;
	color: #b3b3b3;
	font-size: 10px;
}
#footer p a{
	color: #b3b3b3;
	font-size: 10px;
	text-decoration: underline;
}
#footer p a:hover {
	color: #8bd9d9;
}
