body {

background-color:#FAFAFA;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.basistabel {
background-color:#FAFAFA;
}
	
		
H3 {
font-size: 20px;
color: #000080;
}		
		
A, A:LINK, a:VISITED, A:FOCUS {
text-decoration : none;
color: #000080;

}

A:HOVER, A:ACTIVE {
text-decoration : underline;
color: #808080;

}

.submenu A, 
.submenu A:LINK,
.submenu A:VISITED, 
.submenu A:FOCUS  {
font-size: 14px;
text-decoration : none;
color: #000080;

}

.submenu A:HOVER, 
.submenu A:ACTIVE {
text-decoration : underline;
color: #808080;
}

.submenuselected A, 
.submenuselected A:LINK,
.submenuselected A:VISITED, 
.submenuselected A:FOCUS {
text-decoration : underline;
color: #808080;

}

.submenuselected A:HOVER, 
.submenuselected A:ACTIVE {
text-decoration : none;
color: #000080;

}

.projecten A, 
.projecten A:LINK,
.projecten A:VISITED, 
.projecten A:FOCUS {
text-decoration : none;
color : #000000;

}

.projecten A:HOVER,
.projecten A:ACTIVE {
text-decoration : underline;
color : #000000;
}


.klein {
font-size: 12px;
}


.kleiner {
font-size: 10px;
color : #000080;
}

.kleiner A, 
.kleiner A:LINK,
.kleiner A:VISITED, 
.kleiner A:FOCUS {
color: #000080;
text-decoration : none;
}

.kleiner A:HOVER, 
.kleiner A:ACTIVE {
text-decoration : underline;
color: #808080;
}

.selected A, 
.selected A:LINK,
.selected A:VISITED, 
.selected A:FOCUS { 
color: #808080;
text-decoration : underline;
}

.selected A:HOVER, 
.selected A:ACTIVE {
text-decoration : underline;
color: #000080;
}


td {
font-size: 12px;
color : #000000;
}
p {
font-size: 12px;
color : #000000;
}
b {
color : #000080;
}

.menu, menu td {
font-size: 14px;
}


.formulier
{
background-color: #FFFFFF; 
font-size: 14px; 
color: #000080; 
border: solid 1px #808080;
}

.update {
border:solid 1px #bcbaba; 
padding:4px;
}
.update p {
margin: 0px;
font-size:12px;
}
.weblogvoorpagina {
border:solid 1px #bcbaba; 
padding:4px;
}

.headerachtergrond {
background-color:#c0c0c0;
}

.headertekst {
font-size: 16px;
font-weight: bold;
color:#000080;
}

.headertekst A, .headertekst A:LINK, .headertekst a:VISITED, .headertekst A:FOCUS, .headertekst A:HOVER, .headertekst A:ACTIVE {
text-decoration: none;
color:#000080;
}

div {
padding:0px;
margin:0px;
}

div.wrapper {
position:relative; /* important(so we can absolutely position the description div */ 
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:80px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:#202020;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
div.description_content{
	padding:10px;
}
div.wrapper2 {
position:relative; /* important(so we can absolutely position the description div */ 
}
div.description2{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:10px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:#202020;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
div.description2_content{
	padding:3px;
}

