body {
	background-color:#9C9C9C; /*grijs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container { /* grote alle blokken */
	margin: auto;
	float: auto;
	width: 900px;
}
#adv { /* advertentie ruimte */
	width: 160px;
	background-color: none;
	height: 600px;
	float: right;
}
/* HEADER --------------------------------------*/
#header {
	background-image: url(images/layout/header.jpg);
	width: 728px;
	background-repeat: no-repeat;
	height: 120px;
}
#vlaggen {
	width: 350px;
	height: 20px;
	text-align: right;
	float: right;
	margin: 4px 16px 0 0;
}
#header_tekst {
	width: 300px;
	height: 80px;
	float: right;
	margin: 10px 16px 0 0;
	font-weight: bold;
	text-align: left;
	padding-left: 50px;
	}
/* HORIZONTALE NAVIGATIE -----------------------------------*/
#nav {
	height: 30px;
	width: 728px;
	margin: 4px 0 4px 0;
	font-weight: bold;
}
/* Button 1 Orange */
#but1_L {
	background-image: url(images/layout/ButOrangeL.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
	margin-left: 10px;
}
#but1_M {
	background-color: #FF4217;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	height: 22px;
	width: 120px;
	float: left;
	padding-top: 6px;
	text-align: center;
}
#but1_R {
	background-image: url(images/layout/ButOrangeR.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
}
/* Button 1 Green */
#but2_L {
	background-image: url(images/layout/ButGreenL.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
}
#but2_M {
	background-color: #6CD626;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	height: 22px;
	width: 120px;
	float: left;
	padding-top: 6px;
	text-align: center;
}
#but2_R {
	background-image: url(images/layout/ButGreenR.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
}
/* Button 1 Yellow */
#but3_L {
	background-image: url(images/layout/ButYellowL.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
	margin-left: 10px;
}
#but3_M {
	background-color: #EDFF31;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	height: 22px;
	width: 120px;
	float: left;
	padding-top: 6px;
	text-align: center;
}
#but3_R {
	background-image: url(images/layout/ButYellowR.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 10px;
	float: left;
}
/* MAIN ----------------------------------------*/
#main {
	width: 728px;
}
#menu {
	width: 120px;
	float: left;
	height: 400px;
	font-weight: bold;
}
#content {
	width: 578px;
	float: right;
}
/* Achtergrond Orange */
#bkgrnd_menuTop_1 {
	background-image: url(images/layout/MenuOrangeTop.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 140px;
}
#bkgrnd_menuMidden_1 {
	background-color: #FFC6B4;
	width: 124px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	min-height: 420px;
	height:auto !important;
	padding: 4px 4px 10px 10px;
	
}
#bkgrnd_menuBottom_1 {
	background-image: url(images/layout/MenuOrangeBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 140px;
	clear: both;
}
#bkgrnd_contTop_1 {
	background-image: url(images/layout/ContentOrangeTop.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 578px;
}
#bkgrnd_contMidden_1 {
	background-color: #FFC6B4;
	width: 544px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	min-height: 420px;
	padding: 4px 16px 10px 16px; 
}
#bkgrnd_contBottom_1 {
	background-image: url(images/layout/ContentOrangeBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 578px;
	clear: both;
}
/* Achtergrond Green */
#bkgrnd_menuTop_2 {
	background-image: url(images/layout/MenuGreenTop.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 140px;
}
#bkgrnd_menuMidden_2 {
	background-color: #D2F2B5;
	width: 124px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	min-height: 420px;
	padding: 4px 4px 10px 10px;
}
#bkgrnd_menuBottom_2 {
	background-image: url(images/layout/MenuGreenBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 140px;
	clear: both;
}
#bkgrnd_contTop_2 {
	background-image: url(images/layout/ContentGreenTop.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 578px;
}
#bkgrnd_contMidden_2 {
	background-color: #D2F2B5;
	width: 544px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	min-height: 420px;
	padding: 4px 16px 10px 16px; 
}
#bkgrnd_contBottom_2 {
	background-image: url(images/layout/ContentGreenBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 578px;
	clear: both;
}
/* Achtergrond Yellow */
#bkgrnd_top_3 {
	background-image: url(images/layout/MainYellowTop.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 728px;
	
}
#bkgrnd_midden_3 {
	background-color: #F9FFB7;
	width: 694px;
	padding: 0 16px 0 16px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	min-height: 420px;

}
#bkgrnd_bottom_3 {
	background-image: url(images/layout/MainYellowBottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 728p;
}
/* FOOTER ----------------------------------------*/
#footer {
	width: 728px;
	clear: both;
	text-align: right;
}

/* TEKST LAYOUT ---------------------------------*/
p, h2 {
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.rood {
	color: #FF0000;
	font-weight: bold;
}
ul {
	margin: 0 0 0 -20px;
}

/* IMAGE LAYOUT ---------------------------------*/
.img	{
	border: #000 solid 1px;
}
img {
	border: none;
}
hr	{
	height: 0;
	border: 0;
	border-top: 1px dashed #000;
}
