@import url(./fonts/style.css) all;
html {
  height: 100%;
  width: 100%;
  }

body {
  font-family: "DejaVu Sans", Helvetica, sans-serif;
  color: #566673;
  margin: 1%; 
  padding: 0pt; 
  height: 95%;
  min-width: 700px;
  min-height: 700px;
  border: 1px solid black;
}

a {
  text-decoration: none;
  color: #333333;
  font-style: italic;
}

a:hover {
  box-shadow: 0px 0px 10px 0px gray;
}

.mycluster {
  background-image: url(images/clustermarker.png);
  color: #566673;
  text-align: center;
  font-size: 24px;
}

#right {
 float: right; 
}

#logo {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 60px;
}

#text {
  margin-top: 60px;
  margin-left: 10px;
  margin-right: 10px;   
  font-size: smaller; 
  text-align: left; 
  line-height: normal; 
  width: 250px; 
}

#map {
  height: 100%; 
  margin-right: 260px;
}

#footer {
  width: 100%; 
  clear: both;
  font-size: smaller; 
  line-height: normal;  
}
