/*Stylesheet Vijf Beafort*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	color: #333;
	font: 11px Verdana, sans-serif;
	text-align: center;
	z-index: 1;
	background-color: #6FCFF2;
}

#container {
	margin: 0 auto;
	margin-top:20px;
	width: 900px;
	text-align: left;
	height: 776px;
}

#header {
	width: 900px;
	height: 168px;
	background-image:url(afbeeldingen/header.jpg);
	background-repeat:no-repeat;
}

/*  content gedeelte */
	/*min-height: 100%; /* For Modern Browsers 
	height: auto !important; /* For Modern Browsers
	height: 100%; /* For IE */

#container-content {
	margin-top: 0px;
	width: 900px;
}

#container2 {
	width: 725px;
	float: right;
}
#menu {
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	width: 725px;
	height: 32px; 
}

#left {
	margin-top:0px;
	float: left;
	width: 175px;
	height: 598px;
	text-align:right;
	background-color:#B4D9E9;
	background-image:url(afbeeldingen/left.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#leftindex {
	margin-top:0px;
	float: left;
	width: 175px;
	height: 598px;
	text-align:right;
	background-color:#B4D9E9;
	background-image:url(afbeeldingen/left.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#paars {
	width: 720px;
	height: 20px;
	background-color:#6FCFF2;
	padding-left:5px;
	line-height:20px;
	color:#FFFFFF;
	font-weight: bold;
}
#content {
	background-color:#B4D9E9;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width: 705px;
	height: 536px;  /*For IE*/
	font-family:Verdana;
	font-size:13px;
	color: #701471;
	line-height:16px;
}

/*  footer gedeelte */

#footer {
	margin-top:10px;
	width: 900px;
	height: 20px;
	text-align:right;
	clear: both;
	color:#FFFFFF;
}

/* links */
a{
	color: #701471;
	text-decoration: underline;
}
a:visited{
	color: #701471;
	text-decoration: underline;
}
a:hover{
	color: #701471;
	font-style:italic;
	text-decoration: underline;
}

/* links in paarse balk */

#paars a{
	color: #FFFFFF;
	text-decoration: none;
}
#paars a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#paars a:hover{
	color: #FFFFFF;
	font-style:italic;
	text-decoration: none;
}

/* links footer */

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	font-style:italic;
	text-decoration: none;
}
.cursor {
	cursor: url(bestanden/afbeeldingen/zoomin.cur), pointer;
	outline: none;
}