.body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.supportButton {
  position: absolute;
  right: 10px;
  top: 10px;
  /*height: 2em;
  width: 4em; */

  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}


.bottomBarBlock {
  background: #000000 none repeat scroll 0% 50%;
  bottom: 0px;
  right: 0px;
  width: 100%;
  position: fixed;
  left: 0px;
  height: 60px;
  color: #ffffff;
  z-index: 1;
}
.bottomBarLogo {
  position: fixed;
  bottom: 0px;
  left: 10px;
  text-align: center;
  z-index: 2;
}
.bottomBarText {
  position: fixed;
  bottom: 0px;
  left: 320px;
  right: 10px;
  height: 55px;
  text-align: right;
  vertical-align: middle;
  font-family: verdana, sans-serif;
  font-size: 14px;
  color: #a1e248;
  z-index: 2;
}

.bottomBarText a {
	text-decoration: none;
}

.contentPane {
  margin: 0px;
  padding: 0px;
  background: #ffffff none repeat scroll 0% 50%;
  overflow: hidden;
  top: 5px;
  bottom: 60px;
  width: 710px;
  display: block;
  text-align: center;
  font-family: sans-serif;
}
#mapCanvas {
  width: 710px;
  height: 250px;
}

#scroll-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 60px;
  overflow: scroll;
  overflow-x: hidden;
  font-family: sans-serif;
}

#content-main {
  vertical-align: top;
  position: absolute;
  left: 10px;
  right: 200px;
  top: 0px;
  bottom: 60px;
  background: #ffffff0;
  font-family: sans-serif;
}

#navigation {
  vertical-align: top;
  position: fixed;
  right: 20px;
  width: 150px;
  top: 10px;
  display: block;
  background: #f7f7f7;
  padding: 5px;
}

#navigation ul {
	text-align: right;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
	
#navigation ul li {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	width: 100%;
}

.active {
	text-decoration: underline;
}

#navigation a {
	color: #a1e248;
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: sans-serif;
	padding: 5px;
}

#navigation a:visited {
	color: #a1e248;
	width: 100%;
	text-decoration: none;
}

#navigation a:hover {
	color: #a1e248;
	width: 100%;
	background: #000000;
	text-decoration: underline;
}

.label {
	text-align: right;
}

.inputtext {
	width: 100%;
}

.inputtext-mandatory {
	width: 100%;
	border: 2px solid #a1e248;
}
