/**************************************************/
/* HEADER: Kopfbereich mit Logo und einigen Links */
/**************************************************/

/* Beginn Definitionen nur für IE6 */
/* Explizite Höhenangabe nötig (min-height wird nicht ausgewertet */
* html #header {
	height: 128px;
}
/* Ende Definitionen nur für IE6 */

#header {
	background-image: url(../images/pharmnet_head_de.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 128px;
	margin-bottom: 2em; /* Abstand damit Platz ist für für #header_links */
}
/* Englischer Header, gesteuert per lang-Attribut der Seite */
*[lang|="en"] #header {
	background-image: url(../images/pharmnet_head_en.gif);
}
#kopflogo {
	min-height: 128px; 
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	background-color: #ffffff;
	margin-bottom: 1em; /* Abstand damit Platz ist für für #header_links */
}
#header_links {
	background: none;
	padding: 0 0 5px; /* Positionierung unter Rand des Bildes */
	top: 132px;
}

/**************************************************************************************/
/* tabs_top / tabs_bottom bei Bedarf Navigation für einzelne Funktionen wie Recherche */
/**************************************************************************************/

/* Aktive Tabs mit Rahmen auch an der Seite, und oben bzw. unten nur 1px */
#tabs_top ul li,
#tabs_bottom ul li {
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
}
#tabs_top ul li {
	margin-top: 2px;
}

#tabs_top ul li.active,
#tabs_bottom ul li.active {
	font-weight: normal;
}