/* COPYRIGHT IMPREZA-MEDIA.NL */
/* KLANT 20070703 */
/* DATUM 01-10-07 */

* {
	font: 12px Trebuchet MS;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	color: #555555;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}

body {
	background: #FFFFFF;
	text-align: center;
	}

ul {
	list-style: none;
	}

li {
	display: inline;
	float: left;
	}

a:visited, 
a:active, 
a:link {
	color: #A0326C;
	}

a:hover {
	text-decoration: underline;
	color: #888888;
	}

u {
	text-decoration: underline;
	}

i {
	font-style: italic;
	}

b {
	font-weight: bold;
	}

img {
	vertical-align: middle;
	}

textarea, 
select, 
input {
	border: 1px solid #AAAAAA;
	background: #F7F7F7;
	font: 11px Verdana;
	margin-top: 3px;
	padding: 4px;
	}

#boven {
	background: url(beeld/boven.jpg) no-repeat center top;
	padding-top: 40px;
	margin: 0px auto;
	display: block;
	width: 840px;
	}

#hoofd {
	background: url(beeld/fading.jpg) repeat-y center top;
	overflow: hidden;
	display: block;
	width: 840px;
	}

#titel {
	overflow: hidden;
	display: block;
	width: 825px;
	}

#index {
	padding: 10px 0px 0px 25px;
	display: inline;
	height: 350px;
	width: 200px;
	float: left;
	}

#tekst {
	padding: 20px 0px 0px 0px;
	display: inline;
	width: 500px;
	float: left;
	}

#onder {
	background: url(beeld/onder.jpg) no-repeat center top;
	display: block;
	height: 110px;
	width: 840px;
	}

#maker {
	background: #FFFFFF;
	display: block;
	height: 20px;
	width: 840px;
	}

#block {
	overflow: hidden;
	display: block;
	}

#float {
	display: inline;
	float: left;
	}