
/*** Html Body ***/


body {
    height: 100%;
	padding: 0px;
	color: #555555;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	background-image: url(images/achtergrond.jpg);
}

p, div, td {
	line-height: 180%;
	margin: 0;
}

ul {
	padding-left: 15px;
	list-style-type: square;
	list-style-position: outside;
}
.clr {
	clear: both;
}

a:link {
	color: #555555;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #555555;
	text-decoration: underline;
	font-weight: normal;
}


a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #9f262a;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #9f262a;
}

h1 {
	color: #9F262A;
	font-size: 17px;
	padding-bottom: 0px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	color: black;
	font-size: 13px;
	padding-bottom: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	color: #4c4c4c;
	font-size: 12px;
	letter-spacing: 1px;
	padding-bottom: 3px;
	font-weight: normal;
	font-style: normal;
}

img {
	border-width: 0;
}

/*** Divs ***/


div#wrapper {
	width: 748px;
	margin: 20px auto 10px;
}

div#top {
	width: 748px;
	height: 50px;
}

div#menu {
	width: 748px;
	height: 126px;
}

div#main {
	width: 534px;
	margin-left: 214px;
	background-color: white;
	padding-top: 40px;
}

div#links {
	float: left;
	background-color: white;
	padding-left: 30px;
}

div#rechts {
	width: 324px;
	float: right;
	padding-right: 30px;
	background-color: white;
}

div#niks {
	clear: both;
	height: 20px;
}


div#bottom {
	width: 474px;
	margin-left: 214px;
	background: #9F262A url(images/bodem.jpg) no-repeat 0 bottom;
	padding: 10px 30px 12px;
}

div#bottom a:link {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

div#bottom a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}


div#bottom a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}

div#bottom a:active {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}


div#bottom_links {
	color: white;
	line-height: 15px;
	float: left;
}

div#bottom_rechts {
	text-align: right;
}

div#credit {
	width: 534px;
	margin-left: 214px;
	clear: both;
	padding-top: 10px;
	color: #a0a0a0;
}

div#credit a:link {
	color: #a0a0a0;
	font-weight: normal;
	text-decoration: none;
}

div#credit a:visited {
	color: #a0a0a0;
	text-decoration: none;
	font-weight: normal;
}


div#credit a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #a0a0a0;
}

div#credit a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #a0a0a0;
}


