body{ 
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: arial;
	text-align: center;
	/* standaard font-grootte 10pt*/
	font-size: 62.5%;
	background-color: #b8808b;
	overflow: hidden;
}
div#main{
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	text-align: left;
	width: 1024px;
}
div#header{
	position: relative;
	top: 0;
	left: 0;
	height: 118px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	background-color: #ffffff;
}
div#logo{
	position: relative;
	top: -100px;
	left: 1%;
}

table#table_menu{
	position: relative;
	left: 1px;
	top: -70px;	
	width: 230px;
	font-size: 1.2em;
}
table#table_content{
	position: relative;
	left: 240px;
	top: -695px;
	width: 770px;
	font-size: 1.2em;
	
}

.td1{
	background-color: #f0e4e6;
	height: 30px;
}
.td2{	
	background-color: #e1cacd;
	height: 30px;
}	
.td3 {
	background-color: #d2b0b6;
	height: 30px;
}
.td4 {
	background-color: #c59ba0;
	height: 30px;
}
.td5 {
	background-color: #b8808b;
	height: 30px;
}
.tdfill {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	background-color: #C8C0B9;
	font-size: 1em;
}
.tdcontent {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	background-color: #C8C0B9;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 15px;
}
.tdpartners {
	background-color: #ffffff;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 15px;
}
.contentheader{
	background-color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 1.2em;
	color: #801540;
	padding-left: 15px;
	height: 30px;
}
a {
	font-weight: bold;
	font-family: arial;
	color: #801540;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.big {
	font-weight: bold;
	font-family: arial;
	font-size: 1.4em;
	color: #801540;
	text-decoration: none;
}

a.big:hover {
	text-decoration: underline;
}
a.menu {
	font-weight: bold;
	font-family: arial;
	color: #801540;
	padding-left: 15px;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}
h1{
	font-size: 1.1em;
	font-family: arial;
	color: #801540;
	background-color: #ffffff;
	line-height: 20px;
	padding-left: 5px;
}
ul {list-style-type: square;
	margin-left: -2em;
	*margin-left: 2em;
	color :#000000;}

ul li {	margin-bottom: 1em;
	color: #801540;}
	
ul li span { 
	color: #000000; 
}
.partner{
	margin-right: 50px;
	border: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
