html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif, "Mead Bold";
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/background.jpg);
	color: #666666;
	background-repeat: repeat;
}

#main_frame {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	background-image: url(../image/main.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#top {
	width: 800px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/top.jpg);
	background-repeat: no-repeat;
}
#menu_top {
	height: 24px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/menubalk.jpg);
	background-repeat: no-repeat;	
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/main.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#menu_under {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/under.jpg);
	background-repeat: no-repeat;
}

#content {
	text-align: left;
	padding: 5px;
	border: 1px dotted #999999;
	color: #000000;
}
a.zwart:link {
	color: #000000;
	text-decoration: none;
}
a.zwart:visited {
	color: #000000;
	text-decoration: none;
}
a.zwart:hover {
	color: #CC0000;
	text-decoration: none;
} 
a.zwart:active {
	color: #CC0000;
	text-decoration: none;
} 
a.wit:link {
	color: #ffffff;
	text-decoration: none;
}
a.wit:visited {
	color: #ffffff;
	text-decoration: none;
}
a.wit:hover {
	color: #fec400;
	text-decoration: none;
} 
a.wit:active {
	color: #fec400;
	text-decoration: none;
} 
.textbox {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
}
.hoofdtabel {
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
}
.tabel_prijzen {
	text-align: center;
}

.balk_under {
	font-size: 10px;
	margin-top: 23px;
	margin-right: 110px;
	margin-left: 110px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #FF6600;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
} 
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
} 

.tabelhosting {
	border: 1px dotted #666666;
}