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

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


#kaart {
	width: 100%;
	height:100%;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}
#schaduw {
	width: 100%;
	height:100%;
	margin: 0 auto;
	position: relative;
	background-image: url(../../afbeeldingen/kaart_schaduw.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#map {
	width: 780px;
	height: 500px;
	position:absolute;
	top:60px;
	left:100px;
	border:0px;
	float:left;
}
#titelbalk {
	width: 780px;
	height: 50px;
	position:absolute;
	top:5px;
	left:100px;
	border:0px;
	float:left;
	background-color:#0188cc;
	font-family: arial, Helvetica;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 14px;
}

#register {
	z-index: 6;
	width: 220px;
	height: 22px;
	position:absolute;
	top:101px;
	left:659px;
	border:0px;
	color:#FF0000;
	background-color: #ffffff;
}

#rechterbalk {
	width: 95px;
	height: 552px;
	position:absolute;
	top:5px;
	left:885px;
	border:0px;
	color:#FF0000;
	background-color: #993366;
}

#onderbalk {
	width: 980px;
	height: 90px;
	position:absolute;
	top:560px;
	left:0px;
	border:0px;
	color:#FF0000;
	background-color: #993366;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

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

.adverteerder a{
	color:#0093D3;
	font-size: 12px;
}

.adverteerder a:link{
	color:#0093D3;
	font-size: 12px;
}

.adverteerder a:hover{
	color:#ffffff;
	font-size: 12px;
}
table#menu_1 td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
    font-size: 13px;
	height: 20px;
}

table#menu_1 td a {
    display: block;
    color: #000000;
    padding: 5px;
    border: 0px;
    text-decoration: none;
}

table#menu_1 td a:hover {
    color: #FFFFFF;
    border: 0px;
    background-color: #0093D3;
}

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

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