* { vertical-align:top; }

body,
input,
textarea,
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
}

h1,h2,h3,h4,h5 { font-weight:normal; }

h1 { font-size:31px; color:#a38634; line-height:50px; }
h2,blockquote { font-size:24px; line-height:30px; }
h3 { font-size:17px; line-height:25px; }
h4 { font-size:14px; color:#a38634; line-height:22px; }
h5 { font-size:12px; color:#a38634; }

br { line-height:1; }

a:link, 
a:visited	{ color:#a38634; text-decoration:none; }
a:hover		{ text-decoration:underline; color:#a28633 }

address 	{ font-style:normal; font-size:13px; line-height:24px; }

fieldset 	{ border:0; }
img 		{ vertical-align:top; line-height:0; border:0; }

img.right	{ margin-left:15px; }
img.left	{ margin-right:15px; }

.text {
	border-top:1px solid #9f9f9f;
	border-left:1px solid #b8b8b8;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e5e5e5;
	font-size:11px;
	line-height:15px;
	padding:0 5px;
	color:#002642;
	background:url(/img/layout/input_bg.gif) 0% 0% no-repeat #fff;
}

input.light {
	color:#99a8b3;
}

input.text 	{
	height:15px;
}

input[type="checkbox"] {
	border:0;
}


select.text {
	width:137px;
	padding:0;
}

select.text option {
	padding:0 5px;
}

textarea.text {
	width:100%;
}

.error { color:#f00; }
input.error { border:1px solid #f00; }


.overzicht_link {
	background:url(/img/layout/btn_link_big.gif) 0% 0% no-repeat transparent;
	width:348px;
	line-height:19px;
	display:block;
	padding-bottom:10px;
	text-indent:15px;
}

.overzicht_link:hover,
.overzicht_link a:hover {
	text-decoration:none;
}

.print_link {
	background:url(/img/layout/btn_print.gif) 0% 0% no-repeat transparent;
	width:348px;
	line-height:19px;
	display:block;
	padding-bottom:4px;
	text-indent:15px;
}

.print_link:hover,
.print_link a:hover {
	text-decoration:none;
}

.overzicht_link_terug {
	background:url(/img/layout/btn_link_terug.gif) 0% 0% no-repeat transparent;
	width:186px;
	line-height:19px;
	display:block;
	padding-bottom:10px;
	text-indent:15px;
}

.overzicht_link_terug:hover,
.overzicht_link_terug a:hover {
	text-decoration:none;
}


ul {
	list-style:inside;
	margin-left:15px;
}