select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    border: 0px solid black;
    padding:5px;
    background-color:#efefef;
    color:black;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 100%;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display:none;
}

.lt-ie10 select {
  background-image: none;
}

option {
  background:#efefef;
  border-top:1px solid #ffffff;
  padding:.0em 1em .0em 1em;
}

input {
	width: 90%;
	background-color: #efefef;
	border-radius: 10px;
	border: none;
	padding: 8px;
	border: 0px solid #000000;
	font-size: 100%;
	line-height: 20px;
	}

label {
	font-size: 1.000em;
	padding: 0px;
	margin: -10px 0 10px 0;
	}

button {
	display: block;
	width: 100%;
	background-color: #676d70;
	box-shadow: 0px 0px 10px hsla(300,15%,25%,0.3) inset;
	color: #ffffff;
	border-radius: 10px;
	padding: 7px;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	border: none;
}

button:hover {
  background: #afafaf;
}

#map{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #000;
}

#mapTable{
    height: 100%;
    width: 100%;
    border: 0px solid #000;
    background: -webkit-linear-gradient(#FFFFFF, #AECAE2);
    background: -o-linear-gradient(#FFFFFF, #AECAE2);
    background: -moz-linear-gradient(#FFFFFF, #AECAE2);
    background: linear-gradient(#FFFFFF, #AECAE2);
    top: 0px;
    left: 0px;
    position: absolute;
}

#mapLine{
    height: 100%;
    width: 100%;
}

#footerLine {
    text-align: center;
    height: 63px;
    color: black;
    width: 100%;
}

td{
    border: 0px solid #000;
    border-spacing: 0px;
    border-width: 0px;
}
/* Ende of File */
