/* CSS Document */

body{
	background-color: #9FD668;
	}
	
#total {
	background-color: #FFFFFF;
	width: 1000px;
	height: 850px;
	}

#content{
	width: 500px;
	}

#spreekuur {
	width: 415px;
	vertical-align: text-top;
	line-height: 20px;
	}

#content a{
	color: #000000;
	}

#content a:hover{
	color: #666666;
	text-decoration: underline;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	line-height: 20px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	}

#left {
	background-color: #333333;
	width: 250px;
	vertical-align: text-top;
	}

#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #9FD668;
	width: 200px;
	text-align: right;
	}

#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #97B7DD;
	display: block;
	width: 200px;
	text-align: right;
	text-decoration: none;
	}

#left a:hover{
	color: #FFFFFF;
	}

#right {
	width: 250px;
	vertical-align: text-top:
	}

#right p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #9FD668;
	width: 200px;
	text-align: left;
	}

#right a{
	color: #666666;
	text-decoration: none;
	}

#right a:hover{
	text-decoration: underline;
	}

#footer{
	width: 450px;
	height: 40px;
	background-color: #FFFFFF;
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	}

#footer a:hover {
	color: #666666;
	}

