@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	background:url(../images/bg.jpg) #FFF no-repeat;
}

#header {
	height:185px;
	width:950px;
	background:url(../images/header.jpg);
}

#nav {
	height:80px;
	width:1024px;
	background:url(../images/nav.jpg);	
}

#nav table {
	width:980px;
	border:medium;
	color:#DB0962;
	font-size:14px;
}

#nav table a:hover {
	color:#DB0962;
	text-decoration:underline;
}

#nav table a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:500;
	text-decoration:none;
}


#blok1_left {
	height:292px;
	width:97px;
	background:url(../images/blok1_left.jpg);
	float:left;
	clear:left;
}

#blok2_left {
	height:211px;
	width:97px;
	background:url(../images/blok2_left.jpg);
	clear:left;
	float:left;
}

#content {
	height:292px;
	width:600px;
	float:left;
	overflow:visible;
}

#blok1_rechts {
	height:292px;
	width:288px;
	background:url(../images/blok1_rechts.jpg);
	float:left;
	text-align:left;
	margin-left:93px;
}


#footer {
	height:211px;
	width:803px;
	background:url(../images/footer_wit.jpg);
	float:left;
}

#footer_tarieven {
	height:211px;
	width:927px;
	background:url(../images/footer_tarieven.jpg);
	float:left;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:700;
	margin-bottom:25px;
	padding-left:10px;
	color:#000;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:700;
	color:#000;
	padding-left:10px;
}	

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-align: left;
	color:#000;
	padding-left:10px;
}

p a {
	color:#DB0962;
}

roze {
	color:#DB0962;
}