body {
		font-family: Arial;
		font-size: 9pt;
		color: white;
		background: url(../img/bg.jpg) top repeat-x;
		background-color: #e42f2c;
		text-align: left;
		padding: 0;
		margin: 0;
		border: 0;
		}
		
a:link {color: #e42f2c}     /* unvisited link */
a:visited {color: #e42f2c}  /* visited link */
a:hover {color: #450e0d}   /* mouse over link */
a:active {color: #e42f2c}   /* selected link */
		
p.citaat {
		font-style: italic;
		}
		
h1		{
		font-size: 13pt;
		font-weight: bold;
		text-transform: uppercase;
		color: #e42f2c;
		margin-bottom: 5px;
		margin-top: 0px;
		}
		
h2		{
		font-size: 11pt;
		font-weight: bold;
		color: #e42f2c;
		margin-bottom: 5px;
		margin-top: 0px;
		}
		
#container {
		width: 932px;
		margin: 0 auto;
		float: top;
		background: url(../img/bg_container.jpg) top repeat-y;
		z-index: -1;
		}

#container_content {
		width: 932px;
		min-height: 1000px;
		float: top;
		background: url(../img/header_bg.jpg) top no-repeat;
		z-index: 1;
		}
		
#container_content_left {
		margin-top: 75px;
		margin-right: 25px;
		padding-left: 50px;
		width: 210px;
		height: 800px;
		float: left;
		z-index: 1;
		text-align: left;
		}
		
#container_content_right {
		padding-top: 90px;
		width: 590px;
		float: left;
		z-index: 1;
		}
		
#container_menu {
		padding-top: 20px;
		}
		
#menu ul {
		float: top;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

#menu a {
		float: top;
		margin-left: 20px;
		padding-left: 20px;
		text-decoration: none;
		font-size: 8pt;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 30px;
		color: #e42f2c;
		background: transparant;
		}

#menu a:hover {
		color: white;
		background: url(../img/menu_icon.gif) top left no-repeat;
		}

/* Ronde borders */

.xtop, .xbottom {display:block; background: transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: transparant; border-left:1px solid #450e0d; border-right:1px solid #450e0d;}
.xb1 {margin:0 5px; background:#450e0d;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background: transparant; border:0 solid #450e0d; border-width:0 1px;}

#container_citaat {
		padding-top: 20px;
		}

#citaat {
		margin-left: 20px;
		margin-right: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
#footer {
		text-align: left;
		margin-left: 60px;
		padding-bottom: 20px;
		width: 700px;
		float: bottom;
		}

p.footer {
		color: #e42f2c;
		}
