.detailsucheTaetigkeitsbereiche { /* Höhenformatierung der einzelnen Tätigkeitsbereiche */
    width: 100%;
    margin-bottom: 5px;
    font-size:8pt;
}

/* Darstellung des Info-Bildchens */
.info, a.info:link, a.info:active, a.info:focus { 
	background: url(../graphics/info.gif) no-repeat 0px 2px; 
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	/*background-color: Yellow;*/
}
/* Darstellung des Info-Bildchens */
a.info:hover { 
	background-position: 0px -13px;
}

/* Tooltipp beim kleinen i */
.tooltipp { /* Grobformatierung des Tooltipps beim kleinen I */
    position: absolute;
    display: none;
    background-color: #cccccc;
	border: 1px solid #333333;
    padding: 0px;
    margin: 0px;
    z-index: 140;
    width: 200px;
    margin-left: 20px;
    color: #333333;
    font-size: 10px;
}
.tooltipp .head{ /* Überschrift des Tooltipps beim kleinen I */
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.tooltipp .content{ /* Text des Tooltipps beim kleinen I */
    padding: 4px;
    line-height: 120%;
    
}

/* ********************************************************
   Button ---------------------------------------------- */
/* Link-Bild-Button */
a.button_weiter:link, a.button_weiter:visited { 
	background: url(../graphics/btn-weiter.gif) no-repeat 0px 0px;
	width: 105px;
	height: 28px;
	display: block;
	text-decoration: none;
}
a.button_weiter:hover {
	background-position: 0px -28px;
}
