

/* *********** Tabelle Preisvergleich ********************* */
table.preisvergleich {
	width: 99%;
	background: #FFF;
	border-collapse:collapse;
	margin:0 auto;
	padding:0;
	font-size: 0.9em;
}
table.preisvergleich caption {
	border:0;
	margin-left:-1px;
	padding:6px;
	text-align: left;
}
  
table.preisvergleich  th {
	padding: 10px 7px;
	border: 1px solid #ccc;
	color: #034093;
	font-size: 1.1em;
	background: #EEEEEE url(/img/bg/bg_teaser_h3.jpg);
}


table.preisvergleich  tr {


}
table.preisvergleich  td {
	border: 1px solid #ccc;
	padding: 18px 10px;
	text-align: right;
}

table.preisvergleich  td.links {
	text-align: left;
}

table.preisvergleich  td.rechts {
	text-align: left;
}


table.preisvergleich  td.info {
	border: 1px solid #BCBCBC;
	background-color: #FFFCEC;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom:0;
	padding: 8px 5px;
	padding-bottom: 0px;
}


table.preisvergleich  td.info-sort {
	border: 1px solid #BCBCBC;
	border-top:0;
	background-color: #FFFCEC;
	padding: 1px 3px;
	padding-top: 0px;
	font-size: 0.8em;
	font-weight: bold;
}


table.preisvergleich  td.sort-aktiv {
	background-color: #FFF1A4;
	font-weight: bold;
}

table.preisvergleich td a {
	text-decoration: none;
	color: #000;
}


table.preisvergleich tr:hover {
	background-color: #ddeeff;
}






/*********** Icon Netzbetreiber **********/ 
a.sort {
	width: 15px;
	height: 12px;
	margin: 0;
	padding: 0;
	display:block;
	float:right;
	border: 0; 
	background: transparent url(/img/icons/sort_15x12.gif) no-repeat;
}
a.sort-aktiv {
	background: transparent url(/img/icons/sort_aktiv15x12.gif) no-repeat;
}
a.sort:hover{
	background: transparent url(/img/icons/sort_hover15x12.gif) no-repeat;
}

span.netzbetreiber {
	width: 33px;
	height: 24px;
	margin: 0;
	padding: 0;
	display:block;
	border: 0; 
	background: transparent url(/img/netzbetreiber/netzbetreiber.gif) no-repeat;
}

span.T-Mobile {
	background-position: 0px 0px;
}

span.D2 {
	background-position: 0px -24px;
}

span.E-Plus {
	background-position: 0px -48px;
}
span.O2 {
	background-position: 0px -72px;
}






a.bestellung {
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
	padding-right: 18px;
	background: transparent url(/img/icons/kaufen16.gif) no-repeat center right;
}
a.anbieterinfo {
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
	padding-right: 18px;
	background: transparent url(/img/icons/anbieterinfo16.gif) no-repeat center right;
}



img.fleft {
	float: left;
}
img.fright {
	float: right;
}
a img.noborder {
	border: 0;
}

.underl {
	text-decoration: underline;
}

img.tarifinfo {
	margin-right: 2px;
	border: 0;
	z-index: 1;
	float: left;
	cursor: help;
}


/* Tooltip im span*/
div.tooltip {
	text-align: left;
	white-space:normal;
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
	visibility:hidden;
	border: solid 1px #336699;
	width:280px;
	background-color:#ddeeff;
	margin:0;
	font-size: 1.0em;
	/*
	opacity: 0.9;
	filter: alpha(opacity=90);
	*/
}
div.tooltip h4 {
	margin:0;
	padding:5px;
	padding-left: 25px;
	border-bottom: solid 1px #336699;
	background-color:#FFF;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
div.tooltip h4.gut {
	background: #FFF1A4 url(/img/icons/gut16.gif) no-repeat 3px;
}
div.tooltip h4.info {
	background: #FFF1A4 url(/img/icons/info16.gif) no-repeat 3px;
}
div.tooltip h4.schlecht {
	background: #FFF1A4 url(/img/icons/schlecht16.gif) no-repeat 3px;
}
div.tooltip p {
	margin:0;
	padding:5px;
	margin: 5px;
}



#tarifauswahl{
	float: right;
	width: 950px;
	background:#eee;
	border:1px solid #666;
	font-weight:bold;
	font-size: 1.2em;
}

.tarifliste {
	padding:0;
	background:#fff;
	list-style:none;
	margin:10px;
}

.tarifliste li a{
	border-top:1px solid #666;
	color:#666;
	display:inline;
	padding:5px 30px;
	text-decoration:none;
	width:168px;
	background: transparent url(/img/icons/kaufen16.gif) no-repeat 5px 3px;
}

.tarifliste li a:hover
	{
	color:#000;
	text-decoration:none;
	background: #ddeeff url(/img/icons/ok16.gif) no-repeat 5px 3px;
}
.tarifliste li a.aktiv {
	text-decoration:underline;
	background: #ddeeff url(/img/icons/ok16.gif) no-repeat 5px 3px;
}






div.tarifliste
{
	width: 120px;
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	background:#eee;
	border: 1px solid #BCBCBC;
}


div.tarifliste a span.linktext
{
	padding: 5px;
	height:25px;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	float: left;
	font-size:0.8em;
	background: transparent url(/img/icons/kaufen16.gif) no-repeat 2px 3px;
}
div.tarifliste a img
{
	margin: 0px;
	padding: 0px;
	border: 0;
}


div.tarifliste-aktiv  a span.linktext {
	background: transparent url(/img/icons/ok16.gif) no-repeat 2px 3px;
	font-weight:bold;
}

div.tarifliste-aktiv  {
	border: 1px solid #AFAFAF;

	background: url(/img/bg/bg_teaser_h3.jpg);
}
