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

<!-- Reminder: CSS shorthand order = top right bottom left -->
body {
	margin: 0px;
	padding: 0px;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
a {
	color: #3c67b1;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}

img{
	border:none;
	}
	
h3{
	font-size:1.2em;
	margin-bottom:-2em;
	}
h4{
	font-weight:normal;
	}
th{
	text-align:left;
	font-size:1.2em;
	margin-bottom:-2em;
	}
td{
	padding:auto 6px;
	text-align:left; vertical-align:top;
	}
td a{
	text-align:center;
	}	
.boxed{
	border: thin solid #ffd671;
	background-color: #ffffff;
	padding: 2px;
	font-size: smaller;
	text-align: center;
	}

#container {
	min-width: 485px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	width: 570px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

#header {
	padding: 20px 20px 0px 20px;
	font-size: 18pt;
	}

#menu{
	margin: 0px;
	padding: 0px;
	background-color: #ffd671;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;
	}	
#menu ul {
	text-align: left;
	}
#menu li{
	padding: 0 8px 0 8px;
	display: inline;
	}
#menu a{
	padding: 0 8px 0 8px;
	color: #000;
	font-weight: normal; 
	text-decoration: none;
	}	
#menu a:hover{
	background-color: #f99d37;
	}
#menu a:active{
	text-decoration: underline;
	}

#content {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	}
/* -------------------------------- */
/* | page content specific styles | */
/* -------------------------------- */
.voorwaarden{
	font-size: smaller;
	background-position: top left;
	background-image: url(../images/bg_voorwaarden.gif);
	background-repeat: repeat;
	}
.webservices{
	background-image: url(../images/bg_webservices.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
.webservices h1, .webservices h2{
	font-size: inherit;
	font-weight:normal;
	}

.contact{
	min-height:700px;
	background-image: url(../images/bg_contact.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
.contactresponse{
	min-height:700px;
	padding-left:50px;
	}
.starters{
	min-height:700px;
	background-image: url(../images/bg_starters.gif);
	background-position: top right;
	background-repeat: repeat-y;
	}

#footer {
	height: 10px;
	background-color: #ffffff;
	}

#link {
	padding: 10px 10px 0px 10px;
	background-color: #90b4ff;
	font-family: "Eras Light ITC", Arial, Tahoma;
	font-size: 10pt;
	text-align: right;
	text-decoration: none;
	}
#link a:hover {
	color: #0000ff;
	text-decoration: underline;
	}

/* --- FORM ----------------------- */
.hb_element {
	padding:5px; 
	margin:2px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.hb_element label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	}
.hb_element input.hb_formTextField {
	}
.hb_element select.hb_formSelect {
	}

.hb_element textarea.hb_formTextArea {
	}
.hb_element .hightlight {
	border:2px solid #9F1319;
	}
.hb_element #submit {
	}