﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
p {
	color:black;
}

a {
  color: black;
}

.left a:visited {color: black}
.left a:hover {color: #2E95A3}

body{
	margin: 0px;
	/*background-image:url(../img/body.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	text-align: center;
	background-color: #C6FFFA;
	/*color: #FF0000;*/
}


.main {
	background-color: #C6FFFA;
	width:900px;
	margin: 0 auto 0 auto;
}

.header {
	/*background-color: #666666;*/
	width:900px; 
	height:98px;
	background-image:url(../img/indexlogo2.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#D6E055;
}


/* misc */
.clearer {clear: both;}

.right {
	list-style: none;
	background-color: #8080FF;
	width: 184px;
	float: right;
	margin: 10px;
	text-align: left;
	text-decoration: none;
}

.center {
	width:300px;
	float:left;
	margin: 10px;
}

.left {
	width:650px;
	float:left;
	margin: 10px;
	text-align: left;
}

.boxtext {
	border-top:1px #4F4239 solid;
	border-bottom:1px #4F4239 solid;
}

.nav {
	width: 900px;
	/*background-image:url('../img/navback.gif');*/
	background-repeat:no-repeat;
	background-position:center;
	/*background-color: #CC0000;*/
	background-color:#2E95A3;
	margin-top: 0px;
}

.nav ul{
list-style: none;
line-height:normal;
padding: 10px;
}

.nav li{
display: inline;
margin: 0 10px 0 0;
}

.nav a{
font-weight: bold;
text-decoration: none;
padding:1O O 1O O;
}

.nav a:link, a:visited{
/*border-bottom: 2px solid #DA2502;*/
color:white;
}

.nav a:hover, a:active{
/*border-bottom: 2px solid #F5EC00;*/
/*background-color:#50B8B4;*/
background-image:url(../img/navback.gif);
background-repeat:repeat-x;
color:#000;
/*border-bottom:3px black solid;*/
} 


#right .box1 {
	/*background-image:url(../img/rt.gif);
	background-repeat:no-repeat;*/
	height:30px;
	background-color:#CC0000;
	text-align:center;
	/*border-bottom:3px black solid;*/
}

/* navigation */
.navigation {
	width:200px;
	float:right;
	margin: 10px;
	text-align: left;
}
.navigation h1 {
	background: #2E95A3;
	color: #FFF;
	font-size: 1em;
	line-height: 30px;
	padding-left: 12px;
	margin:0px;
}
.navigation h2 {
	color: #B36B00;
  	border: 1px dotted #B36B00;
  	background-color: #FFE6BF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	/*border-bottom: 1px solid #D5E8AD;*/
	list-style: none;
}
.navigation li a {
	background: #D6E055;
	color: black;
	display: block;
	padding: 2px 4px 4px 2px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #E2FFA8; 
	color: black;
}

.img {
  	margin: 5px 10px 5px 0px;
  	float:left;
  	clear:left;
  	border:1px black solid;
}	

.teksthoofding {
color:black;
text-align:left;
border-bottom:1px #660000 solid;
}

.tekst {
color:black;
text-align:left;
}


.footer {
	width: 900px;
	height: 20px;
	margin-top:20px;
	color:white;
	background-color: #2E95A3;
	height:31px;
}

.footer a {
	color:white;
	text-decoration:none;
}
