/* CSS Document */

body,html {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: arial;
	background: #ffffff;
	padding: 0px;

}

span, div, body {
	text-decoration: none;
}

a:link {text-decoration:none; }
a:visited {text-decoration:none; }
a:hover {text-decoration: underline;}
a:active {text-decoration:none; }

fieldset
{
font-size:12px;
font-family:Arial, Verdana, Helvetica, sans-serif;
margin-left:4px;
background-color:#FFFFFF;
border: 0px;
}

input {	margin-top: 1px; padding-top: 0px;}

label {
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 2px;

}

#error{ position: absolute; left: 10px; border: 0px solid; width: 300px; height: 120px; bottom: 10px;}
#submit_button {position: absolute; width:90px; right: 10px; bottom: 100px; }



	
#map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#logo {
position:absolute;
top: 0px;
left: 0px;
height: 19px;
z-index: 11;
width: 100%;
background-color: #CC0000;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;

}

#menu {
position:absolute;
top: 0px;
right: 0px;
z-index: 101;

}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 1px;
padding-left: 2px;
padding-right: 2px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #CC0000; 
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;


}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 135px; /*width of sub menu levels*/
color: #CC0000; 
text-align: left;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color:#CC0000; 
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FFFFFF  no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF  no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */




#controlpanel {
	position: absolute;
	top: 75px;
	right: 00px;
	width: 65px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	z-index: 10;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

	padding-bottom: 3px;
	padding-top: 3px;
}

#controlpanel_small {
	position: absolute;
	top: 75px;
	right: 00px;
	width: 65px;
	height: 15px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	z-index: 5;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



	#open_button{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 0px;
	width: 0px;
	background-color: #FFFFFF;
	z-index: 8;
}

#close_button{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
#sidebar_small {
	position: absolute;
	height: 60px;
	right: 0px;
	width: 468px;
	bottom: 0px;
	background-color: #FFFFFF;
	border-width: medium;
	border-color: #000000;
	z-index: 5;
	border: 1px solid #000000;
}

#sidebar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 500px;
	overflow: auto;
	background-color: #FFFFFF;
	border-width: medium;
	border-color: #000000;
	float: right;
	z-index: 10;
	border: 1px solid #000000;
	padding-left: 2px;
}

#objectPanel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color:#FFFFFF;
	z-index: 1;
	border: 1px solid #000000;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}






.sidebar{
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;

}

.kop{
font-size: 14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #CC0000;
}


