/* CSS Document */

html {
	overflow: auto;
	margin: 0;
}

body {
	background-color: #1b5800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #f2e845;
	text-decoration: none;
}
a:visited {
	color: #c3b809;
	text-decoration: none;
}
a:hover {
	color: #f2e845;
	text-decoration: underline;
}
a:active {
	color: #f2e845;
	text-decoration: none;
}

/* text */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bolder;
}

/* LAYOUT */

#center {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
}
	
#header {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0px;
	width: 600px;
	height: 100px;
}

#fullscreen {
	position: absolute;
	top: 110px;
	left: 20px;
	margin: 0px;
	width: 270px;
	height: 35px;
}

#menu {
	position: absolute;
	top: 115px;
	right: 20px;
	margin: 0px;
	width: 460px;
	height: 30px;
}

#backhome {
	position: absolute;
	top: 10px;
	left: 100%;
	margin-left: -170px;
	margin-top: 0px;
	width: 150px;
	height: 100px;
}

#content {
	position: absolute;
	top: 180px;
	left: 20px;
	margin: 0px;
	width: 245px;
	border: 0px solid #ff6699;
}

#addressform1 {
	position: absolute;
	top: 155px;
	left: 275px;
	right: 20px;
	margin: 0px;
	height: 25px;
	text-align: center;
	vertical-align: top;
	border: 0px solid #000000;
}

#mapcontainer1 {
	position: absolute;
	top: 180px;
	left: 275px;
	right: 20px;
	margint: 0px;
	text-align: center;
}

#map {
	width: 100%;
	height: 418px;
	border: 2px solid #000000;
}

#mappopup {
	margin: 0;
	text-align: center;
	width: 300px;
	height: 300px;
	border: 0px solid #000000;
}

#map2 {
	width: 100%;
	height: 300px;
	border: 1px solid #000000;
}

#fullscreen_full {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0px;
	width: 270px;
	height: 35px;
}

#mapcontainer_full {
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	margin: 0px;
	text-align: center;
}

#map_full {
	width: 100%;
	height: 518px;
	border: 2px solid #000000;
}

#addressform_full {
	position: absolute;
	top: 55px;
	left: 20px;
	right: 20px;
	margin: 0px;
	height: 25px;
	text-align: center;
	vertical-align: top;
	border: 0px solid #000000;
}

