* {
 margin: 0;
 padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #fff;
}

#container {
	width: 998px;
	min-height: 100%; 
	margin: 0px auto;
	background: #fff;
}

* html #container { /***** Hier heb ik ervoor gezorgd dat in Internet Explorer 6 ook de hoogte bepaald wordt door de inhoud. Internet Explorer kent geen min-height *****/
height:100%; /* IE6 treats height as min-height */
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0001;
}

img {
	border: none;
}


/***** Header *****/

#header {
	width: 998px;
	height: 183px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}

/***** Menu *****/

#menu_div {
	font-size: 14px;
	font-weight: bold;
    height: 35px;
    width: 998px;
	background: #000;
	position: relative;
}

ul#menu {
	height: 22px;
    list-style: none outside none;
    padding: 9px 0 0;
    text-align: left;
    width: 900px;
}

#menu_div span{
	margin-top: none;
	display: inline;
	border-left: 1px solid #cc0001;
}

#menu_div span a {
	color: #cc0001;
    height: 20px;
    padding: 0 14px 0 19px;
    text-decoration: none;
}

#menu_div span a.menu-current, #menu_div span a:hover {
	color: #850101;
}

#twitter a {
	background: url("../images/twitter-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    margin: 0 0 0 937px;
    position: absolute;
    top: 5px;
    width: 25px;
}

#twitter a:hover {
	background: url("../images/twitter-logo-hover.png") no-repeat;
}

#twitter a:visited {
}

#facebook a {
	background: url("../images/facebook-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 25px;
    margin: 0 0 0 965px;
    position: absolute;
    top: 5px;
    width: 25px;
}

#facebook a:hover {
	background: url("../images/facebook-logo-hover.png") no-repeat;
}

#header_picture {
    height: 420px;
    width: 956px;
	margin: 0 21px;
}

/***** Content *****/

#content {
	background: none repeat scroll 0 0 #000;
    min-height: 100px;
    width: 998px;
}

#tekst {
    line-height: 170%;
    min-height: 100px;
    padding: 30px;
    text-align: left;
    width: 938px;
}

#tekst a {
    text-align: left;
	line-height: 180%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#tekst a:hover {
	color:#CC0001;
}

/***** Footer *****/

#footer {
	clear: left;
	width: 100%;
	height: 50px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #7e7e7e;
	padding-top: 15px;
}

#footer p a {
	text-decoration: none;
	color: #7e7e7e;
	font-weight: normal;
}

#footer p a:hover {
	text-decoration: none;
	color: #cc0001;
	font-weight: normal;
}