@charset "UTF-8";

@font-face {
  font-family: 'BundesSansWeb';
  src: url("webfonts/bundessansweb-regular.eot");
  src: url("webfonts/bundessansweb-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/bundessansweb-regular.ttf") format("truetype"), url("webfonts/bundessansweb-regular.svgz#BundesSansWebRegular") format("svg"), url("webfonts/bundessansweb-regular.svg#BundesSansWebRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BundesSerifWeb';
  src: url("webfonts/bundesserifweb-regular.eot");
  src: url("webfonts/bundesserifweb-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/bundesserifweb-regular.ttf") format("truetype"), url("webfonts/bundesserifweb-regular.svgz#BundesSerifWebRegular") format("svg"), url("webfonts/bundesserifweb-regular.svg#BundesSerifWebRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'BundesSansWeb', Arial, helvetica, sans-serif;
  /* font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
  font-size: 50%;*/
  min-width: 980px;
}
body {
  /*border-top:  10px solid #23614E;*/
}
.space {
  height: 100px;
  background-color: #23614E;
  margin: 10px 0 30px 0;
  /*border-top:  10px solid #23614E;*/
}
.space .container {
  background-color:#ddd;
  height: 100%;
}

.button {
  /*background-color: #23614E;*/
  width: 200px;
  color: #999;
}
.button:hover{
  /*background-color: #23614E;*/
  color: #666; 
}

.gradient {
  background: #e6edf3 url("blue-gradient-minimap.gif") repeat-x scroll 0 0;
  /*box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);*/
  height: 100%;
  color: #002266;
}
.gradient:hover{
  color: #fff; 
}

#logo {
  left: -30px;
  position: relative;
}


.footer {
  border-top: 1px dotted #ccc;
  margin: 10px 0 30px 0;
}

#map {
	width: 100%;
	height: 600px;
  background-color: #eee;
}

.mapframe {
  border: 1px solid #ddd;
}

.selectframe{
  /*border: 1px solid #ddd;*/
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.info h4 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #777;
}

.legend {
  text-align: left;
  line-height: 18px;
  color: #555;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.wide {
   min-width: 1280px;
   /*margin:0 5px 0 5px;*/
   margin:auto;
}

.title {
  margin-top: 20px;
}

a {
  text-decoration: none;
}

button a {
  text-decoration: none;
  color: #eee;
}
button a:hover {
  color: #666; 
}

#detail {
  margin-top:20px;

}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(center top , #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#contenttable a {
  color: #339;
}

.clear_search_button {
  width: 140px;
  background-color: #eee;
}

.right {
  text-align: right;
}

#footermenu {
  color: #333;
}
#footermenu a {
  color: #333;
}

#disclaimer {
  font-size: small;
  color: #999;
}
#divnoscript {
  text-align: center;
  color: #c00;
  border: 1px solid #c00;
  margin: 10px 0px 10px 0px;
  padding: 10px;
}
#divnoscript a {
  color: #666;
}

#nocookie {
  text-align: center;
  color: #c00;
  border: 1px solid #c00;
  margin: 10px 0px 10px 0px;
  padding: 10px;
}

#nocookie a {
  color: #666;
}
