body {
	background-color:#F1FCE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* hele site */

.a {
height:600px;
width:800px;
float:left;
position:absolute;
}

/* content algemeen */

.b {
height:600px;
width:600px;
float:left;
position:absolute;
left:190px;
top:155px;
}

/* c en d zijn de boxen bij beheer.php */

.c {
height:385px;
width:155px;
float:left;
position:absolute;
left:190px;
top:155px;

border-style:solid;
border-width:1px;
border-color:#FFFFFF;
}

.c2 {
height:10px;
width:155px;
float:left;
position:absolute;
left:190px;
top:555px;

border-style:solid;
border-width:1px;
border-color:#FFFFFF;
}

.d {
height:420px;
width:410px;
float:left;
position:absolute;
left:360px;
top:155px;

border-style:solid;
border-width:1px;
border-color:#FFFFFF;
}

/* e en f zijn de boxen bij keyword pagina's, bvb nintendo.php */

.e {
height:420px;
width:375px;
float:left;
position:absolute;
left:190px;
top:155px;

border-style:none;
}

.f {
height:420px;
width:195px;
float:left;
position:absolute;
left:580px;
top:155px;

border-style:none;
}

/* advertizing */

.ads {
float:left;
position:absolute;
left:840px;
top:10px;
}

/* text */

P, LI, B, I {
font:verdana;
font-size:14px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


A {
color:#000099;
font-size:14px;
text-decoration:none;
}

.pageoptie {
color:#000099;
font-size:12px;
text-decoration:none;
}

.toelichting {
font:verdana;
font-size:11px;
}

.footer {
position:relative;
top:600px;
left:40px;
}

img {
width:100%;
}

