body {
  background: #660000 url('../images/bg.png');
  background-repeat : no-repeat;
	background-position: center 0%;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
}

#container {
  width: 960px;
	margin: 0px;
	padding: 0px;
  margin: auto;
  background: #fff;
}

#header {
  background: url('../images/walkameter2.png');
  background-repeat : no-repeat;
  height: 100px;
  position: relative;
}

#header img {
  border: 0px;
}

#header #divCC {
  position: absolute;
  top: 70px;
  left: 930px;
}

#navigation {
  background: url('../images/search-bg.png');
  height: 30px;
  line-height: 30px;
  position: relative;
  
  }

#search {
  float: right;
  margin-right: 120px;
  width: 520px;
  text-align: right;
  overflow: hidden;
  
  }

  #search label {
    font-weight: bold;
    margin-right: 20px;
    float: left;
  }

  #search input[type="text"] {
    color: #660000;
    background: #eeeeee;
    border: 1px solid #cccccc;
    width: 250px;
    padding: 3px;    
    margin-right: 20px;
    float: left;
    margin-top: 3px;
  }
  
  #search input[type="image"] {
    float: left;
    margin-top: 3px;
  }
  
#menu {  
  overflow: hidden;
  background: url('../images/menu-bg.png');
  
    
  }

#menu h1 {
  color: #660000;
  font-size: 14px;
  text-align: center;
  
    
  }

.menuContent {
  width: 300px;
  height: 200px;
  float: left;
  margin: 10px;
  background: #ffffff;
    
    
}

  .menuInnerContent {
    margin: auto;
    width: 280px;
    clear: right;
  }
  
  #control {
    position: relative;
  }
  
  #control img {
    border: 0px;
  }

  #helpPage {
    position: absolute;
    top: 10px;
    left: 220px;
  }
  
  #menu .hilight {
    font-weight: bold;
  }
  
  #legend {
  }
  
  #legend a img {
    border: 0px;
    margin-right: 3px;
  }
  
  #legend ul {
    list-style: none;
    display: inline;
    
      
  }
  
  #legend ul li {
    width: 110px;
    background: #BB0000;
    border: 1px solid #FF0000;
    margin: 5px;
    margin-left: 20px;
    padding: 4px;
    float: left;
    
      
    
    
  }
  
  #legend a, #legend a:visited {
    color: #fff;
    text-decoration: none;
  }
  
  #legend ul li:hover {
    border: 1px solid #0F0;
    background: #0B0;
  }
  
  #legend .selected {    
    border: 1px solid #0F0;
    background: #0B0;
  }

#message {
  background: #fffac3;
  border: 1px solid #666;
  height: 250px;
  padding: 10px;
  position:absolute;
  top:35%;
  left:35%;
  width:350px;
  z-index: 10000;
}

#main {
}


#mapContainer {
  clear: both;
  height: 500px;
  margin-top: 20px;
}
  #map {
    margin: auto;
    width: 920px;
    height: 500px;
    border: 1px solid #999;
  }
  
#footer {
  height: 250px;
  margin-top: 80px;
  background: url('../images/footer-bg.png');
	position: relative;
	overflow: hidden;
	color: #eee;
	font-size: 11px;
}

#footer .hilight {
  font-weight: bold;
  font-size: 12px;
}

#footer a, #footer a:visited {
  color: #ccc;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footerContent {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  
    
}

#footer p {
  margin: 0px;
  padding: 0px;
}

#footer a img {
  border: 0px;
  height: 60px;
  float: right;
  margin-right: 20px;
}


