body{
    margin: 0;
    padding: 5em 5em 0em 10em;
    color:#000;
    background:#fff url(./images/africa.jpg) no-repeat bottom right fixed;
    font-family:"arial",sans-serif;
    font-size: 1em;
}

a{font-weight:bold;color:#f2e795; text-decoration:none;}
a:hover,a:active{color:#278e3d; background-color:#d12030; text-decoration: underline;}

br{clear:none}

.boven,
th,
h2{
  font-family:"Comic Sans MS",cursive;
  text-align: center;
}

.precenter{
  background: url(./images/horizontaloverlap.jpg) repeat-x top;
	z-index:0;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 113%;
}

.center{
	z-index:1;
	position: relative;
	margin: 0 auto;
	width: 600px;
	/*height: 400px;*/
	text-align:left;
}

.boven,
.inhoud{
	position:absolute;
	left:0;
	overflow:hidden;
}

.boven{
  color:#d12030;
  background:#f2e795 url(./images/afrimission_logo.gif) no-repeat top left fixed;
  text-align:center;
  top:0;
  z-index:2;
  width:100%;
  height: 5em;
}

.inhoud{
  background:#f2e795 url(./images/verticaloverlap.jpg) repeat-y right;
	z-index:0;
  top: 5em;
  bottom:0;
  width: 10em;
}

.inhoud ul{
  width: 8em;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.inhoud ul li{
  background-color: #d12030;
  border-style: outset;
  border-width: 2px;
  margin: 2px;
  padding: 0px;
}

ul li a{
  display: block;
}

.border{
  border-width:2px;
  border-style:outset;
  margin:2px;
}