
<style>
body { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* HEADER */
.header span, .header span a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1A5798; /*indigo*/
	font-weight: bold;
	text-decoration: none;
}


/* MENU */
.menu {
	background-color: #1A5798; /*indigo*/
	background-image: url(../images/hm_bg.gif);
	margin-bottom: -5px;
}
.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: inline;
}
.menu a:hover {
	color: #1A5798; /*indigo*/
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/hm_bg_sel.gif);
	position: relative;
	z-index: 1;
}
html>body .menu .sel, html>body .menu .nosel {
	padding-top: 17px;
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 15px;
	top: 17px;
}
.menu .sel {
	color: #1A5798; /*indigo*/
	padding-top: 16px;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/hm_bg_sel.gif);
	position: relative;
	top: 15px;
	z-index: 1;
}
.menu .nosel {
	padding-top: 16px;
	padding-bottom: 17px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	top: 15px;
	z-index: 1;
}


/* MAIN */
.main h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	color: #1A5798; /*indigo*/
	padding-top: 15px;
	margin: 0px;
}
.main h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 0.9em;
}
.main, .main p, .main ul, .main ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	margin: 0px;
}
.main a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1A5798; /*indigo*/
	text-decoration: none;
}
.main a:hover {
	color: #1A5798; /*indigo*/
	text-decoration: underline;
}
.main a img {
	border: 0px;
}
.main .vraag {
	font-weight: bold;
	padding-top: 10px;
}
p.citaat {
	color: #666666;
	font-style: italic;
	font-size: 0.6em;
	line-height: 1.5em;
	padding-top: 10px;
}

/* FOOTER */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #898989;
	background: url(../images/bg_footer.gif) #B8B8B8 top repeat-x;
	line-height: 1.7em;
}
.footer .smheader {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.footer .smbody {
	padding: 5px;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #898989;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
}
.footer .line {
	border-left: 1px solid #898989;
}


/* ORDER */
#container	{
	position: relative;
	width: 380px;
	height: 230px;
	z-index: 100;
}
#lyr0, #lyr1 {
	position: absolute;
	visibility: hidden; 
	left: 0px;
	top: 0px;
	z-index: 1;
}
a:link.on, a:visited.on {
	color: #1A5798;
	text-decoration: underline;
}
a:link.off, a:visited.off {
	text-decoration:none;
}
a:link.done, a:visited.done {
	text-decoration:none;
}
a.on:hover, a.off:hover, a.done:hover {
	text-decoration:underline
}

/* REST */
.leftban {
	width: 180px;
	background: url('../images/hm_bg_sh.png') repeat-x top #F0F0F0;
	vertical-align: top;
	padding: 10px;
}
a.leftmenu {
	font-family: "Trebuchet MS";
}

.mainban {
	width: 480px;
	background: url('../images/hm_bg_sh.png') repeat-x top #FFFFFF;
	vertical-align: top;
	padding: 10px;
}
.rightban {
	width: 240px;
	background: url('../images/hm_bg_sh.png') repeat-x top #F0F0F0;
	vertical-align: top;
	padding: 10px;
}

/* FORMS */
.form table {
	font-size: 11px;
}
.textfield {
	margin: 1px;
	border: solid 1px #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
fieldset {
	border: 1px solid #EAEAEA;
}
legend {
	font-size: 11px;
	color: #333333;
}

/* BORDER */
.border {
	margin:0 auto;
	padding:10px;
	background: #FFF;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	border:solid 1px #1A5798;
}


/* FORM */
#form h1 {
	border-bottom:solid 1px #dedede;
	margin-bottom:4px;
	padding-bottom:6px;
}
#form p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
}
#form .small{
	color:#666666;
	font-weight:normal;
}
#form input, #form select, #form textarea{
	float:left;
	width:100px;
	margin:2px 0 2px 10px;
}
#form button{ 
	clear:both;
	margin-left:110px;
	background:#1A5798;
	color:#FFFFFF;
	border:solid 1px #1A5798;
	background: url(../images/hm_bg.gif) center;
	font-size:11px;
	font-weight:bold;
	padding:4px 3px;
}
#form button:hover{
	color: #1A5798;
	background: url(../images/hm_bg_sel.gif) center;
}

/* ADDTHIS */
a#addthis_button {
	margin-right: -4px;
}
a#addthis_button>img {
	padding-top: 8px;
}
a#addthis_button>img:hover {
	padding-top: 0px;
}
</style>
