/*CSS door Norbert de Langen van Mediaconnexion BV*/

/*Copyright 2006 | All rights reserved*/

/*Aanpas intructies:*/

/*Voor het aanpassen van de achtergrondkleuren zie opmerking: "ACHTERGRONDKLEUR"*/

/*de achtergrondkleur van body is wat er buiten de witte rand is.

/*de achtergrondkleur van #container is de achtergrondkleur van binnen de witte randen.*/

html, body { border:0; margin:0px; padding:0; font: 0.9em verdana, Arial, sans-serif; color: #fff; background: #b79c71; /*ACHTERGRONKLEUR van de body*/



#container {

width: 700px;

margin: 0 auto;

text-align: left;

position: relative;

background: #000000; /*ACHTERGRONKLEUR van de container*/

border-left: 15px solid #FFF;

border-right: 15px solid #FFF;

border-bottom: 15px solid #FFF;

}

#header{

height:180px;

border-top: 15px solid #FFF;

border-bottom: 15px solid #FFF;

}

#menu{

height:32px;

font-size:1.3em;

line-height: 35px;

border-bottom: 15px solid #FFF;

}

#inhoud {

padding: 0px;

width:700px;

}

#inhoudimage {

position:relative;

background-color:#999999;

width:200px;

float:left;

height:100%;

}

#inhoudtekst {

position:relative;

width:200px;

float:right;

height:100%;

}

#footer {

position: absolute;

left:0px;

bottom: 0px;

width: 100%;

height: 30px;

font-size:1.3em;

line-height: 30px;

text-align:center;

border-top: 15px solid #FFF;

}

a:visited {

	color: #aaaaaa;

	font-weight:bold;

	font-family: verdana;

	font-size: 12px;

	text-decoration: none;}

a {

	color: #aaaaaa;

	font-weight:bold;

	font-family: verdana;

	font-size: 12px;

	text-decoration: none;}

a:link {

	color: #aaaaaa;

	font-weight:bold;

	font-family: verdana;

	font-size: 12px;

	text-decoration: none;}

a:hover {

	color: #922784;

	font-family: verdana;

	font-size: 12px;

	text-decoration: none;}

a:active {

	color: #aaaaaa;

	font-weight:bold;

	font-family: verdana;

	font-size: 12px;

	text-decoration: none;}

.menu1 {

	color: #AAAAAA;

	font-weight:bold;

	font-family: verdana;

	font-size: 11px;

	text-decoration: none;

	font-weight: bold;}

.menu1:visited {

	color: #AAAAAA;

	font-weight:bold;

	font-family: verdana;

	font-size: 11px;

	text-decoration: none;

	font-weight: bold;}

.menu1:link {

	color: #AAAAAA;

	font-weight:bold;

	font-family: verdana;

	font-size: 11px;

	text-decoration: none;

	font-weight: bold;}

.menu1:hover {

	color: #922784;

	font-weight:bold;

	font-family: verdana;

	font-size: 11px;

	text-decoration: none;

	font-weight: bold;}

.menu1:active {

	color: #AAAAAA;

	font-weight:bold;

	font-family: verdana;

	font-size: 11px;

	text-decoration: none;

	font-weight: bold;}

.roman { font-family: verdana; font-size: 12px; line-height: 16px; text-decoration: none; }

.romanbold {

	font-family: verdana;

	font-size: 10px;

	text-decoration: none;

	font-weight: bold;}

.Kop1 {

	font-family: verdana;

	font-size: 12px;

	font-weight: bold;

	color: #922784;

	text-decoration: none;

}

.roman-klein {

	font-family: verdana;

	font-size: 9px;

	text-decoration: none;}

.romanwit {

	font-family: verdana;

	font-size: 12px;

	text-decoration: none;

	color: #ffffff;}

.roman-rood {

	font-family: verdana;

	font-size: 9px;

	text-decoration: none;

	color:#FF0000}	

img{

border:0px;

}