TD.schwarzunten {
  padding: 0px;
  border-bottom-color:black;
  border-bottom-width:2px;
  border-bottom-style:solid;
}

TD.grauunten {
  border-bottom-color:#D4D0C8;
  border-bottom-width:2px;
  border-bottom-style:solid;

}

TD.grauuntenr {
  border-bottom-color:#D4D0C8;
  border-bottom-width:2px;
  border-bottom-style:solid;

  border-right-color:#D4D0C8;
  border-right-width:2px;
  border-right-style:solid;
}

TABLE.tarifdetails {
	/* background: #F1EEE7; /* <-- Grau aus Navigation links */
    border-spacing:1px 1px;
    width: 100%;  

}

/* DIV#vertrag_fussnote {
  padding-top: 2px;
	padding: 4px;
	background: #F1EEE7;
} */

H2.tarifdetails, H3.tarifdetails {
	padding: 2px;
	margin: 0px;
	color:#444;
  /*background-color: #ED2790; */
  font-size: 13px;
}


H2.tarifdetails_o2, H3.tarifdetails_o2 {
	padding: 2px;
	margin: 0px;
	color:#444;
  /*background-color: #000066; */
  font-size: 13px;
}


H2.tarifdetails_vf, H3.tarifdetails_vf {
	padding: 2px;
	margin: 0px;
	color:#444;

  /*background-color: #FF0000; */
  font-size: 13px;
}

H2.tarifdetails_eplus, H3.tarifdetails_eplus {
	padding: 2px;
	margin: 0px;
	color:#444;

  /*background-color: #00603F; */
  font-size: 13px;
}


H3.tarifdetails,  H4.tarifdetails {
	margin: 0px;
	font-size: 12px;
	color:#444;

}

H3.tarifdetails_o2 {
	margin: 0px;
	font-size: 12px;
}

H3.tarifdetails_vf {
	margin: 0px;
	font-size: 12px;
}

/*
TABLE.tarifdetails tr {
    background-color:#00FF00;
}
*/

TABLE.tarifdetails tr td{
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
}



TABLE.tarifdetails tr.odd {
    background-color:#F5F5F5;
}

TABLE.tarifdetails tr.even {
    background-color:#EBEBEB;
}


TABLE.tarifdetails tr.odd td.grauunten{
    border:0px;
}
TABLE.tarifdetails tr.even td.grauunten{
    border:0px;
}


TABLE.tarifdetails tr.odd td.schwarzunten{
    border:0px;
}

TABLE.tarifdetails tr.even td.schwarzunten{
    border:0px;
}



/* ENDE Zusätzliche Styles für die Vertragsseiten T.L. */