html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 11px;
	font-family: verdana, serif, sanf-serif, monospace;
	overflow: hidden;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #103050;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #103050;
	scrollbar-shadow-color: #103050;
	scrollbar-track-color: #FFFFFF;
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background: #7D870E;
	font-family: verdana, serif, sanf-serif, monospace;
}

body.popup {
	overflow: auto;
	background-color: #7D870E;
	font-family: verdana, serif, sanf-serif, monospace;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #7D870E;
	scrollbar-arrow-color: #103050;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #7D870E;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #103050;
	scrollbar-shadow-color: #103050;
	scrollbar-track-color: #7D870E;
}

table.popup{
	background-color: #103050;
}

/*
#location_top_text {
	z-index: 5;
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 40px;
	font-size: 10px;
	margin-left: -500px;
	left: 50%;
	text-align: center;
	color: #7D870E;
	border-left: 1px solid #103050;
	border-right: 1px solid #103050;
	border-bottom: 0px solid #103050;
	border-top: 1px solid #103050;
}
*/

#location_head {
	z-index: 4;
	cursor: pointer;
	position: absolute;
	margin-left: -500px;
	left: 50%;
	top: 0;
	width: 1000px;
	min-width: 1000px;
	height: 170px;
	background: #FFFFFF url(../images/banner.gif) no-repeat;
	border-left: 1px solid #103050;
	border-right: 1px solid #103050;
	border-bottom: 0px solid #103050;
	border-top: 1px solid #103050;
}

#location_button {
	z-index: 3;
	display: block;
	overflow: none;
	position: absolute;
	top: 170px;
	bottom: 20;
	width: 1000px;
	height: 20px;
	margin-left: -500px;
	left: 50%;
	background: #FFFFFF;
	text-align: center;
	color: #7D870E;
	border-left: 0px solid #103050;
	border-right: 0px solid #103050;
	border-bottom: 0px solid #103050;
	border-top: 0px solid #103050;
}

#location_content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	top:190px; 
	bottom:15px; 
	width:1000px; 
	margin-left:-500px; 
	left:50%; 
	border-left: 1px solid #103050;
	border-right: 1px solid #103050;
	color: #7D870E;
	background: #FFFFFF;
}

* html #location_content {
	top:0; 
	bottom:0; 
	height:100%;
	width:1000px;
	border-bottom: 15px solid #7D870E;
	border-top: 190px solid #103050;
}

#location_foot {
	z-index: 10;
	text-align: center;
	position: absolute;
	margin-left: -500px;
	left: 50%;
	bottom: 0;
	width: 1000px;
	min-width: 600px;
	height: 15px;
	background: #FFFFFF;
	font-size: 10px;
	color: #7D870E;
	border-left: 1px solid #103050;
	border-right: 1px solid #103050;
	border-bottom: 1px solid #103050;
	border-top: 1px solid #103050;
}

#submitbutton {
	background: url('../images/zip.gif') no-repeat;
	border: 0px;
	height: 16px;
	width: 16px;
}

textarea {
	font-family: comic sans MS, verdana, serif, sanf-serif, monospace;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #7D870E;
	border-bottom: 1px solid #103050;
	border-left: 1px solid #103050;
	border-right: 1px solid #103050;
	border-top: 1px solid #103050;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #103050;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #103050;
	scrollbar-shadow-color: #103050;
	scrollbar-track-color: #FFFFFF;
}

input, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D870E;
	background-color: #FFFFFF;
	border-style: solid;
	border-width : 1px;
	text-decoration : none;
	border-color : #103050;
}

input.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D870E;
	background-color: #FFFFFF;
	border: 0px;
	text-decoration : none;
}

.title {
	background-color: #7D870E;
	height: 36px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	display: block;
}

.subtitle {
	background-color: #FFFFFF;
	color: #7D870E;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.subtitle_smaller_font_right {
	background-color: #FFFFFF;
	text-align: right;
	color: #7D870E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.text, td {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	color: #7D870E;
	font-size: 14px;
	padding: 5;
	margin: 0;
}

td.picture {
	padding: 0;
	text-align: center;
}

.foutmelding {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D870E;
	background-color: #FFFFFF;
	border-style: solid;
	border-width : 1px;
	text-decoration : none;
	border-color : #103050;
}

.list_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7D870E;
	border-style: solid;
	border-width : 1px;
	text-decoration : none;
	border-color : #103050;
	font-weight: bold;
}

