/**
 * @package: Burmester
 * @creator: Jan Konzack
 * @copyright New Image GmbH
 * @created: 04.09.2007
 *
 * CSS fuer die Themenempfangsseiten
*/

div#content {
	background: #303030 url(../pixel/te_background.jpg) no-repeat top right;
}

/* Illustration auf der Themenempfangsseite oben rechts */
img#te_illu {
	position: absolute;
	top: 0;
	right: 0;
	width: 57.6em;
	height: 24em;
}

/* Textteil auf der Themenempfangsseite oben */
p#te_text {
	width: 24em;
	color: #ffffff;
	font-size: 1.4em;
	margin-left: 3em;
}


/* Linkbox */
div#links_wrapper {
	margin: 2em 0;
	margin-left: 4em;
}

		

/* Bereich in dem Flash bzw Fallback dargestellt wird */
div#te_flashstage {
	text-align: center;
	height: 40em;
}
/* Flash-Objekt skalierbar machen */
div#te_flashstage object {
	width: 97em;
	height: 40em;
}
