/* Presse  */

/* Illustration (Posen) */

#posen {
	position: absolute;
	Xborder: 1px solid #0f0;
	left: 600px;
	top: 80px;
}
#pose-1 {
	position: absolute;
	top: 165px;
	left: -605px; /* -40*/
	}
#pose-2 {
	position: absolute;
	top: 400px; /* 550 */
	left: -30px;
	}
#pose-3 {
	position: absolute;
	top: 900px;
	left: 70px;
	}
#pose-4 {
	position: absolute;
	top: 1560px;
	left: -610px; /*-100*/
	}


/* Links */
table a {
	text-decoration: none;
	color: #000;
	}
table a:hover {
	text-decoration: underline;
	color: #fee;
	Xbackground-color: #444;
	}

/* publikation*/
.publi {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	padding: 2px 0px;
	margin: 0;
	margin-left: 0em;
}

/* Caption soll nicht angezeigt werden */
caption {
	display: none;
}


/* Padding */
td, th {
	padding: 0.4em;
}

/* Allgemeine TEXT Formatierungen */

table {
	margin: 2em 0;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
	background: transparent;
	color: #000;
	border: 0;
	}

/* Header allgemein (Zeilen-, Spaltenheader) */
th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

/* Spaltenkpfe */
thead th {
	text-align: center;
	background: transparent;
}

/* alle TBODY Zellen (Daten und Header) */
tbody td, tbody th {
	height: 1.2em;
	color: #000;
	vertical-align: top;
}

/* Datenzellen */
tbody td {
	text-align: left;
	vertical-align: top;
}


/*  Spezielle Table Formatierung */

table.presseartikel, table.kurzauszuege {
	width: 95%;
	caption-side: top;
	margin: 0;
	border: 0;
}

table.kurzauszuege {
	margin-bottom: 2em;
	}

/* Formatierung der Spalten */

col#erscheinungsdatum {
	width: 13em;
	background-color: transparent;
	}

col#beschreibung {
	width: *;
	background-color: transparent;
	}


/* Formatierung der Spalten(kpfe) (in THEAD) */
.erscheinungsdatum-header {
	display: none;	/* Ausblenden, ergibt sich aus Kontext */
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #222;
	}
	
.beschreibung-header {
	display: none;	/* Ausblenden, ergibt sich aus Kontext */
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #222;
	}
	
.jahr-header {
	display: none;	/* Ausblenden, ergibt sich aus Kontext */
	width: *;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	}

