* {
	padding: 0;
	margin: 0;
 }
 
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../afbeeldingen/layout/achtergrond.png);
	background-repeat: no-repeat;
	background-position: right bottom;
 }
 
h1 {
	font-size: 24px;
	color: #c60450;
	font-weight: lighter;
	text-transform: lowercase;
 }
 
h2 {
	font-size: 14px;
	color: #AD033B;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: underline;
 }
 
h3 {
	font-weight: lighter;
	font-size: 12px;
	text-decoration: underline;
 }
 
h4 {
	font-weight: lighter;
	font-size: 11px;
	font-variant: small-caps;
 }
 
abbr {
	color: #AD033B;
	text-decoration: none;
	cursor: help;
 }
 
a {
	color: #AD033B;
	text-decoration: none;
 }
 
a:hover {
	text-decoration: underline;
	color: #86a92f;
 }
 
a:active {
	text-decoration: underline;
	color: #dd882e;
 }
 
 .left {
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 290px;
	background-color: #AD033B;
	position: absolute;
	min-height: 95%;
	height:auto !important; /* voor moderne browsers */
	height:95%; /* voor IE */
	overflow: visible;
 }

.left h1 {
	color: #ffffff;
	font-variant: small-caps;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.left a {
	color: #ffffff;
}

.left table {
	color: #ffffff;
	font-variant: normal;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
}

.left ul li {
	float: right;
	list-style-type: none;
 }

.left ul li a {
	margin-top: 2px;
	margin-right: -10px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	width: 155px;
	height: 23px;
	float: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AD033B;
}

.left ul li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #86a92f;
 }
 
.left ul li a:active {
	color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dd882e;
 }
 
.right {
	padding-left: 320px;
	padding-top: 50px;
	clear: none;
}

.right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
.block {
	margin-top: 10px;
	height: 106px;
	width: 550px;
 }
 
.content {
	width: 550px;
 }
 
.footer {
	font-size: 10px;
	margin-top: 20px;
	font-weight: lighter;
 }
 
.ruler {
	font-size: 10px;
	color: #86a92f;
	text-align: center;
 }

.blikvanger {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: lighter;
	width: 550px;
	text-align: center;
/*	text-decoration: blink;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #ad033b;
	vertical-align: middle;
}

.blikvanger a {
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
}

.blikvanger a:hover {
	text-decoration: none;
	color: #86a92f;
	font-style: italic;
}
 
.blikvanger a:active {
	text-decoration: none;
	color: #dd882e;
	font-style: italic;
}

.knipperen {
	text-decoration: blink;
}
