/* CSS Document */

<!--

/* 1) Backgrounds
---------------------------------------------------------------------------- */
body {
		background-color:#000000;
		}
#header {
		background-image:url(styling/header.jpg);
		background-repeat:no-repeat;
		background-position:center;
		height:600px;
		}
#bredoux {
		background-image:url(styling/bredoux_red.png);
		background-repeat:no-repeat;
		background-position:center;
		height:100px;
		}
		
/* 1) Navigation
---------------------------------------------------------------------------- */
#navigatie {
		width:930px;
		height:100%;
		margin:auto;
		margin-top:-400px;
		text-align:center;
		}
#navigatie ul{
		padding:0;
		white-space:no-wrap;
		}
#navigatie ul li{
		display:inline;
		}
#navigatie ul li a{
		padding-left:41px;
		padding-right:40px;
		padding-top:5px;
		padding-bottom:5px;
		font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:uppercase;
		letter-spacing:5px;
		color:#e44444;
		background:none;
		border-color:#e44444;
		border-width:1px;
		border-style:solid;
		}
#navigatie ul li a:hover{
		color:#5c5c5c;
		background:none;
		}

/* 1) Introduction
---------------------------------------------------------------------------- */
#inleiding {
		overflow:hidden;
		display:block;
		clear:both;
		margin:auto;
		width:800px;
		border:1px solid #e44444;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e1e1e1;
		padding:40px;
		}

/* 1) Context Titel
---------------------------------------------------------------------------- */
#titel {
		clear:both;
		margin:auto;
		width:800px;
		margin-top:12px;
		background-color:#e44444;
		padding-left:41px;
		padding-right:41px;
		padding-top:2px;
		}
#titel a{
		text-align:left;
		font-size:16px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		letter-spacing:3px;
		color:#000000;
		}
#titel a:hover{
		color:#5c5c5c;
		}
#titel img{
		margin-right:20px;
		}

/* 1) Context Text
---------------------------------------------------------------------------- */
#tekst {
		overflow:hidden;
		clear:both;
		margin:auto;
		width:800px;
		display:none;
		color:#e1e1e1;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e44444;
		background-color:#000000;
		padding:5px 40px 5px 40px;
		font-size:12px;
		}
#tekst img{
		border:1px solid #e44444;
		margin-right:30px;
		}
#tekst b{
		color:#e1e1e1;
		text-decoration:none;
		border:1px solid #e44444;
		}
#tekst a{
		color:#e1e1e1;
		}

#tekst2 {
		overflow:hidden;
		clear:both;
		margin:auto;
		width:800px;
		display:none;
		color:#e1e1e1;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e44444;
		background-color:#000000;
		padding:5px 40px 5px 40px;
		font-size:12px;
		}
#tekst2 img{
		border:1px solid #e44444;
		margin-right:30px;
		}
#tekst2 b{
		color:#e1e1e1;
		text-decoration:none;
		border:1px solid #e44444;
		}
#tekst2 a{
		color:#e1e1e1;
		}

#tekst3 {
		overflow:hidden;
		clear:both;
		margin:auto;
		width:800px;
		display:none;
		color:#e1e1e1;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e44444;
		background-color:#000000;
		padding:5px 40px 5px 40px;
		font-size:12px;
		}
#tekst3 img{
		border:1px solid #e44444;
		margin-right:30px;
		}
#tekst3 b{
		color:#e1e1e1;
		text-decoration:none;
		border:1px solid #e44444;
		}
#tekst3 a{
		color:#e1e1e1;
		}
#tekst4 {
		overflow:hidden;
		clear:both;
		margin:auto;
		width:800px;
		display:none;
		color:#e1e1e1;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #e44444;
		background-color:#000000;
		padding:5px 40px 5px 40px;
		font-size:12px;
		}
#tekst4 img{
		border:1px solid #e44444;
		margin-right:30px;
		}
#tekst4 b{
		color:#e1e1e1;
		text-decoration:none;
		border:1px solid #e44444;
		}
#tekst4 a{
		color:#e1e1e1;
		}
		
/* 1) Links
---------------------------------------------------------------------------- */
#links {
		margin:auto;
		overflow:hidden;
		display:block;
		clear:both;
		width:800px;
		border:1px solid #e44444;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#e1e1e1;
		padding:40px;
		}
#links a{
		font-size:16px;
		color:#e44444;
		}
#links img{
		border:1px solid #e44444;
		margin-right:30px;
		}
-->