/* ========================================================================================== */
/* gas24.de Routenplanung Print */

body {
    background: #ffffff;
    margin: 20px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 110%;
    color: #000000;
    text-align:left;
    width: 805px;
    margin: 0px;
}

img {border: none;}

a{
  color: #de6100;
  text-decoration: none;
}


.nav {
  display:none;
  width:800px;
}


.contmap, .contpath {
  float:none;
  width:800px;
  border:0px;
  background-color: #FFFFFF;
  }

.contpath {
  border:1px solid grey;
  }

#map {
  float:none;
  width:800px;
  height: 450px;}

#path {
  border:0px;
  width:750px;
  height:auto;
  }

#promoter {
display:block;
}
