/** 
 * CSS Styledefinitionen f */

.forschungszentren {
	padding-bottom: 1em;
	width: 100%;
	font-size: 70%;
}
.forschungszentren ul {
    padding: 0;
    margin: 0;
}
.forschungszentren ul li {
	position: relative;
	z-index: 0;
	float: left;
	width: 89px;
	height: 59px;
	margin: 0;
	padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.forschungszentren ul li a {
	display: block;
	width: 89px;
	height: 59px;
}
.forschungszentren ul li a img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 89px;
	height: 59px;
}
.forschungszentren ul li a span {
	display: block;
	position: absolute;
	margin-top: -57px;
	overflow: hidden;
	padding: 28px .25em .25em 0;
	width: 89px;
	height: 59px;
	color: #dfdfdf;
    font-weight: bold;
    cursor: pointer;
}
.forschungszentren ul li a:hover span {
	color: #fff;
}
.forschungszentren ul li a span b {
	display: block;
	padding-left: 1.2em;
	background: transparent url(/images/pfeil_rechts_matt.gif) no-repeat .5em .2em;
}
.forschungszentren ul li a:hover span b {
	background-image: url(/images/pfeil_rechts_weiss.gif);
}

.einleitungslink
{
    padding-top: 6px;
    margin: 0px;
}

.aktuelles
{
    margin-bottom: 0.5em;
	font-size: 60%;
    color: #666666;
}

/* Auf der Homepage werden dieberschriften der Teaser grer dargestellt... */
.homepageteaserzwischenueberschrift
{
	padding: 0px;
	margin: 0px;
    font-size: 100%;
	color: #666666;
}

