body {
	position:absolute;
	background-color:#3D3D3D;			/* Bosco Dunkel - > schwarz*/
	background-image:url(../images/TF/tf_bg_repeat-y.gif); /* rote Linie- weiße Linie */
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color:white;					/*  -> Schrift weiß */
}

*.header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:130px;
	background-image:url(../images/TF/header_neu.jpg); 	/* Bosco Logo  -> Theaterforum Schriftzug*/
	background-position:200px 0px;
	background-repeat:no-repeat;
	/*background-color:#DE2126; */			/* Bosco Hell  -> schwarz*/
}

*.menu {
	margin:0px;
	padding:0px;
	background-image:url(../images/TF/tilde_neu.gif);	/* Bosco Hintergrund Bild "Eingang"  - > TF Tilde*/
	background-repeat:no-repeat;
	background-position:50px 15px;
	background-color:#3D3D3D; 			/* Bosco Dunkel  -> schwarz*/
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:100%;
}

/* Box den Inhalt */
*.content {
	margin:0px;
	padding:0px;
	position:absolute;
	top:140px;
	left:210px;
	width:770px;
	font-size:12px;
	font-weight:normal;
}