.list_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7D870E;
	border-style: solid;
	border-width : 1px;
	text-decoration : none;
	border-color : #103050;
	text-align: right;
}

.list_bottom_text_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7D870E;
	text-decoration : none;
	border-color : #103050;
	text-align: left;
}

.list_bottom_text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7D870E;
	text-decoration : none;
	border-color : #103050;
	text-align: right;
}

.popup_title{
	background-color: #7D870E;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.popup_text{
	background-color: #FFFFFF;
	color: #7D870E;
	font-size: 12px;
	text-align: left;
}
.popup_text_left {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #7D870E;
}
.popup_text_right {
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	color: #7D870E;
}
input.form {
	font-size: 11px;
	color: #103050;
	background-color: #FFFFFF;
	border-bottom: 1px solid #103050;
	border-left: 0px none #103050;
	border-right: 0px none #103050;
	border-top: 0px none #103050;
	text-decoration : none;
}
select.form {
	font-size: 11px;
	color: #103050;
	background-color: #FFFFFF;
	text-decoration : none;
}
input.button {
	font-size: 11px;
	color: #103050;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	border-color: #103050;
}
table.downloads {       
	background-color: #103050;
}
.text_left {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #103050;
}

#bold {
	font-weight: bold;
}

#line_right {
	border-bottom: 0px none #7D870E;
	border-left: 0px none #7D870E;
	border-right: 1px solid #7D870E;
	border-top: 0px none #7D870E;
}

#small_italic {
	font-size: 10px;
	font-style: italic;
}

#small_underline_italic {
	font-size: 10px;
	text-decoration: underline;
	font-style: italic;
}

#smaller_font_right {
	font-size: 11px;
	text-align: right;
}

#bigger_font {
	font-size: 16px;
}

#center {
	text-align: center;
}

#center_color_one {
	text-align: center;
	background-color: #FFFF99;
}

#center_color_two {
	text-align: center;
	background-color: #DDDDDD;
}

#right {
	text-align: right;
}

#top {
	vertical-align: top;
}

a:link    {text-decoration: none; color: #7D870E;}
a:visited {text-decoration: none; color: #7D870E;}
a:hover   {text-decoration: none; color: #103050;}
a:active  {text-decoration: none; color: #092269;}

a.popup:link    {text-decoration: underline; color: #7D870E;}
a.popup:visited {text-decoration: underline; color: #7D870E;}
a.popup:hover   {text-decoration: underline; color: #103050;}
a.popup:active  {text-decoration: underline; color: #092269;}

a.bottom:link    {text-decoration: none; color: #7D870E;}
a.bottom:visited {text-decoration: none; color: #7D870E;}
a.bottom:hover   {text-decoration: none; color: #103050;}
a.bottom:active  {text-decoration: none; color: #103050;}

a.wit:link    {text-decoration: none; color: #FFFFFF;}
a.wit:visited {text-decoration: none; color: #FFFFFF;}
a.wit:hover   {text-decoration: none; color: #103050;}
a.wit:active  {text-decoration: none; color: #103050;}

a.button:link    {text-decoration: none; background: #FFFFFF; color: #7D870E; font-size:12px; font-weight: bold;}
a.button:visited {text-decoration: none; background: #FFFFFF; color: #7D870E; font-size:12px; font-weight: bold;}
a.button:hover   {text-decoration: none; background: #FFFFFF; color: #103050; font-size:12px; font-weight: bold;}
a.button:active  {text-decoration: none; background: #FFFFFF; color: #103050; font-size:12px; font-weight: bold;}

a.sub_button:link    {text-decoration: none; background: #FFFFFF; color: #7D870E; font-size:11px; text-align: left; filter:alpha(opacity=90); -moz-opacity:.90; -khtml-opacity:.90; opacity:.90;}
a.sub_button:visited {text-decoration: none; background: #FFFFFF; color: #7D870E; font-size:11px; text-align: left; filter:alpha(opacity=90); -moz-opacity:.90; -khtml-opacity:.90; opacity:.90;}
a.sub_button:hover   {text-decoration: none; background: #4775A2; color: #103050; font-size:11px; text-align: left; filter:alpha(opacity=90); -moz-opacity:.90; -khtml-opacity:.90; opacity:.90;}
a.sub_button:active  {text-decoration: none; background: #4775A2; color: #103050; font-size:11px; text-align: left; filter:alpha(opacity=90); -moz-opacity:.90; -khtml-opacity:.90; opacity:.90;}

