<style>
{literal}
body
{
  font-family: verdana;
  font-size: 11px;
}

.wrapper
{
  border: 0px;
  width: 652px;
}
.box
{
  float: left;
  width: 324px;
  border: 1px solid #C0C0C0;
}
.box a:hover
{
  background-color: #dfe9f4;
  text-decoration: none;
}
.box a
{
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 6px;
}
.box a img
{
  border: 0px;
}
.box a .head
{
  font-weight: bold;
  margin-bottom: 8px;
}
.box a .sub
{
  padding-left: 20px;
}

.borderleftnone
{
  border-left: 0px;
}
.bordertopnone
{
  border-top: 0px;
}



.a-table thead
{
	font-size: 11px;
	height: 24px;
	padding-top: 2px;
}

.a-table thead #first
{
	padding-left: 0px;
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-first.gif) no-repeat;
}

.a-table thead #firstbig
{
	padding-left: 14px;
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-first.gif) no-repeat;
}

.a-table thead #last
{
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-last.gif) no-repeat;
	background-position: right top;
}

#fixedtipdiv
{
  position:absolute;
  padding: 2px;
  border: 1px solid black;
  font:normal 11px Verdana;
  line-height: 18px;
  z-index: 100;
}
{/literal}
</style>

 <script type="text/javascript">
{literal}

function install_tb_complete (name, result) {
	if (result != 0 && result != 999)
        {
          //dummy;
        }
	else alert ("Starten Sie nun Ihren Browser neu, um die Installation zu beenden!");
}

function Install_tb_XPI () {
	var xpi = new Object ();
	xpi["Abacho_Toolbar"] = "http://download.abacho.net/toolbar/toolbar.xpi";
	InstallTrigger.install (xpi, install_tb_complete);
}

/***********************************************
* Fixed ToolTip script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
		
var tipwidth='286px' //default tooltip width
var tipbgcolor='lightyellow'  //tooltip bgcolor
var disappeardelay=250  //tooltip disappear speed onMouseout (in miliseconds)
var vertical_offset="0px" //horizontal offset of tooltip from anchor link
var horizontal_offset="-1px" //horizontal offset of tooltip from anchor link

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="fixedtipdiv" style="visibility:hidden;width:'+tipwidth+';background-color:'+tipbgcolor+'" ></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, tipwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (tipwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=286
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
}
return edgeoffset
}

function fixedtooltip(menucontents, obj, e, tipwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidetip()
dropmenuobj=document.getElementById? document.getElementById("fixedtipdiv") : fixedtipdiv
dropmenuobj.innerHTML=menucontents

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", tipwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}
}

function hidetip(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidetip(){
if (ie4||ns6)
delayhide=setTimeout("hidetip()",disappeardelay)
}

function clearhidetip(){ if (typeof delayhide!="undefined") 
clearTimeout(delayhide) } {/literal} </script>/******* Buttons *******/

.button-content-bottom
{
 text-align: center;
 position: relative;
 top: 6px;
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 color: #444444;
 z-index: 1;
}

.button-content-top
{
 text-align: center;
 position: relative;
 top: -14px;
 left: -1px;
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 2;
}

.button-content-bottom-mod
{
 text-align: center;
 position: relative;
 top: 8px;
 /* Commented Backslash Hack hides rule from IE5 \*/
 top: 8px;
 /* end hack */
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 color: #444444;
 z-index: 1;
}

.button-content-top-mod
{
 text-align: center;
 position: relative;
 top: -14px;
 left: -1px;
 font-family: Verdana;
 font-size: 8pt;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 2;
}

/******* basic tags *******/

body
{
  font-family: verdana, arial;
  font-size: 11px;
  color: #000000;
  margin: 0;
  padding: 0;
}

td
{
  font-family: verdana, arial;
  font-size: 11px;
  color: #000000;
}


.frm
{
  display: inline;
}

.bold
{
  font-weight: bold;
}

.italic
{
  font-style: italic;
}

.cellbg
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/cell_bg.gif) repeat-x;
}

/******* mainnavi *******/

