
/* General elements */

body, html {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	scrollbar-3dlight-color: #afafaf;
	scrollbar-arrow-color: #afafaf;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #afafaf;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: transparent;
}
body, html {
	/* IE Only to make sure bottom menu stays always visible */
	*overflow: hidden;
}
table {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border:0px;
	border-collapse: collapse;
}
p {
	padding: 0px;
	margin: 0px
}
blockquote {
	padding:5px 10px 5px 10px;
	font-style:italic;
}
em {
	color:#ff0000;
	font-style:italic;
}
hr {
	width:100%;
	background:#999999;
	border:0px solid #999999;
	height:1px;
	color:#999999;
	padding:0;
	margin:0 0 0 -6px;
	*margin:0 0 0 -11px;
}
h1 {
	font-size:30px;
	line-height:36px;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	line-height:20px;
}
h3 {
	font-size:11px;
	line-height:20px;
}
a {
	color:#dddddd;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
}
h1, h2, h3 {
	color:#ffffff;
}
h1 a, h2 a, h3 a {
	color:#ffffff;
}
ul li {
	padding:0 0 4px 7px;
	list-style:none;
	background:url('../img/arrow.gif') 0px 1px no-repeat;
}
ol li {
	padding:0 0 4px 0;
	list-style-type:decimal;
	list-style-position:inside;
}


/* Template specific elements */

#mainShape {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 10;
	padding-bottom: 600px;
}
#mainShape {
	/* IE Only */
	*padding-bottom: 30px;
}
#mainContainer {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	*overflow: auto;
	z-index: 11;
	background-color: #000;
	padding-bottom: 600px;
}
#mainContainer {
	/* IE Only */
	*padding-bottom: 0px;
}
#footerMenu {
	position: fixed;
	/* IE Only to make sure bottom menu stays always visible, because IE does not support position:fixed property correctly */
	*position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	width: 923px;
	height: 20px;
	overflow: hidden;
	z-index: 80;
	text-align: center;
	background-color: #000;
	color: #fff;
	border: 0px solid;
}
#logo1 {
	position: absolute;
	top: 25px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 42px;
	text-align: center;
	overflow: hidden;
	z-index: 71;
	background-color: transparant;
	border: 0px solid;
}
#logo2 {
	position: absolute;
	top: 30px;
	left: 820px;
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 42px;
	text-align: center;
	overflow: hidden;
	z-index: 71;
	background-color: transparant;
	border: 0px solid;
}
#fieldBorder {
	position: absolute;
	top: 93px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 923px;
	height: 276px;
	overflow: hidden;
	z-index: 16;
	background-color: #003E38; /* Groen */
	background-color: #C74114; /* Oranje */
	background-color: #D72430; /* Rood */
	background-color: #152E73; /* Blauw */
	background-color: #ECD34F; /* Geel */
	background-color:#999; /* Grijs */
	border: 0px solid;
}
#bigPicture {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 103px;
	left: 10px;
	height: 256px;
	width: 495px;
	overflow: hidden;
	z-index: 30;
	border: 0px solid;
	color:#fff;
	background-color:#000;
}
#introText {
	position: absolute;
	margin: 0px;
	padding: 10px;
	top: 103px;
	left: 505px;
	width: 388px;
	_width: 408px;
	height: 236px;
	_height: 256px;
	overflow: auto;
	z-index: 40;
	color:#fff;
	background-color:#000;
}
#introText h1, #introText h2{
	color: #003E38; /* Groen */
	color: #C74114; /* Oranje */
	color: #D72430; /* Rood */
	color: #152E73; /* Blauw */
	color: #ECD34F; /* Geel */
	color:#999; /* Grijs */
	margin:0px;
	margin-bottom:5px;
}
#introText a {
	color:#fff;
	text-decoration:none;
}
#menuTop1 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 176px;
	height: 20px;
	width: 624px;
	z-index: 66;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
}
#contentField {
	position: absolute;
	left:166px;
	top: 370px;
	margin: 0px;
	padding: 0px;
	padding-bottom:50px;
	width:770px;
	z-index: 40;
}


