
/* ========================================================================================== */
/* gas24.de Routenplanung für bdew erdgas-fahren.de */

body {
    background: #ffffff;
    margin: 0 0 0 0;
    padding: 0;     
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 130%;
    color: #60686D; 
    text-align:left;
    width: 465px;
}


img {border: none;}

a{
  color: #336FB5;

}

a:hover{
text-decoration: underline;
}

/* ========================================================================================== */
/* Routenplanung */


   

   #header {
    height:115px; 
    margin: 0px;
    background: url(../bdew/img/header_bg.png) 0 0 repeat-x;   
    }

    #map, #directions  {
    margin: 0 15px 0 0;    
    }  
   
    #map {
     border:#DE6100 1px solid;
     height:333px; 
     }

   #clear {
    margin:12px 15px 3px 0px;
  
    }
  
   #clear span {
    position:absolute;
	  right:15px;
	  top:126px;
  	width:150px;
	  text-align:right;
    }

   #message{
    margin:0 20px;
   
   }
  
   #hiddenPHP {
    display: none;
   }
   
   #header img.logo {
	 position: absolute;
	 top: 10px;
	 left: 20px;
   }
  
  
 /* Blase Map Routenplnung */   
    #tab1, #detailmap{
    font-size: 10px;
    line-height: normal;
    width: 220px;
   	height: 155px;
    }

    #detailmap {
   	border: #FEC804 1px solid;
    }

    #tab1 a {
    padding: 0px 0px 0px 10px;
	  background-image: url(../bdew/img/pfeil.gif);
	  background-repeat: no-repeat;
	  background-position: 0px 3px;
	  line-height: normal;
	  }
	  
  	/* EIS Ausgabe*/
   
    #head  {
    margin: 10px 0px;   
    text-align:left;
    }
    
    #EGTliste, #errormsg, #ukmap  {
    margin: 0 15px 0 0; 
    text-align:left;
    }
   
    #EGTliste table {
     width:100%;
     border:0;
     padding:0px;
    
    }   
   
   
    h1, h2, h3 {
	   font-weight: bold;
	   padding-bottom: 0px;
	   margin-bottom: 5px;
	   line-height: 100%;
    }

    
    h1 {  /* entspricht H2 erdgasfahrzeuge.de */
  	font-size: 16px;
	
    }

    h2 { /* entspricht H3 erdgasfahrzeuge.de */
	  font-size: 15px;
	
    }

   

   	
   	#EGTliste th {
    background-color: silver;
    padding:5px;
    }
   	
    #EGTliste td {
    padding:5px;
    }
	  
	  #errormsg {
     color:red;
     font-size: 13px;
     margin-bottom:15px;
     }
	  
	  /* Blase Map Umkreissuche */  
	  div .bubble {
	   width: auto;
   	 height: auto;
   	}
   	
   
  
/* ========================================================================================== */
/* Ergänzung EIS */  
    
 

  
  
/* ========================================================================================== */
/* Formular für Kostenrechner, Eingabe GVU, Eingabe Tankstellen Suche und Routenplanung */

  #rechner, #ergebnis {
		margin:0 25px 0px 0;	
  }

  #form {
	margin:0 25px 25px 0;
  }
  
  /* allgemein */
  fieldset {
  margin-top:10px;
	padding:0px 0px 15px 15px;
	border: 1px solid #bbbbbb;
	-moz-border-radius:8px;
  -khtml-border-radius:8px;
  }
 
  /* hintergrund elemente */
  fieldset,
  #form textarea,
  #rechner .kraftstoff_radio,
  #ergebnis .nostyle {
  background-color: #fff;
  }
 
 
  legend {
	 color: #60686D; 
   margin-bottom:8px;	
 	}

  input, textarea, select	{
 	 font-family: Arial, Verdana, Helvetica, sans-serif;
 	 font-size: 12px;
 	 padding-left:1px;
 	 margin-left:10px;
 	 background-color:#fff;
 	 border: 1px solid #C8C8C8;
 	
	}
	
  .checkbox, #form .checkbox  {
  width:12px;
  height:12px;
  border:none;
  background-color:#fff;
  margin-right:5px;
 }
 
  input.submit {
  cursor: pointer;
  border: 0;
	height:20px;
	text-align:left;
	padding: 0 15px;
	margin: 15px 30px 0 10px;
	color: #de6100;
  }

  input.submit:hover{
  text-decoration: underline;
  }



  
  /* speziell Eingabe GVU, Eingabe Tankstellen und Routenplanung */
 	.element {
	 padding:6px 0;
	}

	#form label {
	 width:80px;
	 display:block; 
	 float:left;
	 text-align:left;
	 margin-left:5px;
	}
  
	#form input, #form select{
	 width:160px;

  }

  /* betrifft nur Routenplanung mit EGT als Zwischenstopp*/
  #form textarea {
   border: 0px solid #7C7C7C;	 
	 height:60px;
   width:160px;
   overflow : hidden;
  }
  
  
  #form input.submit{
	width:150px;
  background: url(../bdew/img/weiterlesen_big.png) no-repeat;
  }
  

/* speziell kostenrechner */
  
  #rechner input {
	 width:50px;
	 display:block; 
	 float:left;
	 text-align:left;
	 margin-left:5px;
	} 
	
	#rechner label {
	 margin-left:15px;
	} 
	
  #rechner .kraftstoff{
  float:left;
  }
  
  #rechner label.kraftstoff{
  margin-left:5px;
  }
  
	#rechner .kraftstoff_radio{
  width:15px;
  border:0px;
  }
  
  #rechner label.labelsmall{
  float:left;
 	margin-left:15px;
  }
  

  #rechner .element2 {
  display:block; 
  float:left;
	}
  
  #rechner input.submit{
	width:120px;
  background: url(../bdew/img/weiterlesen.png) no-repeat;
  }


  #ergebnis label {
	 width:230px;
	 display:block; 
	 float:left;
	 text-align:left;
	 margin-left:5px;
	}
	
	 #ergebnis .element {
	 padding:2px 0;
	}
	
	 #ergebnis .satz {
	  width:95%;
	}
	 #ergebnis .nostyle {
	  border:0px;
	  margin:0px;
	  vertical-align:middle;
  
	 }
	

