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

html, body, div, span, ul, ol, li, object, a, p, h1, h2, h3, h4, h5, h6 {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}
/* hide for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	background-image: url(img/bkgr-body.png);
	background-repeat: repeat-x;
}
div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 20px;
}
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:100%;
	height:auto;
}
* html #container{height:100%;}
#header {
	height: 199px;
	background-image: url(img/bkgr-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
	margin-left: 220px;
	padding-bottom: 86px;
	background-color: #FFFFFF;
	margin-right: 24px;
	padding-right: 24px;
	padding-left: 24px;
	margin-top: 24px;
}
#contentbox {
	margin-left: 220px;
	padding-bottom: 86px;
	margin-right: 14px;
	margin-top: 24px;
}
.column1 {
	float: left;
	width: 410px;
	padding-right: 10px;
}
.column2 {
	float: left;
	width: 180px;
}


#flashcontent {
	background-image: url(img/homepic1.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 558px;
	border: 2px solid #003C56;
}

#leftbar {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 222px;
	font-size: 11px;
	z-index: 1;
}
#leftbar.bluehorse {
	background-image: url(img/horsehead-blue.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 460px;
	
}
#footer {
	padding: 0px;
	position: relative;
	height: 40px;
	margin-top: -40px;
	background-color: #0B5D83;
	background-image: url(img/bkgr-footer.png);
	background-repeat: repeat-x;
	}
#footercontent {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

	
/* TEXT STYLES */

p {
	font-size: 14px;
	margin-bottom: 16px;
}

#footer p {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFAD2B;
	padding-top: 16px;
	padding-right: 12px;
	padding-left: 12px;
}

h1 {
	letter-spacing:-1px;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #003C56;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

h2 {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #718E00;
	margin-bottom: 8px;
}

h3 {
font:12px arial, helvetica, sans-serif;
font-weight:bold;
}

ul, ol {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 38px;
}
li {
	list-style-type: square;
}


/* LINK STYLES */

a, a:visited {
	text-decoration: none;
	color: #014769;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #014769;
}

a:hover {
	text-decoration: none;
	color: #EC7600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EC7600;
}
#footer a, #footer a:visited  {
	text-decoration: none;
	color: #FFAD2B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFAD2B;
}

#footer a:hover {
	text-decoration: none;
	color: #EC7600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EC7600;
}
a.z, a.z:visited {
	text-decoration: none;
	color: #8095C6 !important;
	border-bottom-style: none !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
}

a.z:hover {
	text-decoration: none;
	color: #EC7600 !important;
}

/*FORMSTYLES */
form {
	display:inline;
}
input, select, textarea {
	padding: 2px;
	color: #333333;
}
.formfield {
	line-height:1.25;
	background-color: #E3E3E3;
	border: 1px solid #333333;
	color: #333333;
}

textarea {
	line-height:1.40;
	width: 350px;
	background-color: #E3E3E3;
	border: 1px solid #333333;
}

.button {
	padding: 2px;
	width: 8em;
	border: 1px solid #000000;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	background-color: #E3E3E3;
}

label {
	cursor:pointer;
}
#formulier tr td {
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#formulier p {
	font-size: 12px;
}

.indent {
	padding-left: 34px;
}



/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{
	float:right;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 14px;
}
.borderblue {
	border: 2px solid #003E58;
}


.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
