/*
Paarse achtergrond: #cc99ff
Zwart-grijze achtergrond: #32242a
Rode lijn: #993366
Donkerrood: #591030
Geel-oranje vlakken buttons: #e9b86f
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cc99ff;
	margin-top: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
img {
	border: 0;	
}
div {
/*	border: dotted;*/
}
td {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}
/* Layers */
#main {
	margin: auto;
	width: 760px;
	height: auto;	
	background: #32242a;
}

#header {
	height:105px;
	background: #591030;	
}
#header h1 {
	position: absolute;
	font-size: 60px;
	color: #e9b86f;
	display: inline;
	width: 620px;
	height: 50px;
	top: -35px;
	text-align: center;
	font-weight: normal;
}
* html #header h1 {
	top: 10px;
}
#buttonbar {
	padding-left: 4px;
	height:160px;
	background: #591030;	
}
.knop {
	background: #591030;
	height: 145px;
	width: 122px;
	display: inline;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin-right: 2px;
	padding-top: 0px;
	border: thin none #006600;
	padding-right: 2px;
}

#container {
	background: #32242a;
	margin-top: -14px;
	padding-bottom: 20px;
	height: auto;
}

.content {
	font-size: 12px;
	height: auto;
	width: 758px;
	min-height: 80px;
	margin-left: 0px;
  color: inherit;
	border: 1px solid  #32242a; /*Bug? in FF */
	background: #32242a url(../images/contentBottom.gif) no-repeat left bottom;
}
.content h1.eersteHeader{
	background: url(../images/contentTop.gif) no-repeat left top;
	text-align: left;
	color: inherit;
	padding-top: 15px;
	font-size: 24px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 25px;
}
* html .content h1.eersteHeader{
	padding-bottom: 10px;
}
.content .links{
	background: #cc99ff url(../images/contentLeft.gif) repeat-y left top;
	color: inherit;
	padding-top: 0px;
	margin-top: -25px;
	padding-left: 16px;
	margin-bottom: 25px;
	width: 742px;
	min-height: inherit;
}
.content .rechts {
	background: #cc99ff url(../images/contentRight.gif) repeat-y right top;
	color: inherit;
	padding: 10px 20px 0px 10px;
	min-height: inherit;
}

.content img {
	border-top: thin solid #999999;
	border-right: medium solid #333333;
	border-bottom: medium solid #333333;
	border-left: thin solid #666666;
	margin: 10px;
	background: #e9b86f;
}

.content img.noStyle {
	border: none;
	margin: 0px;
	background: none;
}

#footer {
	text-align: center;	
	color: #e9b86f;
	background-color: #32242a;
	padding-bottom: 15px;
	padding-top: 15px;
}
#footer hr {
	color: #e9b86f;
	width: 80%;
}
#footer a {
	color: #e9b86f;
}

.content h1{
	font-size: 24px;
}
.content h2 {
	font-size: 16px;
}
.content h3 {
	font-size: 12px;
}
a.inhoudsopgave{
	color: #591030;
	font-size: 14px;
	font-weight: bold;	
}

/*opheffen */
.content table tr td img {
	margin-left: 0px;
	margin-top: 0px;
}
