﻿body {
  	font-family: Trebuchet MS, MS Sans Serif, Verdana,Palatino Linotype;
  	background-color:#ffffff;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-top: 0px;
  	text-align:center;
  	color:#000000;
  	font-size:14px;
  	background-image: url(images/achtergrond.png);
  	background-repeat:repeat-x;
}

#twitter_update_list li {
list-style-type: none;
}
.container {
	vertical-align:top;
	width:1024px;
	background-color:#FFFFF;
    height: auto;
}


.header {
	vertical-align:top;
	width:1024px;
	height:166px;
	background-image: url(images/header.png);

}

.menu {
	vertical-align:top;
	width:256px;
    height:602px; 
	background-image: url(images/hoofdmenu.png);
	float:left;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

.body {
	vertical-align:top;
	width:512px;
	background-color:#FFFFFF;
	float:left;
	text-align:left;
}

.multimedia {
	vertical-align:top;
	text-align:left;
	width:256px;
    height:602px; 
    height: auto;
	background-image: url(images/multimedia.png);
	float:left;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

.multimediabinnen {
	margin-top: 60px;
	margin-left:10px;
	width:178px;
  	color:#444444;
	text-align:center;
}

.menuinhoud {

  	color:#444444;
	text-align:left;
	padding-top:10px;
	padding-left:94px;
	
}

h1 {
	font-size:16px;
	color:#000000;
	margin-left:10px;
	}
	
h2 {
	font-size:14px;
	margin-left:10px;
	font-weight:normal;
	color:#555555;
	line-height:16px;
	}

h3 {
	font-size:14px;
	margin-left:10px;
	font-weight:bold;
	color:#000000;
	line-height:16px;
	}

h4 {
	font-size:14px;
	margin-left:10px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
	line-height:16px;
	}

img {
	border:0px;
	}
	
img.inhoud {
	border:1px;
	border-color:#009900;
	margin:7px;
	}
	
	
table {
	border: 0px;
	table-layout:inherit;
	text-align:left;
	color: #000;
	}
	
a 	{ 
	text-decoration: none;
	color:#000000;
	}
	
a:link {
	text-decoration:none;
	color:#000000;
	}
	
a:visited {
	text-decoration:none;
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bolder;
	}
a:active {
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
	}

p	{
	margin-left:10px;
	}

