html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*begin na de reset*/
body, html{
    background-color: black;
	font-family: trebuchet, verdana;
	font-size: 14px;
	color: black;
}

ul, li{
	list-style: square;
	margin-left: 10px;	
}

#container{
    position: absolute;
    left: 50%;
    margin-left: -504px;
    height: 100%;
    width: 1008px;
}

#header{
    font-size: 20px;
    text-align: center;
    color: White;
    height: 120px;
    width: 100%;
}

div#header u{
	text-decoration: none;
	font-weight: bold;
    font-size: 90px;
    list-style: none;
    color: white;
    clear:both;
}

div#header b{
   font-weight: bold;
   font-size: 90px;
   list-style: none;
   color: #ff6600;
   display: inline;
}

#breadcrumb{
    /*height: 20px;*/
    text-align: center;
    font-size: 16px;
    color: #f60;
}

div#breadcrumb a{
    color: #f60;
}

#wrapper{
    margin-left: 20px;
    width:960px;
}

#wrapper2{
    margin-left: 20px;
    width:960px;
    /*height: 460px;*/
}

#lefty{
    float: left;
    height: 370px;
    width: 215px;
    margin: 0 0 5px 0;
    background-color: #f60;
    margin-left: 55px;
	padding: 5px;
}

#lefty h1{
	font-size: 22px;
	color: black;
	margin-bottom: 15px;
	font-weight: bold;
}

#lefty p{
	margin: 5px;
}

#main{
    float: right;
    background-color: #f60;
    height: 380px;
    margin: 0 55px 10px 15px;
    width: 600px;
}

#scroller{
    float: none;
    clear: both;
}

#left{
	padding: 5px;
    float: left;
    height: 440px;
    width: 190px;
    margin-left: 120px;
    background-color: #f60;
}

#right strong{
	font-weight: bold;
	font-size: 15px;
	color: black;
}

#right{
    float: right;
    margin-right: 120px;
    height: 410px;
    width: 470px;
    background-color: #f60;
	padding: 20px;
	font-family: trebuchet, verdana;
	font-size: 14px;
	color: black;
	text-align:justify;
	overflow: auto;
}

#right h1{
	font-size: 22px;
	color: black;
	margin-bottom: 15px;
	font-weight: bold;
}

#left_arrow{
    float: left;
    margin-top:27px;
	background-color: black;
    height: 50px;
    width: 50px;
}

#right_arrow{
    float: right;
	background-color: black;
    margin-top:27px;
    height: 60px;
    width: 55px;
}

#block{
    float: left;
	display: block;
    min-height: 60px;
    width: 840px;
    margin-left: 5px;
	padding: 5px;
    background-color: #ff6600;
}

.blockle{
    text-align: center;
    float: left;
    color: white;
    font-size: 30px;
    margin: 10px;
    background-color: #ff6600;
    height: 220px;
    width: 220px;
}

.block{
    text-align: center;
    float: left;
    color: white;
    font-size: 18px;
    margin: 10px;
    background-color: #ff6600;
    height: 220px;
    width: 220px;
}

#footer{
	float: none;
    color: #fff;
    text-align: center;
    /*height: 25px;*/
    width: 100%;
	clear: both;
	margin-top: 5px;
}

#footer a{
	text-decoration: none;
	color: white;
}

#uitleg{
	float: left;
	clear: none;
	with: 880px;
	color: white;
	margin-top: 20px;
	margin-left: 30px;
}

#content {
	font-size:12px;
	height:250px;
	left:198px;
	overflow:hidden;
	position:absolute;
	top:183px;
	width:700px;
}
