@charset "utf-8";

body {
	background-image: url(../images/background.gif);
	height: 100%;
}

html {
	height: 100%;
}

a, a.hover, a.active, a.link, a.visited{
	color: #660000;
}

.link_button {
	background-color: #990000;
	border: 2px #000000 solid;
	color: #FFFFFF;
	margin: 0px;
	margin-top: 5px;
	padding: 2px;
	text-decoration: none;
}

.header {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 234px;
	top: 0;
	position: relative;
	z-index: 2;
	color: #D3B0B0;
} 

.menu {
	z-index: 3;
	width: 182px;
	height: auto;
	position: absolute;
	left: 0px;
	float: left;
	clear: both;
	background-image: url(../images/Leeg_meenu.png);
	padding-top: 3.px;
}

.menu_a {
	background-image: url(../images/menu_a.png);
	background-repeat: no-repeat;
  height:15px;
}
.menu_b {
	background-image: url(../images/menu_b.png);
	background-repeat: repeat-y;
	
	min-height:400px;
  height:auto !important;
  height:400px;
  
	padding-left: 19px;
	vertical-align: top;
}

.menu-item {
	height: 25px;
	width: 160px;
	position: relative;
	clear: both;
}
.menu_c {
	background-image: url(../images/menu_c.png);
	background-repeat: no-repeat;
	height: 18px;
}
.menu_d {
	background-image: none;
	height: 150px;
	padding-left: 19px;
	padding-top: 5px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sSans-serif;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
	margin: 0px;
}

p{
	margin: 0px;
}

.inhoud {
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	position: relative;
	z-index: 2;
	background-image: url(../images/Inhoud.png);
	
	min-height:590px;
  height:auto !important;
  height:590px;
  
	padding-left: 215px;
	padding-right: 125px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sSans-serif;
	font-size: 13px;
	text-align: left;
	background-repeat: repeat-y;
	behavior: url(scripts/iepngfix.htc);
}


.footer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 61px;
	position: relative;
	z-index: 1;
	background-image: url(../images/Footer.png);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #999999;
	font-style: italic;
	@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { head~body #opera { top: -18px; } } 
	
}
.schaduwlinks{
	z-index:1;
	top:0;
	left:0;
	width: 200px;
	height: 110%;
	position: fixed;
	background-image: url(../images/schaduwlinks.png);
	float: left;
}

.schaduwrechts{
	z-index:1;
	top:0;
	right:0;
	width: 200px;
	height: 110%;
	position: fixed;
	background-image: url(../images/schaduwrechts.png);
	float: right;
}

.admin_link a, a:link, a:visited{
	color: #000000;
}
.admin_link a, a:hover{
	color: #660000;
}
