@charset "utf-8";

* {
	outline: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

header,nav,section,article,aside { display: block; }

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #33CC66;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----- De Schildpad ----- */
section#wrapper {
	border: 1px solid black;
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
	background: white;
}

header {
	background: url(images/header_bg.jpg);
	height: 60px;
}

header h1 {
	text-align: center;
	font-size: 32px;
	color: white;
	font-weight: bold;
	padding: 10px;
}

nav {
	height: 30px;
	background-color: #FF6600;
}

nav ul#navigation {
	background-color: #FF6600;
}

nav ul#navigation li {
	background-color: #FF6600;
	display: block;
	width: auto;
	float: left;
	overflow: hidden;
}

nav ul#navigation li.sub {
	background: url(images/submenu.gif) no-repeat 125px 13px;
}
nav ul#navigation li.sub:hover {
	background-image: url(images/submenu_hover.gif);
}

nav ul#navigation li:hover {
	background-color: #33C;
}

nav ul#navigation li:hover a {
	color: white;
}

nav ul#navigation li:hover ul {
	display: block;
}

nav ul#navigation li:hover ul a {
	color: black;
}

nav ul#navigation li:hover ul a:hover {
	color: white;
}

nav ul#navigation li a {
	display: block;
	padding: 7px;
	width: 130px;
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

nav ul#navigation ul, nav ul#navigation ul li {
	float: none;
	display: block;
	z-index: 1000;
}

nav ul#navigation ul {
	clear: both;
	display: none;
	position: absolute;
	background-color: #FF6600;
}

section#content {
	padding: 20px;
	background-color: white;
	width: 600px;
}

section#content p, section#content ul, section#content ol {
	line-height: 25px;
	margin-bottom: 20px;
}

section#content a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
section#content a:hover {
	text-decoration: underline;
}

section#content ul {
	list-style: outside;
	list-style-type: disc;
	margin-left: 40px;
}

section#content ol {
	list-style: outside;
	list-style-type:decimal;
	margin-left: 40px;
}

section#content h1 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
	color: #33C;
}

section#content h2 {
	margin-bottom: 15px;
	font-weight: bold;
}

section#content h3 {
	font-weight: bold;
	margin-bottom: 15px;
	color: #F60;
}

section#content p.date {
	color: #0000CC;
}

section#content img.border {
	border: 2px solid black;
}

div#logo {
	height: 125px;
	background: url(images/logo.gif) no-repeat top center;
	margin-bottom: 10px;
}

section.banner {
	overflow: hidden;
	height: 115px;
}