/* Opera 7 hack for correct displaying */

@media all and (min-width:0px) {
	#mainShape {padding-bottom: 0px}
}
@media all and (min-width:0px) {
	#footerMenu {height: 16px}
}
@media all and (min-width:0px) {
	#footerMenu {padding-top: 2px}
}


#footerMenu {
	margin:0px
	padding:0px;
	text-align:center;
}
#footerMenu a{
	margin: 0px 16px 0px 4px;
	padding: 0px;
	color: #999;
	text-decoration: none;
}
#footerMenu a:hover{
	color: #fff;
}
#footerMenu li{
	list-style-type: disc;
	display:inline;
	background:none;
}
#footerMenu ul{
	padding: 0px;
	margin: 0px;
	display:inline;
}
#footerMenu ul ul{
	display:none;
}

#menuTop1 {
	margin: 0px
	padding: 0px;
	display: inline;
}
#menuTop1 ul {
	position:relative;
	display:inline;
	padding:0;
	margin:0;
}
#menuTop1 ul ul {
	display:none;
}
#menuTop1 li {
	position:relative;
	margin:0;
	height:auto;
	display:inline;
	color:#999;
	background:none;
	padding:0;
}
#menuTop1 a {
	margin:-2px 0 0 0;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#999;
	text-decoration: none;
	border:1px solid #999;
	line-height:18px;
	height:20px;
	padding:0 10px 0 10px;
	font-size:10px;
}
#menuTop1 a:hover {
	border:1px solid #fff;
	color:#fff;
}
form {
	display:block-inline;
	text-align:right;
	margin:0;
	padding:0;
}
input {
	padding:0;
	width:94%;
}
.text, .file, .password {
	background-color:#ffffff;
	background-repeat:no-repeat;
	border:1px solid #ababab;
}
.radio {
	background-color:transparant;
	margin:0 4px -2px 0;
}
.checkbox {
	background-color:transparant;
	margin:0 4px -1px 0;
}
.submit, .button, .reset {
	padding:0 20px 0 20px;
	border:none;
	margin:10px 0 0 0;
	color:#ffffff;
	height:17px;
	width:auto;
	cursor:pointer;
	margin-left:520px;
}
.submit {
	background-color:#000000;
	border:1px solid #ffffff
}
.button, .reset {
	background-color:#ababab;
	border:1px solid #ababab;
}
select {
	width:96%;
}
optgroup {
	color:#ababab;
}
textarea {
	height:54px;
	border:1px solid #ababab;
	padding:2px;
	width:96%;
}
*textarea {
	/* IE Win only */
	margin-left:30px;
}
button {
	padding:2 4px 2 4px;
	height:17px;
	border:none;
	cursor:pointer;
}
form fieldset {
	margin:0;
	text-align:left;
	padding:10px;
	background-color:transparent;
}
form legend {
	font-weight:bold;
}
*form legend {
	/* IE Win only */
	margin:0 -7px;
	color:#ffffff;
} 
form label {
	padding:0;
	margin:0;
	white-space:nowrap;
	width:20%;
	overflow:hidden;
	float:left;
	color:#ffffff;
}
form fieldset li {
	list-style-image:none;
	list-style:none;
	padding:2px 0 6px 0;
	line-height:20px;
	color:#ffffff;
}
form fieldset li fieldset {
	text-align:left;
	border:none;
	padding:0;
}
form fieldset li fieldset legend {
	margin:0;
	padding:2px 0 1px 0px;
	font-weight:normal;
}
*form fieldset li fieldset {
	/* IE Win only */
	margin-left:-23px;
}
form fieldset li fieldset label {
	display:block;
	width:69%;
	float:right;
	margin:0;
	padding:0;
}
/* IE Mac legend fix */
/*\*//*/
form legend {
	display: inline-block;
}
