html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	}
	
#main {
	width: 800px;
	position: absolute;
	margin-left: -400px;
	height: 450px;
	margin-top: -225px;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	}
	
#main .top {
	width: 800px;
	margin-bottom: 8px;
	}
	
#main .top_nav {
	width: 800px;
	margin-bottom: 0px;
	border-bottom: 1px #000 solid;
	padding-bottom: 0px;
	background: url('../img/logo_kvv.jpg');
	background-repeat: no-repeat;
	background-position: 0;
	height: 30px;
	}

.link1 {
/*background-color:#FF0000;*/
border:none dotted #ff9933; /*thin */
/*border:none; *//*thin */
position:absolute;
width:80px;
height:28px;
margin:0px 0px 0px 0px;
}
	
#main .top_nav ul {
	vertical-align: bottom;
	list-style-type: none;
	margin: 0;
	padding-top: 11px;
	text-align: right;	
	}
	
#main .top_nav ul li {
	display: inline;
	padding-left: 30px;
	}
	
#main .top_intro {
	width: 800px;
	margin-bottom: 2px;
	}
	
#main .top_nav_intro {
	width: 800px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
#main .top_nav_intro ul {
	vertical-align: bottom;
	list-style-type: none;
	margin: 0;
	padding-top: 11px;
	text-align: right;	
	}
	
#main .top_nav_intro ul li {
	display: inline;
	padding-left: 30px;
	}

	
#main .content {
	width: 800px;
	height: 366px;
	}
	
#main .bottom {
	width: 800px;
	}
	
#main .bottom_nav {
	width: 800px;
	height: 13px;
	margin-top: 4px;
	border-top: 1px #000 solid;
	padding-top: 2px;
	}
	
#main .bottom_nav ul {
	list-style-type: none;
	margin: 0;
	text-align: center;	}
	
#main .bottom_nav ul li {
	display: inline;
	padding-right: 14px;
	}
	
#main .bottom_nav ul li.last {
	display: inline;
	padding-right: 0px;
	}

#main .line {	
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px #000 solid;
	height: 1px;	
	}
	
#main .content .visie_right {
	font-size: 0.89em;
	float: left;
	width: 635px;
	height: 100%;
	overflow: auto;
	padding-left: 10px;
	}
	
#main .content .visie_left {
	float: left;
	width: 155px;
	height: 101%;
	background: url('../img/visie.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#main .content .voorwaarden {
	padding-top: 20px;
	height: 349px;
	overflow: auto;
	padding-right: 10px;
	}
	
#main .content a:link, #main .content a:visited {
	text-decoration: underline;
	}
	
#admin {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	}
	
#admin a:link, #admin a:visited { 
	color: #fff;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #333;
	}
	
a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	color: #E52B38;
	text-decoration: none;
	}
	
a:link.current, a:active.current, a:visited.current {
	color: #E52B38;
	text-decoration: none;
	} 

.clear { 
	clear: both; 
	}
	
h1 {
	font-size: 1.8em;
	color: #FF0000;
	}
	
p {
	padding-bottom: 15px;
	}

b, strong {
	font-weight: bold;
	}
	
.left { 
	float: left;
	width: 51%;
	height: 100%;
	}
	
.right {
	float: left;
	width: 40%;
	height: 100%;
	}
	
#contact {
	padding-top: 30px;
	}
	
.button {
	font-family: Arial;
	background-color: #fff;
	color: #333;
	border: 1px solid #fff;
	border-bottom: 1px solid  #ccc;
	border-right: 1px solid #ccc;
	height: 23px;
	padding: 0 5px 4px 5px;
	width: 100px;
	margin-left: 182px
	}	
	
.button:hover {
	border: 0;
	border-top: 1px solid  #ccc;
	border-left: 1px solid #ccc;
	}
	
	
form textarea, form input {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	margin-bottom: 4px;
	margin-top: 0px;
	color: #333;
	width: 280px;
	}
	
	
form textarea:hover, form textarea:focus, form input:hover, form input:focus {
	border-bottom-color: #999999;
	}	
	
ul { 
	list-style-type: circle;
	}

ul li { 
	list-style: none; 
	list-style-type: circle;
	list-style-position: inside;
	margin: 5px 0;
	}
	
.mogelijkheden {
	padding-top: 20px;
	}
	
.verplicht {
	color: #E52B38;
	font-size: 70% ;
	}
	
.credits {
	text-align: right;
	}
	
.credits  a:link, .credits a:visited {
	color: #C61A2F;
	font-size: 80%;
	text-align: right;
	}
	
.credits a:hover {
	color: #9F1727;
	}
	

