/**
* ----------------------------------------------------------------------
* Funktionsbeschreibung:
* Hier werden die Schriften, Forumlare usw.
* an das Design der Seiten angepasst.
* ----------------------------------------------------------------------
*/

/**
* ----------------------------------------------------------------------
* PLZ Erweiterung
*/
.wiroPanel {
}

.wiroTableInputScrollPanel {
	/*position:	absolute;*/
	height:		125px;
	width:		500px;
	overflow:	auto;
	background-color:	#FFFFFF;
	border:		1px solid #FABB00;
}

.wiroTableInputScrollPanelAll {
	/* position:	absolute; */
	width:		500px;
	overflow:	auto;
	background-color:	#FFFFFF;
	border:		1px solid #FABB00;
}

.plzTable {
  margin: 	0px 0px 0px 0px;
  padding: 	0px;
  width:	95%;
}

.plzTableAll {
  margin: 	0px 0px 0px 0px;
  padding: 	0px;
  width:	100%;
}

.wiroTableInputMarkiert {
  background-color:#FABB00;
  cursor: pointer;
  
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  font-weight:	normal;
  color: 		#FFFFFF;
}

.wiroTableInputNichtMarkiert {
  background-color:#FFFFFF;
  cursor: pointer;
  
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  font-weight:	normal;
  color: 		#919699;
}

.wiroTableInput {
  /*position:absolute;*/
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  /* border:		1px solid #FABB00;*/

  /* width:350px; */
}    
    
.wiroTextfeldMitFoerderung {
}

/**
* ----------------------------------------------------------------------
* WiRo Erdgasfahrzeug-Rechner
*
* CSS-Eigenschaften
* Im Pop-Up sind die Anker-Tags sonst nicht definiert.
*/

a {
  font-family:	Arial, Helvetica, sans-serif;
  font-size:	12px;
  font-weight:	normal;
  color: 		#919699;
  text-decoration: underline;
}

/**
* CSS WiRo Energie&Konnex Consulting GmbH
*/
.wiro_rechtliches {
  text-align:	justify;
  color:		#cccccc;
  font: 		7px verdana;
  margin: 		0px;
}

.wiro_tabelle_schrift_hell {
}

.wiro_tabelle_spalte_1 {
  font-family:	Arial, Helvetica, sans-serif;
  font-size:	12px;
  font-weight:	bold;
  color: 		#FFFFFF;
  background-color:	#FABB00;
}

.wiro_tabelle_spalte_gerade {
  font-family:	Arial, Helvetica, sans-serif;
  font-size:	12px;
  color: 		#919699;
  background-color:	#FFFFFF;
}

.wiro_tabelle_spalte_ungerade {
  font-family:	Arial, Helvetica, sans-serif;
  font-size:	12px;
  color: 		#919699;
  background-color:	#FEF1CC;
}

.wiro_red {
  font-weight:	bold;
  color: 		#CC0000;
}

.wiro_green {
  font-weight:	bold;
  color: 		#00652B;
}

.wiro_headline {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	14px;
  font-weight:  bold;
  color: 		#FABB00;
}

.wiro_subheadline {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	14px;
  color:		#919699;
}

.wiro_button {
  width:		80px;
  
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  font-weight:  bold;
  color:		#FFFFFF;
  background-color:	#FABB00;
  border:		0;
}

.wiro_button_breit {
  width:		150px;
  
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  font-weight:  bold;
  color:		#FFFFFF;
  background-color:	#FABB00;
  border:		0;
}

.wiro_button_drucken {
  width:		150px;
  height:		40px;
  
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  font-weight:  bold;
  color:		#FFFFFF;
  background-color:	#FABB00;
  border:		0;
}

.wiro_dropdown, .wiro_dropdown-fahrzeuge {
  width: 		350px;
  
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  color:		#919699;
  background-color:	#FEF1CC;
}

.wiro_dropdown_small {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  color:		#919699;
  background-color:	#FEF1CC;
}

.wiro_dropdownHeadline {
  font-weight:	bold;
  color:		#FFFFFF;
  background-color:		#FABA00;
}

.textfelder {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  color:		#919699;
  border:		1px solid #FABB00;
}

.wiro_readonly {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  color:		#919699;
  border:		1px solid #FABB00;
    
  background-color:	#FEF1CC;
  
}

.wiro_disclaimer {  
  text-align: 	center;
}

.wiro_mouseover_info {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size: 	12px;
  color:		#919699;
}

.wiro_popups{
  text-align: 	justify;
}

.wiro_popups_button{
  text-align: 	center;
}

.wiro_icons {
  text-align:	center;
}

.wiro_texte {
  font-family:	Arial, Helvetica, sans-serif;
  font-size:	12px;
  font-weight:	normal;
  color: 		#919699;
}