html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #9dc5e0;
	background-image: url(../afbeeldingen/FSbackground.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: arial, Helvetica;
	font-size:12px;
	line-height: 14px;
}

table {
	border: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: white;
	border-collapse: separate;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	min-width:950px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

div#header {
	padding:0px;
	background-color:#FF3333;
}

div#content {
	position:absolute;
	top:25px;
	bottom:105px;
	width:100%;
	overflow:hidden;
	min-width: 950px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	font-family:Helvetica, Arial;
	font-size:12px;
	color:#FFFFFF;
}

table.full-height {
  height:100%;
  width:100%;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#0093D3;
}
a:active {
	text-decoration: none;
	color: #0093D3;
}
table#abc td {
	font-weight:bold;
	padding: 0px;
    font-size: 13px;
	width: 37px;
	height: 50px;}

table#abc td a {
    display: block;
    color: #FFFFFF;
    padding: 0px;
    text-decoration: none;
	width: 37px;
	height: 50px;
	line-height: 50px;
}

#flashcontent {
  height: 100%;
  width: 100%;
}

.terugbar{
	height:15px;
	padding-top:1px;
}

.terugbar a{
	color:#FFFFFF;
	font-weight: bold;
}
.terugbar a:link{
	color:#FFFFFF;
	font-weight: bold;
}

table#abc td a:hover {
	display:block;
    color: #0093D3;
	background-color:#FFCC00;
	width: 37px;
	height: 50px;
}

.totaalregister a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ef7900;
	line-height: 17px;
}
.totaalregister a:link {
	text-decoration: none;
}
.totaalregister a:visited {
	text-decoration: none;
	color: #CC0000;
}
.totaalregister a:hover {
	text-decoration: none;
	color:#0093D3;
}
.totaalregister a:active {
	text-decoration: none;
	color: #CC0000;
}

/* CPG LOGO BUTTONS	*/
a img.button{
	width: 90px;
	height: 45px;
	border: solid 2px transparent;
}
a:hover img.button{
	border: 0px;
	width: 94px;
	height: 49px;
	
}

/* CSS VOOR KARTOGRAFIEKEUZE EN REGISTER	*/
#search-wrap input{
	width:180px;
	font-size:14px;
	color:#000;
	padding:2px;
	border:0px;
}
#results{
	width:176px;
	max-height:255px;
	border:solid 0px;
	display:none;
	z-index:99;
	position:absolute;
	background-color:#f9edd9;
	overflow: auto;
	scrollbar-base-color:#ef7900;
}
#results ul, #results li{
	padding:0;
	margin:0;
	border:0;
	list-style:none;
}
#results li {
	border-top:0px;
}
#results li a{
	display:block;
	padding:2px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:11px;
}
#results li a small{
	display:block;
	text-decoration:none;
	color:#0094e4;
	font-weight:normal;
	font-size:11px;
}
#results li a:hover{
	background:#0094e4;
	font-size:11px;
	color:#FFFFFF
}
#results ul {
	padding:6px;
}

/* JQUERY SLIDESHOW VOOR BANNERS */
ul#banners{
	border: 0px;
	padding: 0px;
	list-style:none;
	list-style-position: inside;

}

ul#banners li {
	border: 0px;
	padding: 0px;
	list-style:none;
	list-style-position: inside;
}

ul#banners li img{
	border: 0px;
	padding: 0px;
	list-style:none;
}

#advlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
