@import url("/css/files.css");

body {
	background: white;
	text-align: left;
	color: black;
	font-size:83% !important;
	line-height: 125%;
	border: 0;
	margin: 20px;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
a {color: #039;}

a.amenu { float: right; margin: 0px 3px 0px 16px; padding-top: 26px; }

/* ------------------------------------ boxes ------------------------------------ */
#header { padding: 10px 0px; }
#lang, #navigatie, #emazing, .push {display:none;}
#content { padding: 15px 0px; border-top: 1px solid #4A7B95; border-bottom: 1px solid #4A7B95; }
/* ----------------------------------- global -------------------------------------- */

#header a, #footer a {color: black; text-decoration:none;}
#footer { text-align:center; padding-top: 5px;}
hr {height: 0; border: 0; border-top: 1px solid #CCCCCC;} 
form {margin:0.5em 0 0 0;}
select, input {font-size:1em;}
.clr {clear:both;height:1px;overflow:hidden;}
.hide {display:none;}
a {outline: none;}
a img {border:none;}
.small {font-size:0.85em; line-height:1.3em;}
small {font-size: 0.85em; display:block; color: #777; padding: 0 0 0.3em; margin: 0;}
.warning, .error {color:#CC0000;font-weight: bold;}
.required {background-image: url(/images/star.gif); background-repeat: no-repeat; padding-left: 10px; background-position: left center;}
