/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin-top: 0px;
}

#wrapper {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	background-color: #000;
}


/* Algemeen */
#content a {
	text-decoration: underline;
	color: #660000;
	font-style: italic;
}
#content a:link,#content a:visited
{
	color: #660000;
	text-decoration: underline;
	font-style: italic;
}
#content a:hover
{
	text-decoration: underline;
	color: #000;
	font-style: italic;
}

#footer a {
	text-decoration: none;
	color: #660000;
	font-style: italic;
}
#footer a:link,#content a:visited
{
	color: #660000;
	text-decoration: none;
	font-style: italic;
}
#footer a:hover
{
	text-decoration: underline;
	color: #000;
	font-style: italic;
}
#taalkeuze a {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}
#taalkeuze a:link,#content a:visited
{
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#taalkeuze a:hover
{
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

/* Layout */

#headerbg {
	width: 804px;
	padding: 0px;
	height: 150px;
	margin: 10px 0px 0px 0px;
	background: #000;
	background-image: url(../img/header.jpg);
}
#menubg {
	width: 804px;
	padding: 0px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	background: #000;
	background-image: url(../img/menubg.jpg);
}
#menu{
	margin-left:50px;
	color: #660000;
	margin-right: 30px;
	padding-top: 15px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	/*border: 1px solid;*/
}
#spacebg {
	width: 804px;
	padding: 0px;
	height: 124px;
	margin: 0px 0px 0px 0px;
	background: #000;
	background-image: url(../img/spacebg.jpg);
}
#contentbg {
	width: 804px;
	background: #000;
	background-image: url(../img/contentbg.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-repeat: repeat-y;
	height: auto !important;
	min-height: 122px;
}
#content {
	margin-left:50px;
	margin-right: 50px;
	color: #660000;
   overflow: auto;
}
#footerbg {
	width: 804px;
	background: #000;
	background-image: url(../img/footerbg.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px;
   height:auto !important;
   height:197px;
   min-height: 197px;
}
#footer {
	margin-left:50px;
	padding-top: 130px;
	color: #660000;
}
li.current,li.section {
	color: #660000;
	text-decoration: none;
	font-style: italic;
}

ul#Menu1
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#Menu1 li
{
	display: inline;
	list-style-type: none;
}
#Menu1 a {
	padding: 3px 10px;
}
#Menu1 a:link,#Menu1 a:visited
{
	color: #660000;
	text-decoration: none;
}
#Menu1 a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #660000;
}
ul#Menu2
{
	padding-left: 0;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	margin-left: 60px;
	margin-top: -18px;	
}
#Menu2 li
{
	display: inline;
	list-style-type: none;
}
#Menu2 a {
	padding: 3px 20px;
}
#Menu2 a:link,#Menu2 a:visited
{
	color: #660000;
	text-decoration: none;
}
#Menu2 a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #660000;
}

fieldset {
	border-style: 1px; solid;
	border-color: #660000;
	padding: 10px;
}
.middleColumn {
	padding-left: 10px;
	clear: both;
}
.left {
	vertical-align: top;
}

#content li {
	list-style: disc;
	padding-left: 20px;
}

#content ul {
	list-style: disc;
	padding-left: 20px;
}
#content img {
	border: 1px solid Black;
}

#footer img {
	border: 0px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

