body {
		font-family: Verdana;
		font-size: 10pt;
		background: url(../images/bg.jpg) top repeat-x;
		background-color: #3d5386;
		text-align: left;
		padding: 0;
		margin: 0;
		border: 0;
		}

p 	{
		margin-left:30px;
		}
		
h1	{
		font-size: 14pt;
		font-weight: bold;
		color: #011b58;
		margin-bottom: 20px;
		margin-top: 10px;
		}
		
h2	{
		font-size: 10pt;
		font-weight: bold;
		color: #011b58;
		margin-bottom: -12px;
		margin-top: 10px;
		}
		
#container {
		width: 798px;
		margin: 0 auto;
		float: top;
		}

#header {
		width: 798px;
		height: 296px;
		float: top;
		background: url(../images/header.jpg);
		}
		
#menu_container {
		height: 42px;
		width: 798px;
		float: top;
		background: url(../images/menu_bg.jpg) top;
		}
		
#menu {
		text-align: left;
		padding-left: 49px;
		padding-right: 49px;
		}
		
#menu ul {
		height: 42px;
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style-type:none;
		}

#menu a {
		height: 25px;
		float: left;
		vertical-align: middle;
		text-align: center;
		text-decoration:none;
		font-size: 8pt;
		font-weight: bold;
		padding-left: 12px;
		padding-right: 11.5px;
		padding-top: 8px;
		padding-bottom: 10px;
		color: #011b58;
		background-color: #FFF;
		border-right: 1px solid #fac811;
		}
		
#menu a.rechts {
		border-style: none;
		}

#menu a:hover {
		background: url(../images/knop_hover.jpg) bottom left repeat-x;
		}

#menu li 	{
		display:inline;
		}
		
#tekst_container {
		width: 798px;
		float: top;
		background: url(../images/tekst_bg.jpg) top repeat-y;
		}
		
#tekst {
		padding-top: 20px;
		padding-bottom: 60px;
		padding-left: 90px;
		padding-right: 100px;
		}
