html
{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}
body
{ 
	color: #000;
	background-color: #B2B2B2;
	background-image: url(/img/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0; 
	padding: 0;
	font-family: Verdana;
	line-height: 11px;
	height: 100%;
}
#container
{
	width: 700px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-height: 100%;
}
.divider
{
	height: 1px;
	border-bottom: solid 1px #bbbbbb;
	margin: 10px;
}
#header
{
	width: 700px;
	height: 70px;
	background-repeat: no-repeat;
	padding-top: 25px;
}
#logo
{
	border: none;
	float: right;
	width: 180px;
	height: 61px;
}
#menu
{
	margin-bottom: 10px;
	line-height: 0px;
}
#menu ul
{
	padding-left: 0px;
	margin: 0px;
	margin-left: 30px;
	background-image: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 26px;
}
#menu il
{
	display: block;
	float: left;
}
#menu span
{
	display: none;
}

#menu_wat
{
	display: block;
	background-image: url(/img/Wat_Button_Uit.gif);
	width: 50px;
	height: 25px;
	float: left;
}
#menu_wat_selected
{
	display: block;
	background-image: url(/img/Wat_Button_Aan.gif);
	width: 50px;
	height: 25px;
	float: left;
}
#menu_wie
{
	display: block;
	background-image: url(/img/Wie_Button_Uit.gif);
	width: 50px;
	height: 25px;
	float: left;
}
#menu_wie_selected
{
	display: block;
	background-image: url(/img/Wie_Button_Aan.gif);
	width: 50px;
	height: 25px;
	float: left;
}
#menu_waar
{
	display: block;
	background-image: url(/img/Waar_Button_Uit.gif);
	width: 50px;
	height: 25px;
	float: left;
}
#menu_waar_selected
{
	display: block;
	background-image: url(/img/Waar_Button_Aan.gif);
	width: 50px;
	height: 25px;
	float: left;
}
#menu_waarom
{
	display: block;
	background-image: url(/img/Waarom_Button_Uit.gif);
	width: 79px;
	height: 25px;
	float: left;
}
#menu_waarom_selected
{
	display: block;
	background-image: url(/img/Waarom_Button_Aan.gif);
	width: 79px;
	height: 25px;
	float: left;
}

#menu_wat:hover
{
	background-image: url(/img/Wat_Button_Aan.gif);
}
#menu_wie:hover
{
	background-image: url(/img/Wie_Button_Aan.gif);
}
#menu_waar:hover
{
	background-image: url(/img/Waar_Button_Aan.gif);
}
#menu_waarom:hover
{
	background-image: url(/img/Waarom_Button_Aan.gif);
}

#visual
{
	width: 700px;
}

.visual_wat
{
	width: 700px;
	height: 300px;
	background-image: url(/img/Wat_Visual.jpg);
	background-repeat: no-repeat;
}
.visual_wie
{
	width: 700px;
	height: 300px;
	background-image: url(/img/Wie_Visual.jpg);
	background-repeat: no-repeat;
}
.visual_waar
{
	width: 700px;
	height: 300px;
	background-image: url(/img/Waar_Visual.jpg);
	background-repeat: no-repeat;
}
.visual_waarom
{
	width: 700px;
	height: 300px;
	background-image: url(/img/Waarom_Visual.jpg);
	background-repeat: no-repeat;
}
#content
{
	margin: 30px;
	text-align: left;
	min-height: 200px;
}

	#content p
	{
		font-family: Verdana;
		color: #666666;
		font-size: 11px;
		line-height: 1.7em;
		text-align: justify;
		margin-bottom: 15px;
	}
	#content a
	{
		font-family: Verdana;
		color: #666666;
		font-size: 11px;
		line-height: 1.7em;
	}

.h3wat
{
	color: #ff7f00;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 20px;
}
.h3wie
{
	color: #f50000;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 20px;
}
.h3waar
{
	color: #ff7f00;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 20px;
}
.h3waarom
{
	color: #f50000;
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 20px;
}

.nadruk
{
	font-weight: bold;
}
.italics
{
	font-style: italic;
}
#footer
{
	font-family: Verdana;
	color: #bbbbbb;
	font-size: 9px;
}
	#footer a
	{
		font-family: Verdana;
		color: #bbbbbb;
		font-size: 9px;
		text-decoration: none;
	}

