* {
 margin: 0;
 padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	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;
}

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

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 130%;
}

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;
}



/***** Menu 2 *****/

#menu_div2 {
    background: url("../images/menu2.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    height: 475px;
    width: 283px;
}

#menu2 ul{
	font-size: 16px;
    list-style: none outside none;
    margin: 50px 40px;
    min-height: 350px;
    width: 203px;
}

ul#menu2 li a {
	font-weight:normal;
	height:20px;
	text-decoration:none;
	color:#fff;
	display:block;
	padding: 5px 0;
}

#menu_div2 span{
	margin-top: none;
	display: inline;
	padding: 0 20px;
	color: #aaa;
}

#menu_div2 span a {
	color: #aaa;
	height: 20;
	width: 100;
	text-decoration: none;
}

ul#menu2 li a:hover, #menu2 li a.current {
	color:#CC0001;
}

#menu2 ul ul {
	margin: 5px 0 5px 15px;
	font-size: 14px;
	width: 200px;
	border-left: 2px solid #aaa;
	list-style: none outside none;
	min-height: 25px;
}

#menu2 ul ul ul{
	margin: 5px 0 5px 15px;
	font-size: 12px;
	width: 200px;
	list-style: none outside none;
}

#menu2 ul ul a {
	height: 16px;
	margin: 0;
	padding: 0px 0 0 8px;
}

#menu2 h2 {
	font-size: 1.5em;
	font-weight: normal;
}

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

#content {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #000000;
    float: left;
    margin: 15px;
    min-height: 385px;
    width: 683px;
}

#tekst {
    height: 450px;
    line-height: 180%;
    overflow: auto;
	overflow-x: hidden;
    padding: 5px;
    text-align: left;
    width: 690px;
}

#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;
}