body {
	font-family:tahoma, verdana, arial;
	font-size:13px;
	background-color:#D8D8D8;
}

#ik a {
	width: 155px;
	height: 92px;
	display: block;
	background-image: url(GFX/ik_1.jpg);
	background-repeat: no-repeat;
}
#ik a:hover {
	background-image: url(GFX/ik_2.jpg);
	background-repeat: no-repeat;
}

	
#logo{
	position:absolute;
	left: 1px;
	top: 1px;
	width: 51px;
	z-index:3;
}

#Kaart{
	position:absolute;
	left: 625px;
	top: 145px;
	width: 51px;
	z-index:3;
}

input, textarea {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #bac5d6;  
    font-family:tahoma, verdana, arial;
    font-size: 13px;
    color: #000000;
}
select {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #bac5d6;  
    font-family:tahoma, verdana, arial;
    font-size: 13px;
    color: #000000;
}

#container {
	margin-left: -350px;
	margin-top: -250px;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 756px;
	height: 581px;
	visibility: visible;
}

#left {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 51px;
	z-index:1;
}

#map{
	position:absolute;
	z-index:0;
	left:0px;
	top:1px; 
}

#locatie{
	position:absolute; 
	border-style:solid;
	left:10px; 
	top:10px; 
	background-color:#FFFFFF; 
	z-index:3;
}
#adminmap{
	position:absolute;
	z-index:0;
	left:0px;
	top:610px;
}

#right {
	position:absolute;
	left: 650px;
	top: 425px;
	width: 80px;
	z-index:3;
}
#iframe{
	position:absolute;
	left:183px;
	top:178px;
	height:380px;
	width:430px;
	z-index:2;
	border: 1px solid #000000;
	overflow: auto;
}
#iframe2{
	position:absolute;
	background-image:url("GFX/bg_midden.jpg");
	left:183px;
	top:178px;
	height:380px;
	width:430px;
	z-index:2;
	overflow: auto;
}

#navigatie{
	position:absolute;
	left:1px;
	top:141px;
	z-index:2;
	width: 155px;
	height: 441px;
}
#logout{
	position:absolute;
	left: 625px;
	top: 300px;
	width: 51px;
	z-index:3;
}

.main {
	background-color:#FFFFFF;
	width: 756px;
	height: 581px;
	padding:0px;
	border: 1px solid #000000;
}

#midden{
	position:absolute;
	background-image:url(GFX/bg_main.jpg);
	left:155px;
	top:141px;
	z-index:1;
	width: 602px;
	height: 441px;
}
.klein {
    font-size: 11px;
}

.silver {
    font-size: 11px;
	color:silver;
}
.hoofd{
    font-family:tahoma, verdana, arial;
    font-size:12px;
	font-weight: bold;
	color:#FF0000;
}
.gastenboek{ 
	border: 1px solid #000000;
}
tr.index{
	background-color:#3959A5;
}
td.indexmid{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	color:white;
}
td.indexleft{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:black;
}
td.indexright{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:black;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
}
td.indexsilver {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
    font-size: 11px;
	color:white;
}
td.bar{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:silver;
}
a:link {
    color: #CC0000;
    font-weight: bold;
	text-decoration:underline;
}
a:visited {
    color: #CC0000;
    font-weight: bold;
	text-decoration:underline;
}
a:hover {
    color: #000000;
    font-weight: bold;
	text-decoration:underline;
}
.input_fout {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}