a.eckBild {
position: absolute;
right: 0;
top: 0;
display: block;
width: 90px; /* entspricht der Grafikbreite */
height: 87px; /* entspricht der Grafikhöhe */
background: url(ecke.gif);
}

a.eckBild span {
display: none;
}

.prototip { position: absolute; }
.prototip .effectWrapper,
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title {	position: relative; }
.prototip .content { clear: both; }

.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background: url(prototip_loader.gif);
	height: 14px;
	width: 14px;
}

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

.prototip .falter { width:280px;border: 0px solid #CCCCCC; }
.prototip .falter .toolbar { width:280px;background: #CCCCCC; color: #000000; font: italic 17px Georgia, serif; font-weight: bold; }
.prototip .falter .title {width:260px; padding: 5px; }
.prototip .falter .content { width:270px;background: url(bgfenster.jpg); color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.tabactive{
width:220px;background: #96C3FF; color: #000000; font: 12px Georgia, serif;
}
.tabpassive{
width:220px;background: #CCE2FF; color: #000000; font: 12px Georgia, serif;
}


