/* NEU */
#center_premieren {
	position: relative;
	margin: 0;
	width:832px;
	background: #C6C5C7;
}
#premieren_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 832px;
	height: auto;
}
#monate {
	position: relative;
	left: 0;
	top: 146px;
	width: 832px;
	height: auro;
}
#monate div img {
	margin: 10px;
	padding: 0;
	border: none;
}
#premieren_letzter_monat div, #premieren_aktueller_monat div, #premieren_naechster_monat div {
	background-color: #FFF;
	margin-bottom: 10px;
}
#premieren_letzter_monat {
	width:265px;
	height: auto;
	position: absolute;
	top: 0;
	left: 12px;
	margin-bottom:2px;
}
#premieren_aktueller_monat {
	width:265px;
	height: auto;
	position: absolute;
	top: 0;
	left: 287px;
}
#premieren_naechster_monat {
	width:265px;
	height: auto;
	position: absolute;
	top: 0;
	left: 562px;
}
#tv_programm {
	color:#434E62;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background: #E3E2E3;
	padding: 10px 0 10px 25px;
}

#tv_programm a:link, .tv_programm a:visited, .tv_programm a:hover, .tv_programm a:active, .tv_programm a:focus {
  color: #5C6577;
  text-decoration: underline;
  font-weight: bold;
}
#back_button {
  color:#434E62;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  background: #A8ADB4;
  height: 22px; 
  line-height: 22px;
  padding: 2px 0 2px 25px;
}

#back_button a:link, #back_button a:visited, #back_button a:hover, #back_button a:active, #back_button a:focus {
  color: #5C6577;
  text-decoration: underline;
  font-weight: normal;
}

