/* ========================================================================================== */
/* gas24.de Routenplanung allgemein */

body {
    background: #fff;
    margin: 0 0 0 0;
    padding: 0;
   font-family: verdana,geneva,arial,helvetica,sans-serif,bitstream vera sans,luxi sans;
    font-size: 10px;
    line-height: 130%;
     color: #000000;
    text-align:left;
    width:985px;
}


img {border: none;}
 

 
 
a {
  color:#0000FF;
  text-decoration:none
  }
  
A:hover {
  text-decoration:underline;
  color:#000000;
  }




#promoter {
display:none;
}

.nav {
	background-color: #58585A;
	border: 0;
  height:38px;
  width:100%;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	margin: 0px;
	padding: 6px 3px;
	list-style: none;
}

.nav li a {
	display: block;
	background-color: #EDF2F8;
	border: 0;
	height:24px;
  width:24px;

}


.nav li a:hover {
	background-color: #ffffff;

}


/* Hauptmenue */

.contmap {
  margin-left:18px;
	float:left;
	background-color: #E5E3DF;
  width:450px;
  border-top:1px solid #D1E2F2;
  border-bottom:1px solid #D1E2F2;
  border-right:0px solid #D1E2F2;
  border-left:1px solid #D1E2F2;
}

.contpath {

	background-color: #EDF2F8;
	border: 0;
  width:480px;
  float:left;
  border-top:1px solid #D1E2F2;
  border-bottom:1px solid #D1E2F2;
  border-right:1px solid #D1E2F2;
  border-left:0px solid #D1E2F2;
  
}

  #header {
    height:70px;
    margin: 0px;
    background: url(../img/header_bg.png) 0 0 repeat-x;
    }

   #header img.logo {
	 position: absolute;
   top: 0px;
	 left: 16px;
   }
    
/* Standart für Dual Darstellung horizontal */


.map {
  border:1px solid white;
  height:450px;
  width:100%;
  }

.path {
  border:1px solid white;
  width:458px;
  height:450px;
  padding-right:10px;
  padding-left:10px;
  overflow:auto;
  text-align: left;
  background-color:#EDF2F8;
  }


.debug {
  border:1px solid green;
  width:900px;
  }


/* Standard f?r Darstellung vertikal */

.contmap2 {
  float:none;
  width:900px;
  border:1px solid rgb(255,153,0);
  margin-left:18px;
  }

.contpath2 {
  display:none;
  }






/* Loading image route */
#load{
  display:block;
  margin:0 auto;
  padding-top:200px;
  }


.stepDetail {

}


/* ========================================================================================== */
/* sonstige */

.tooltip {
    background-color:#ffffff;
    
    border:0px #5E930C solid;
      }

#loadingMessage {
    position: absolute;
    width:  350px;
    height: 100px;
    top: 200px;
    left: 200px;
    text-align: center;
    padding: 50px;
    border: 2px solid navy;
    background-color: #DE6100;
	  color:#FFFFFF;
	  font: bold 16px Verdana;
  	opacity: 0.7;

}

#Route  { 
  width:137px;
  height:20px;
  background:url(http://www.gas24.de/erdgas-tankstellen/koeln2/img/butt-route.gif); }
  
.tlinks { width:50px; }
.tlinks {font-size:12px; }

.trechts { width:270px; }

#textv { background-color:#EDF2F8; }

#textv { width:270px; }

#hinweis { font-size:12px; }




