*{outline:none;}

body{
  font:10pt arial;
  text-align:center;
  margin:0px;
  padding:0px;
  background:url('http://blog.b2w.bastabashment.info/wp-content/uploads/2010/06/beton.jpg');
  }

#container{
  margin:120px auto;
 text-align:left;
  width:850px;
  }


h1,h2,h3,p{
  padding:0px;
  margin:0px;
  }
 
h1{font-size:2.8em;text-align:center;}p.head{text-align:center;}
  
h3{
  margin:5px;
  }

p{
  margin-bottom:5px;
  }

a{
  text-decoration:none;
  color:#E98606;
  border-bottom:1px dotted #E98606;
  }
a:hover{  text-decoration:underline;}

p.weiter{text-align:center;}
p.weiter a span{color:transparent;}
p.weiter a:hover span{color:#E98606;}

p.weiter a{
  display:block;
  font-size:3em;
  border:none;
  }


#map { position: relative; width: 850px; height: 400px; overflow: hidden;margin-top:15px; }
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}

#map a.bullet { display: block; position: absolute; width: 20px; height: 20px; text-decoration: none;z-index: 2; border:none;}
#map a.bullet:hover{ border: 1px solid #fff;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;-moz-border-radius:360px;-webkit-border-radius:360px;border-radius:360px;}
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 320px; top: 100px; left: 150px; background: white;z-index: 3; -moz-box-shadow: 0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.popupcontent{
  padding:0 10px 10px 10px;
  }
#map div.popup a.close,#map div.popup a.close:hover{ display: block; background:#333;-moz-border-radius-bottomleft:10px;-webkit-border-radius-bottomleft:10px;border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;-webkit-border-radius-bottomright:10px;border-radius-bottomright:10px;padding:5px;text-align:right;color:#ccc;text-decoration:none;border:none;}
