body
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
}

* {
  margin-top:0;
  margin-left:0;
  margin-right:0;

}

#seitenbereich {
  text-align:left;  /* Inhalt wieder links */
  margin: 0 auto;   /* Zentrierung mitte */
  background-color:#FFFFFF;
}

#kopfzeile {
  background-color:#E6F5E6;
  border-bottom:4px solid #FFFFFF;
  height:185px;
}

#fusszeile {
  clear: both;
  background-color:#E6F5E6;
  border-top:4px solid #FFFFFF;
  border-bottom:4px solid #FFFFFF;
}

#navi {
 position:absolute;
 top: 195px;
 left:5px;
 width:250px;
 background-color:#CBE4FE;
 margin:1em, 1em, 1em, 1em;
 padding:1em, 1em, 1em, 1em;

}

#inhalte {
  border-left: 260px;
  border-left-style:solid;
  border-left-color:#E6F5E6;
  padding-left:1em;
  margin-right:10em;
  margin-top:0;
  margin-bottom:0;
  background-color:#FFFFFF;
}

#kopuitlijn{font-size: 60%;}

#nieuwsarchief {
 float:right;
 width:75px;
 margin:1em, 1em, 1em, 1em;
 padding:1em, 1em, 1em, 1em;
}

table.archief{
 background-color:#E6F5E6;
 color:#3E6E46;
 border:1px solid gray;
 text-align:center; }

td.archief:hover{
background-color:#CBE4FE;
}

h1,h2,h3,h4
{ color:#3E6E46;}

table.blue 
{
border-style: solid;
border-width: 1px;
border-color:#9F9F9F;
}

table.green
{margin:10px;
border: 4px solid green;
padding:10px;
}

table.green2
{margin:10px;
border: 4px double green;
padding:10px;
}

table.red
{margin:10px;
border: 2px solid black;
color:maroon;
font-size:150%;
background-color:#BBBBBB;
padding:10px;
}

td.menu
{
background-image: url(../images/menu-but-off.png);
background-repeat: no-repeat;
color:#3E6E46;
font-weight:bold;
height:25;
border-right-width:1;
border-color:#000000;
text-align:center;
}

td.menu:hover
{
background-image: url(../images/menu-but-on.png);
background-repeat: no-repeat;
font-weight:bold;
height:25;
}

a:active,a:visited,a:link
{
	font-weight: bold;
	text-decoration: none;
	color:#3E6E46;
}

a:hover{color:maroon;}
a.archief:hover{color:#555555;}

a.text:hover{color:#FF3333;}

a.img:active,a.img:visited,a.img:link
{
	border:0;
	text-decoration: none;
	color:#CBE4FE;
}

td.foot
{
font-size:70%;
width:20%;
}

img.kopf
{ margin: 5px;
}

img.db{
 border:4;
 border-style:solid;
 border-color:#555555;
}

