* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	color:#1A1A1A;
	background-color:#e06f33;
	background-image:url(../images/kickbg2.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
  @font-face {
    font-family: ArialBlack;
    font-style:  normal;
    font-weight: normal;
    src: url(ARIALBL0.eot);
  }
div {
	/*text-align: left; /*text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}
table
{ 
margin-left: auto;
margin-right: auto;
}

/* DIV-Boxen */
#menue{
	height:100px;
	text-align:left;
	font-size:10px;
	/*border: 1px outset #000;*/
	z-index: 2;
	}

#menuesecond{
	height:20px;
	font-size:12px;
	text-align:right;
	top: 10px;
	z-index: 1;	
}

#content {
	z-index: 3;
	padding-bottom: 30px;
	/*border: 1px outset #000;*/

}

div#schauspieleranzeige{
	padding-top: 15px;	
	height: 225px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align:center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

div#centerfooter {
	width:1200px;
	height:150px;
	text-align:left;
	position:relative;
	font-size:10px;
	padding-right:20px;
	padding: 20px;
	}	

#footer{
	height:25px;
	font-size:10px;
	border-top:thin #333 inset;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Tabellen */
.tb_Schauspieler_menue{
	text-align:left;
}
.tb_Schauspieler{
	text-align:left;
	font-size:14px;
}
.tb_anschauspieler{
	background-image:url(../images/schauspielerbg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.tb_news{
	text-align:left;
	font-size:12px;
}
.tb_News_menue{
	text-align:left;
}
.tb_Infos{
	text-align:justify;
	font-size:14px;
}