table.mainnavi
{
  background: url(../images/navi_left_ending.gif) no-repeat bottom left;
  height: 100%;
}

.mainnavi a img
{
  margin-bottom: 2px;
}

.subnavi
{
  background: white;
}

.subnavi .rot a span, .subnavi .gruen a span, .subnavi .blau a span, .subnavi .orange a span, .subnavi .mintgruen a span, .subnavi .lila a span, .subnavi .gelb a span, .subnavi .weinrot a span
{
  padding-left: 18px;
  display: block;
}

.subnavi .rot a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-rot.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .rot a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-rot1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .gruen a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-gruen.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .gruen a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-gruen1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .blau a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-blau.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .blau a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-blau1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .orange a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-orange.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .orange a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-orange1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .mintgruen a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-mintgruen.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .mintgruen a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-mintgruen1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .lila a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-lila.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .lila a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-lila1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .gelb a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-gelb.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .gelb a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-gelb1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi .weinrot a span
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-weinrot.gif) no-repeat;
  background-position: 10px 6px;
}
.subnavi .weinrot a span.active
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-weinrot1.gif) no-repeat;
  background-position: 10px 6px;
  font-weight: bold;
}

.subnavi a
{
  font-family: verdana;
  font-size: 11px;
  
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  width: 126px;
  
}

.subnavi .rot a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_rot.gif) no-repeat top left;
  color: #870909;
}
.subnavi .gruen a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_gruen.gif) no-repeat top left;
  color: #244c0f;
}
.subnavi .blau a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_blau.gif) no-repeat top left;
  color: #0d3b66;
}
.subnavi .orange a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_orange.gif) no-repeat top left;
  color: #964700;
}
.subnavi .mintgruen a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_mintgruen.gif) no-repeat top left;
  color: #0a3233;
}
.subnavi .lila a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_lila.gif) no-repeat top left;
  color: #3e155c;
}
.subnavi .gelb a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_gelb.gif) no-repeat top left;
  color: #251a05;
}
.subnavi .weinrot a
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_weinrot.gif) no-repeat top left;
  color: #963c58;
}

.subnavi a:hover span
{
  text-decoration: none;
}
.subnavi a:hover
{
  text-decoration: underline;
}

.subnavi_end
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/navi_trenner_rund.gif) no-repeat top right;
}


/******* brotkrummen-navi *******/

.breadcrumb_rot a {color: #870909;}
.breadcrumb_rot, .breadcrumb_weinrot, .breadcrumb_gelb, .breadcrumb_lila, .breadcrumb_mintgruen, .breadcrumb_orange, .breadcrumb_blau, .breadcrumb_gruen, .breadcrumb_default
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-rot.gif) no-repeat; 
  background-position: 6px 5px;
  font-size: 9px;
  color: #870909;
  padding-left: 12px;
  margin: 4px 0;
}
.breadcrumb_weinrot a {color: #661b2f;}
.breadcrumb_weinrot
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-weinrot.gif) no-repeat; 
  background-position: 6px 5px;
  color: #661b2f;
}
.breadcrumb_gelb a {color: #251a05;}
.breadcrumb_gelb
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-gelb.gif) no-repeat; 
  background-position: 6px 5px;
  color: #251a05;
}
.breadcrumb_lila a {color: #3e155c;}
.breadcrumb_lila
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-lila.gif) no-repeat; 
  background-position: 6px 5px;
  color: #3e155c;
}
.breadcrumb_mintgruen a {color: #0a3233;}
.breadcrumb_mintgruen
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-mintgruen.gif) no-repeat; 
  background-position: 6px 5px;
  color: #0a3233;
}
.breadcrumb_orange a {color: #964700;}
.breadcrumb_orange
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-orange.gif) no-repeat; 
  background-position: 6px 5px;
  color: #964700;
}
.breadcrumb_default a {color: #8b8b8b;}
.breadcrumb_default
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-default.gif) no-repeat; 
  background-position: 6px 5px;
  color: #8b8b8b;
}
.breadcrumb_blau a {color: #0d3b66;}
.breadcrumb_blau
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-blau.gif) no-repeat; 
  background-position: 6px 5px;
  color: #0d3b66;
}
.breadcrumb_gruen a {color: #244c0f;}
.breadcrumb_gruen
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-gruen.gif) no-repeat; 
  background-position: 6px 5px;
  color: #244c0f;
}
.breadcrumb_rostbraun a {color: #712f02;}
.breadcrumb_rostbraun
{
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/breadcrumb-icon-rostbraun.gif) no-repeat; 
  background-position: 6px 5px;
  font-size: 9px;
  color: #712f02;
  padding-left: 12px;
  margin: 4px 0;
}

