/*grundlegende einstellungen für den slider*/
.kwicks {
list-style: none;
position: relative;
margin: 0;
padding: 0;
}
.kwicks li{
display: block;
overflow: hidden;
padding: 0;
cursor: pointer;
}
.kwicks li{
float: left;
width: 120px;
height: 95px;
}
.kwicks li:hover {
background-color:#e8e9eb;
}
.kwicks_inner {
width: 250px;
margin: 10px;
}

.picgal {
list-style: none;
position: relative;
margin: 0;
padding: 0;
}
.picgal li{
display: block;
overflow: hidden;
padding: 0;
cursor: pointer;
}
.picgal li{
float: left;
width: 120px;
height: 95px;
}
.picgal li:hover {
background-color:#e8e9eb;
}
.picgal_inner {
width: 250px;
margin: 10px;
}

/*die einstellungen für das ausehen der tvbox*/
.mibatv_big_column {
	width: 490px;
	margin-bottom: 20px;
}

.mibatv_big_column_content {
	width: 490px;
	padding: 2px;
	background-color: #dfdfdf;
	border: 2px #A3B0D3 solid;
	border-top-width: 0px;
	color: #000000;
	font-size: 9pt;
}

*html .mibatv_big_column_content {
	width: 490px;
	padding: 2px;
}

.mibatv_small_column_content div, .mibatv_big_column_content div {
	font-size: 9pt;
}

.mibatv_column_spacer {
	width: 20px;
	float: left;
}

.mibatv_small_aquabar {
	width: 300px;
	height: 21px;
	background-image: url(/mibatv/images/portal/small_aquabar.png);
}

.mibatv_big_aquabar {
	width: 498px;
	height: 21px;
	background-image: url(/mibatv/images/portal/medium_aquabar.png);
}

.mibatv_aquabar_text {
	margin-left: 10px;
	padding-top: 2px;
	font-size: 9pt;
	font-weight: bold;
	color: #12328c;
	text-transform: lowercase;
}

.mibatv_teaser_pic {
	margin-right: 5px;
	float: left;
	width: 200px; 
}

.mibatv_movie_headline {
	width: 407px;
	border-bottom: 1px dashed #FFFFFF;
	font-weight: bold;
	color: #12328c;
	float: left;
}

.mibatv_movie_headline_datum {
	color: #f41400;
	width: 70px;
	float: left;
}
.mibatv_movie_headline_laenge {
	color: #12328c;
	width: 35px;
	text-align: right;
	float: right;
}
.mibatv_movie_headline_titel {
	width: 295px;
	float: left;
}

.mibatv_text_right {
	margin-top: 5px;
	text-align: right;
}



.mibatv_clear {
	clear: both;
/*	content: ".";*/
	visibility: hidden;
}

a.mibatv_nodeco {
	color: #12328c;
	font-size: 10pt;
	text-decoration: none;
}

#mibatv_content img {
	border-width: 0px;
}

span.mibatv_rot {
	color: #f41400;
}
