body {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #696969;
	/* Boxenvorbereitung */
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}
/* BOXEN index.php */
div#container {
	position:absolute; /* ber dem Hintergrund zentriert (oben und unten) platzieren */
	left: 50%;
	width: 850px;
	margin-left: -425px;
	margin-top: 15px; /* Durch automatische Rnder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element berschrieben. */
	/*border-top: 1px solid #C7E3B4;*/ /* Hierdurch wird in einigen Browsern verhindert, dass die absolute Position des Containers zu tief gesetzt wird */
	/*border: 1px solid #AAAAAA;*/
}
div#logo {
	height:30px;
	width:220px;
	float:left;
	padding:10px 10px 10px 0px;
	/*border: 1px solid #FF0000;*/
	font-size:24px;
	font-weight:bold;
	/*color: Green;*/
	color: #7F0000;
	/*rotation:25deg;*/
}
div#navi {
	height:30px;
	/*width:600px;*/
	float:left;
	text-align: right;
	margin:0 0 0 0px;
	padding:10px 0px 10px 0px;
	/*border: 1px solid #00FF00;*/
	font-size:11px;
}
div#navi ul {
	margin: 0 0px 0 75px; /* Navilinks ALLE horizontal verschieben*/
}
div#navi li {
	margin: 0 0 0 20px; /* Abstände der Navilinks setzen*/
	float:left;
	width:100px;
	list-style: none;
	text-align: left;
	font-weight:bold;
	/*border: 1px solid #00FFAA;*/
}
div#inhalt {
	clear:both;
	margin:0px 0 0 0px;
	padding:0px 0px 0 0px;
	/*border: 1px solid #CCCCFF;*/
}
* html div#inhalt {
	margin-top: 3px;
}
/* ****INHALT**** */
/* allgemein */
h2 {
	color: Green;
}
a {
	color: Silver;
	text-decoration: none;
}
a:hover {
	color: Green;
}
.clearfloat {
	clear:both;
}
.normal {
	color: Silver;
	font-weight: normal;
}
.highlight_schwarz {
	color: Black;
}
.highlight_bunt {
	color: Green;
}
.sichtbar {
	visibility: visible;
}
.unsichtbar {
	visibility: hidden;
}
/* produktionen.php */
div#jahre {
	height: 10pt;
	width: 799px;
	padding: 2px 10px 5px 10px;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
div#stuecke {
	width: 245px;
	padding: 0 10px 3px 10px;
	margin: 10px 10px 0 0;
	float: left;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
div#autoren {
	width: 245px;
	padding: 0 10px 3px 10px;
	margin: 10px 10px 0 0;
	float: left;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
div#buehnen {
	width: 245px;
	padding: 0 10px 3px 10px;
	margin: 10px 10px 0 0;
	float: left;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
div#info_darueber {
	width: 670px;
	height: 480px;
	position: absolute;
	top: 100px;
	left: 80px;
	background-color: #FFFFFF;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
div#info_kreuz {
	margin: 0px 0px 0px 0;
	padding: 4px 7px 2px 2px;
	height: 20px;
	text-align:right;
	cursor:move;
	background-color: #7F0000;
}
div#info_darueber_inhalt {
	width: 660px;
	height: 454px;
	position: absolute;
	top: 20x;
	left: 10px;
	overflow: auto;
}
div#info_kopf {
	float:left;
	padding: 10px 0px 0px 0px;
	width:250px;
}
div#info_bilder {
	float:left;
	padding: 20px 0px 0px 20px;
	width:350px;
	height: 240px;
}
div#b1 {
	position:absolute; 
	top:15px; 
	left: 265px;
}
div#b2 {
	position:absolute; 
	top:15px; 
	left: 265px;
}
div#text_1 {
	position:absolute; 
	top:265px; 
	left: 265px;
}
div#text_2 {
	position:absolute; 
	top:265px; 
	left: 265px;
}
div#info_presse {
	clear:both;
	padding: 0px 20px 0px 0px;
	height: 200px;
	width: 620px;
}
/* home.php */
div#home_bild {
	float:left;
	padding: 5px 20px 0 0px;
	/*border: 1px solid #FF0000;*/
}
div#home_aktuell {
	float:left;
	width:200px;
	padding: 0px 0px 0 0px;
	/*border: 1px solid #FF0000;*/
}
div#home_aktuell a{
	color:Black;
}
div#home_aktuell a:hover{
	color:Green;
}
div#home_sprache {
	clear:both;
	position:absolute;
	top:550px;
	/*border: 1px solid #FF0000;*/
}
div#home_sprache a{
	color: #000000;
}
div#home_sprache a:hover{
	color: Green;
}
div#home_linkInterview {
	clear:both;
	position:absolute;
	top:400px;
	left: -25px;
	width:500px;
	text-align:right;
	padding: 2px 5px 2px 0;
	font-size:18px;
	font-weight:bold;
	background-color: #7F0000;
}
/* bio.php */
div#bio_text {
	float:left;
	width:450px;
	height:500px;
	overflow:auto;
	padding: 0px 20px 0 0px;
	margin: 0px 40px 0 0px;
	/*border: 1px solid #FF0000;*/
}
div#bio_bild {		
	/*border: 1px solid #FF0000;*/
}
/* kontakt.php */
div#kontakt_text {
	float:left;
	width:450px;
	height:500px;
	overflow:auto;
	padding: 50px 20px 0 0px;
	margin: 0px 40px 0 0px;
	font-size:12px;
	/*border: 1px solid #FF0000;*/
}
div#kontakt_bild {	
	padding: 20px 0px 0 0px;
	/*border: 1px solid #FF0000;*/
}
