/******* content-elemente *******/
.boxtitle12
{
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  padding-top: 4px;
  padding-left: 0px;
  padding-bottom: 4px;
}

.boxtitle13
{
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 4px;
}

.left
{
  float: left;
  padding-left: 9px;
  padding-bottom: 5px;
}

.left_w
{
  float: left;
  padding-bottom: 5px;
}

.left_wo
{
  float: left;
}

img.boximage
{
  padding-top: 3px;
  border: 0px;
}
span.boximage
{
  float: right;
  margin-left: 5px;
}

.contentad
{
  width: 320px;
  height: 275px;
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/contentad_bg.gif) no-repeat;
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-top: auto;
}


/******* trenner *******/
.trenner_rot, .trenner_orange, .trenner_gruen, .trenner_blau, .trenner_mintgruen, .trenner_lila, .trenner_gelb, .trenner_weinrot, .trenner_default, .trenner_rostbraun, .trenner_olivegruen
{
  height: 15px;
  background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_rot.gif) no-repeat top left;
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding-left: 14px;
  padding-bottom: 4px;
  display: block;
}
.trenner_orange {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_orange.gif) no-repeat top left}
.trenner_gruen {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_gruen.gif) no-repeat top left}
.trenner_default {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_default.gif) no-repeat top left}
.trenner_blau {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_blau.gif) no-repeat top left}
.trenner_mintgruen {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_mintgruen.gif) no-repeat top left}
.trenner_lila {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_lila.gif) no-repeat top left}
.trenner_gelb {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_gelb.gif) no-repeat top left}
.trenner_weinrot {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_weinrot.gif) no-repeat top left}
.trenner_rostbraun {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_rostbraun.gif) no-repeat top left}
.trenner_olivegruen {background: url(http://imageserver.abacho.com/relaunch082005/layouts/trenner_olivegruen.gif) no-repeat top left}


/******* rest *******/

.suchfeld
{
  font-size: 11px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 0px;
}

span.boldtitle
{
  font-size: 13px;
  font-weight: bold;
}

.boxtitle
{
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding-top: 1px;
  padding-left: 2px;
}

.boxcontent
{
  font-size: 11px;
  padding-top: 4px;
}

/******* links allgemein *******/

a
{
  text-decoration: none;
  color: #000000;
}

a:hover
{
  color: #0062AA;
  text-decoration: underline;
}


.nounderline
{
  text-decoration: none;
}

.underline
{
  text-decoration: underline;
}


/******* links *******/

.link
{
  float: right;
  padding-left: 3px;
}

.link_left
{
  padding-left: 3px;
}

.link_zuruek
{
  float: left;
  padding-left: 3px;
}

.link_zuruek_right
{
  float: right;
  padding-left: 3px;
}

a.plink
{
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
a.plink:hover
{
  color: #0062AA;
  text-decoration: underline;
}


/******* Eingabefelder und Selections *******/

.inputfield
{
	/* padding: 2px; top right bottom left */
	font-size: 11px;
	color: #000000;
	border: 1px solid #bebebe;
}

.inputfield:hover
{
	color: #000000;
	border-color: #8b8b8b;
}

.inputfield:focus
{
	color: #000000;
	border-color: #3f2c2c;
}

.inputfield-error
{
	font-size: 11px;
	color: #000000;
	border: 1px solid #FF0000;
}


.inputfield-error:hover
{
	color: #6f5338;
	border-color: #dc491b;
}

.inputfield-error:focus
{
	color: #552c0f;
	border-color: #e98311;
}


/******* paddings *******/

.p0 {padding-bottom: 0;}
.p2 {padding-top: 2px;}
.p3 {padding-top: 3px;}
.p4 {padding-top: 4px;}

.p5
{
  padding-top: 5px;
}

.p6
{
  padding-top: 6px;
}

.p5_left
{
  padding-left: 5px;
}

.p5b
{
  padding-bottom: 5px;
  clear: both;
}

.contentrechts
{
  padding-left: 4px;
}
.contentmitte
{
  padding-left: 5px;
}

.ads_left
{
  
}


/******* Web-Suchergebnisseite *******/

.w_ergebnis_table a
{
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.w_ergebnis_table a#active span
{
  background: #b12b2a;
  color: white;
  text-decoration: none;
  padding: 3px;
}

.w_ergebnis_table a div
{
  padding-bottom: 8px;
}

.w_ergebnis_table a:hover
{
  text-decoration: underline;
}

.w_ergebnis_table a:hover img
{
  text-decoration: none;
}

.w_ergebnis_table a span:hover
{
  text-decoration: underline;
}

/*** shoutbox: ***/



.b_ergebnis_table_shoutbox a

{

  display: block;

  font-size: 12px;

  text-decoration: none;

}



.b_ergebnis_table_shoutbox a#active span

{

  background: #215A85;

  color: white;

  text-decoration: none;

  padding: 3px;

}



.b_ergebnis_table_shoutbox a div

{

  padding-bottom: 8px;

}



.b_ergebnis_table_shoutbox a:hover

{

  text-decoration: underline;

}



.b_ergebnis_table_shoutbox a:hover img

{

  text-decoration: none;

}



.b_ergebnis_table_shoutbox a span:hover

{

  text-decoration: underline;

}

/*** auto: ***/

.b_ergebnis_table_auto a
{
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.b_ergebnis_table_auto a#active span
{
  background: #3182CE;
  color: white;
  text-decoration: none;
  padding: 3px;
}

.b_ergebnis_table_auto a div
{
  padding-bottom: 8px;
}

.b_ergebnis_table_auto a:hover
{
  text-decoration: underline;
}

.b_ergebnis_table_auto a:hover img
{
  text-decoration: none;
}

.b_ergebnis_table_auto a span:hover
{
  text-decoration: underline;
}



/*** kleinanzeigen: ***/

.b_ergebnis_table_kleinanzeigen a
{
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.b_ergebnis_table_kleinanzeigen a#active span
{
  background: #a39a05;
  color: white;
  text-decoration: none;
  padding: 3px;
}

.b_ergebnis_table_kleinanzeigen a div
{
  padding-bottom: 8px;
}

.b_ergebnis_table_kleinanzeigen a:hover
{
  text-decoration: underline;
}

.b_ergebnis_table_kleinanzeigen a:hover img
{
  text-decoration: none;
}

.b_ergebnis_table_kleinanzeigen a span:hover
{
  text-decoration: underline;
}

/*** bildersuche: ***/

a.BildersucheSponsored {
	color: #0033cc;
	font-weight: bold;
  font-size: 13px;	
}

a.SponsoredLinks {
 color: #000000;
 font-weight: bold;
}

.b_ergebnis_table_bildersuche a
{
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.b_ergebnis_table_bildersuche a#active span
{
  background: #b12b2a;
  color: white;
  text-decoration: none;
  padding: 3px;
}

.b_ergebnis_table_bildersuche a div
{
  padding-bottom: 8px;
}

.b_ergebnis_table_bildersuche a:hover
{
  text-decoration: underline;
}

.b_ergebnis_table_bildersuche a:hover img
{
  text-decoration: none;
}

.b_ergebnis_table_bildersuche a span:hover
{
  text-decoration: underline;
}



.b_erg_table
{
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.b_erg_overture a.title
{
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.b_erg_overture span
{
  display: block;
  padding-left: 30px;
  line-height: 16px;
}

.b_erg_overture span a
{
  font-weight: normal;
  color: #009900;
  text-decoration: none;
}
.b_erg_overture span a:hover, .b_erg_overture a.title:hover
{
  text-decoration: underline;
}

.b_erg
{
  line-height: 16px;
}

.b_erg img
{
  background: white;
  padding: 10px;
  padding-top: 0px;
  margin:0px auto;
}

.b_erg .border
{
  background-color: white;

  display: block;
  padding: 2px;
  padding-top: 10px;
  border: 1px solid #c2c2c2;
  width: 148px;
  height: 148px;
  text-align: center;
}

.b_erg span#title
{
  font-weight: bold;
}

.b_erg span#url
{
  font-weight: bold;
  color: #0033cc;
}

.b_erg a
{
  color: #6a6a6a;
}


.b_erg_seitennavi a
{
  font-size: 12px;
  padding: 2px;
  margin: 0 2px;
}

.b_erg_seitennavi a img
{
  text-decoration: none;
  border: 0;
}

.b_erg_seitennavi a#active
{
  background: #b12b2a;
  color: white;
  text-decoration: none;
}

/******* Web-Suchergebnisseite *******/

.w_erg_table
{
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.w_erg_overture a.title
{
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.w_erg_overture span
{
  display: block;
  padding-left: 30px;
  line-height: 16px;
}

.w_erg_overture span a
{
  font-weight: bold;
  color: #b12b2a;
  text-decoration: none;
}
.w_erg_overture span a:hover, .w_erg_overture a.title:hover
{
  text-decoration: underline;
}


.w_erg_list a.title
{
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
.w_erg_list a.title:visited, .w_erg_list a.title:active
{
  color: #0033cc;
}

.w_erg_list a:visited
{
  color: #E41111;
}

.w_erg_list span
{
  display: block;
  padding-left: 30px;
  line-height: 16px;
}

.w_erg_list span a
{
  font-weight: bold;
  color: #0033cc;
  text-decoration: none;
}
.w_erg_list span a:hover, .w_erg_list a.title:hover
{
  color: #0062AA;
  text-decoration: underline;
}

.w_erg_list a.sub
{
  font-weight: normal;
  color: #6b6b6b;
  text-decoration: underline;
}
.w_erg_list a.sub:hover
{
  font-weight: normal;
  color: #7F7F7F;
  text-decoration: none;
}

.w_erg_seitennavi a
{
  font-size: 12px;
  padding: 2px;
  margin: 0 2px;
}

.w_erg_seitennavi a#active
{
  background: #b12b2a;
  color: white;
  text-decoration: none;
}


/******* tabellen *******/

.a-table thead
{
	font-size: 11px;
	height: 24px;
	padding-top: 2px;
}

.a-table thead #first
{
	padding-left: 0px;
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-first.gif) no-repeat;
}
.a-table thead #firstbig
{
	padding-left: 14px;
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-first.gif) no-repeat;
}
.a-table thead #last
{
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-last.gif) no-repeat;
	background-position: right top;
}
.a-table thead #entry, .a-table thead #active
{
	padding-left: 9px;
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-div.gif) no-repeat;
	background-position: left top;
}
.a-table thead #entryclean
{
  padding-left: 0px;
	background: url(http://imageserver.abacho.com/relaunch082005/layouts/a-thead-div-clean.gif) no-repeat;
	background-position: left top;
}

.a-table thead #active
{
  
  font-weight: bold;
}

.a-table thead #first a, .a-table thead #entry a, .a-table thead #entryclean a, .a-table thead #active a
{
  text-decoration: none;
  
}

.a-table thead.default tr td a, .a-table thead.default tr td
{color: 000000}
.a-table thead.mintgruen tr td a, .a-table thead.mintgruen tr td
{color: #429494}

.a-table thead #firstbig
{
  font-size: 13px;
  font-weight: bold;
}

.a-table thead #first a:hover, .a-table thead #entry a:hover, .a-table thead #active a:hover
{
  text-decoration: underline;
}

/*** tbody: ***/
.a-table-border
{
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #cecece;
}
.a-table tbody td
{
	padding-left: 4px;
	font-size: 11px;
	height: 19px;
	color: #000000;
}
.a-table tbody tr.head
{
  font-weight: bold;
}
.a-table tbody tr.head td
{
  padding-top: 3px;
  padding-bottom: 3px;
}

.leftborder
{
  border-left: 1px solid #ececec;
}
.rightborder
{
  border-right: 1px solid #ececec;
}

.a-table tbody tr td
{
  padding-left: 14px;
}
.a-table tbody tr td.mail
{
  padding-left: 0px;
}
.a-table tbody tr.high
{
  background: #f0f0f0;
}

.a-table a
{
  text-decoration: none;
  color: #000000;
}
.a-table a:hover
{
  text-decoration: underline;
}

/****** Table right *****/

.table-right
{
  border: 1px solid #ececec;
}

/******* Fehler-Table *******/
table.f-table
{
  border: 1px solid #c2c2c2;
  background: #f9f9f9 url(http://imageserver.abacho.com/relaunch082005/layouts/rcbg.gif) repeat-x bottom left;
}

table.f-table-small
{
  border: 1px solid #c2c2c2;
  background: #f9f9f9 url(http://imageserver.abacho.com/relaunch082005/layouts/rcbg_small.gif) repeat-x bottom left;
}


/******* Fehler-, Warnboxen *******/
.errorbox
{
	background: transparent url(http://imageserver.abacho.com/relaunch082005/layouts/warn_rot.gif) no-repeat;
	background-position: 5px 50%;
	font-size: 12px;
	color: #b91515;
	font-weight: bold;
	padding: 10px;
	padding-left: 36px;
}

.warnbox
{
	background: transparent url(http://imageserver.abacho.com/relaunch082005/layouts/warn_gelb.gif) no-repeat;
	background-position: 5px 50%;
	font-size: 12px;
	color: #445565;
	font-weight: normal;
	padding: 10px;
	padding-left: 36px;
}

.infobox
{
	background: transparent url(http://imageserver.abacho.com/relaunch082005/layouts/warn_gruen.gif) no-repeat;
	background-position: 5px 50%;
	font-size: 12px;
	color: #51a031;
	font-weight: normal;
	padding: 10px;
	padding-left: 36px;
}

.error
{
 color: #FF0000;
}

.error-inverse
{
 background-color: #FF0000;
 color: #FFFFFF;
}

/******* footer *******/

.footer
{
  font-family: verdana;
  font-size: 9px;
  color: #000000;
}

.footer a
{
  color: #000000;
  text-decoration: none;
}
.footer a:hover
{
  color: #0062AA;
  text-decoration: underline;
}

.flaggen a
{
  padding-top: 2px;
  padding-right: 33px;
}

.fl
{
  float: left;
}

/******* banner/extras/wallpaper *******/

.bgwhite 
{
    background-color: #fff;
}
#mf_big_div
{
    text-align:center;
    margin: 0;
    padding: 5px 0 2px 0;
}

#mf_big_div div,
#mf_big_div table
{
    margin: auto;
}
#mf_sky_div
{
    padding: 0 0 0 10px;
}

/******* * *******/


/******* routenplaner - sonneklar.tv *******/



.h2
{
        clear: left;
        margin: 0;
        padding: 0;
        color: #0d65a2;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
        padding-left: 12px;
}

.linie
{
	border-collapse: collapse;
	width: 498px;
	clear: both;
	border-top: 1px solid #07B8FE;
}

/******* routenplaner - wir-im-sport.de *******/

.wir_h2

{
        clear: left;
        margin: 0;
        padding: 0;
        color: #004185;
        font-size: 18px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-transform: uppercase;
}


.wir_linie
{
	border-collapse: collapse;
	width: 498px;
	clear: both;
	border-top: 1px solid #004185;
}


/******* Abacho - Style Kopf *******/

.title_kopsuche
{
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.inputfield_kopfsuche
{
  font-size: 11px;
  color: #000000;
}
