* {
    margin-top: 0;
    margin-bottom: 0;
}

h1, h2  { 
    font-style: normal;
    font-weight: normal;
}

table, tr, td {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}

body {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 0 auto;
	background-color: #7a0033;
	color: black;
	background-image: url("images/achtergrond.gif");
	background-repeat: repeat-x;
	text-align: center;

	/* text-align: center; */
}

/* 3px gele lijn aan zijkanten
#container {
width: 720px;
height: 800px;
background-color: white;
color: black;
border-left: 3px solid #f0a600;
border-right: 3px solid #f0a600;
text-align: left;
margin: 0 auto;
padding-left: 9px;
padding-right: 9px;
padding-bottom: 72px;
margin-top: 0;
margin-bottom: 0;
*/

table {
	background-color: white;
	height: 100%;
}

#container {
	width: 720px;
	height: 100%;
	background-color: white;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left; 
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
}

#header {
    font-size: 24px;
    height: 180px;
    width: 648px;
}

#menu {
    float: left;
    width: 351px;
    margin-right:18px;
    margin-top: 56px;
}

#menu ul
{
    text-align: right;
}

#menu ul li
{
    line-height: 15px;
    margin: 2px 0 3px 0;
}


#text {
	float: left;
	width: 276px;
}

#header h1
{
	font-size: 24px;
	font-weight: bold;
	padding-top: 48px;
	padding-bottom: 9px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #de001c;
	color: #de001c;
	background-color: white;
    display: none;
}

#header h2
{
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	font-style: italic;
	color: gray;
	background-color: white;
    display: none;
}

#header img { border: 0;}
#header a { border-bottom: 0;}

.consultancy 	{	
	color: gray; 
	font-size: 24px;	
	background-color: white;
}

/*
#text p			{ margin-bottom: 18px; }
*/

#text p
{
	margin: 0 0 18px 0;
}

img	{ margin-bottom: 9px; }

#text h1 {
	font-size: 21px;
	padding-bottom: 38px;
	display: block;
	font-style: italic;
}

#text h2 {
	font-size: 18px;
	padding-bottom: 18px;
	display: block;
	font-style: italic;
}

ul, ol {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 36px;
}


#menu ul li {
	display: block;
	list-style-type: none;
}

#text ul { margin-left: 24px; }

#text ul li {  }
	
a {
	color: #646464;
	text-decoration: none;
	background-color: white;
}

a:visited {
	color: #646464;
	background-color: white;
}

a:active {
	color: #de001c;
	background-color: white;
}

a:hover {
/*	border-bottom: 1px solid #de001c; */	
	color: #de001c;
	background-color: white;
	text-decoration: underline;
}

a.current {
	color: #de001c;
	background-color: white;
}

a.current:hover {
	color: #de001c;
	background-color: white;
	border-bottom: 0;
}


@media print {
body { 
	background-color: transparent;
	background-image: none;
}

#container {
	height: 1;
	background-color: white;
	color: black;
	border-left: 0;
	border-right: 0;
}

}