@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
body {
	background-image: none;
	background-color: #000;
	color: #fff;
	padding: 0px;
}

#page {
	border-style: none;
	background-color: transparent;	
}

#header {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	background-color: transparent;
	background-image: none;
	height: 107px;
	background-image: url(../img/myown/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#page_margins {
	width: 1004px;
}

#main {
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	background-color: transparent;
	background-image: url(../img/myown/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 7;
}

#col1 {
	width: 177px;
	position: relative;
	top: -25px;
}

#col2{
	width: 276px;
	padding-left: 0px;
}

#col3 {
	width: 541px;
	margin-left: 177px !important;
	margin-right: 286px !important;
}

#nav,
#teaser {
	display: none;
}

#header img.headImg1 {
	top: 0px;
	left: 334px;
}

#col1_content {
	padding: 0px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 100px;
}

#submenu {
	margin: 0px;
	border-style: none;
}

#col2_content {
	padding: 0px;
	padding-bottom: 100px;
}

#col2_top {
	background-image: url(../img/myown/col2_top_bg.gif);
	background-repeat: no-repeat;
	width: 276px;
	height: 19px;	
}

#col2_main {
	padding: 10px;
	overflow: hidden;
	border-left:1px solid #fff;
}

#col2_bottom {
	background-image: url(../img/myown/col2_bottom_bg.gif);
	background-repeat: no-repeat;
	width: 276px;
	height: 19px;
}

#title {
	display: none;
}

#submenu a, 
#submenu strong {
	background-color: transparent;
	border-style: none;
	color:#fff;
	display:block;
	padding:4px 0px 4px 0px;
	text-decoration:none;
}

#submenu li a,
#submenu li strong {
	padding-left: 20px;
	background-image: url(../img/myown/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	color:#fff;
	width:100%;
}

#submenu li a:hover,
#submenu li a:active,
#submenu li strong {
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

#submenu li ul li a,
#submenu li ul li strong {
	background-color: transparent;
	background-image: none;
	padding-left: 30px;
	font-size: 80%;
	color:#fff;
}

#submenu li ul li a:hover,
#submenu li ul li a:active,
#submenu li ul li strong {
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

#submenu li ul li ul li a,
#submenu li ul li ul li strong {
	background-color: transparent;
	background-image: none;
	padding-left: 40px;
	font-size: 75%;
	color:#fff;
}

#submenu li ul li ul li a:hover,
#submenu li ul li ul li a:active,
#submenu li ul li ul li strong {
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}
#footer {
	background-color: transparent;
	border-top:2px solid #fff;
	color:#fff;
	padding:0px;
	z-index: 9;
	height: 20px;
}

#info {
	width: 177px;
	height: 117px;
	background-image: url(../img/myown/info_bg.jpg);
	position: relative;
	float: left;
	left: 1px;
	top: -119px;
	z-index: 10;
}

#ftext {
	padding-left: 187px;
}

#flogo {
	background-color: #000;
	background-image: url(../img/myown/flogo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 276px;
	height: 89;
	float: right;
	position: relative;
	right: 0px;
	top: -90px;
	padding-top: 17px;
	
}

#imgtitle {
	position: absolute;
	top: 40px;
	left: 190px;
	z-index: 10;
}

h1 {
	font-weight: bold;
	color: #fff;
}

/*MBON MOVIE PLUGIN CONFIG*/
.tx-mbonmovies-pi1 .mbon_movies-search {
	margin-bottom: 20px;
	text-align: right;
}
.tx-mbonmovies-pi1 .mbon_movies-list-image,
.tx-mbonmovies-pi1 .mbon_movies-list-image {
	float: left;
	width: 100px;
}
.tx-mbonmovies-pi1 .mbon_movies-text,
.tx-mbonmovies-pi1 .mbon_movies-text {
	margin-left:110px;
}

.mbon_movies-text h3{
    border-bottom:1px #ccc solid;    
    padding:2px;
}

.tx-mbonmovies-pi1 .mbon_movies-movie,
.tx-mbonmovies-pi1 .mbon_movies-movie {
	/*clear: left;*/
	min-height: 150px;
	margin-bottom: 10px;
	background-color:#333333;
    border-bottom:1px #fff solid;
}

.tx-mbonmovies-pi1 .mbon_movies-movie h3 a,
.tx-mbonmovies-pi1 .mbon_movies-movie h3 a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.tx-mbonmovies-pi1 .mbon_movies-images {
	float:right;
	overflow:hidden;
}

.tx-mbonmovies-pi1 .mbon_movies-details {
	float: left;
	width: 300px;
}
.mbon_movies-program {
	margin-left:110px;
}
.mbon_movies-program th {
	background-color:transparent;
	color:#fff;
	text-align:center;
	border-bottom:1px #aaa solid;
}
.mbon_movies-program td {
	font-weight:normal;
	background-color:transparent;
	color:#fff;
	text-align:center;
}
.mbon_movies-nav {
	margin-bottom:15px;
}
.mbon_movies-program td, .mbon_movies-program th {
	border-left:1px #aaa solid;
	border-right:1px #aaa solid;
}
.mbon_movies-program tr {
	vertical-align:top;
}
.mbon_movies-more {
	text-align:right;
	padding:5px 0;
}

dd.csc-textpic-caption {
	background-color:#000;
}


a {
color:#237366;
}

a:focus, a:hover, a:active {
color:#FFFFFF;
}

form#mailform fieldset {
	background-color:transparent;
	border:0;
}

fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field textarea {
	background-color:#222222;
	color:#CCCCCC;
}

fieldset.csc-mailform .csc-mailform-field input:focus, fieldset.csc-mailform .csc-mailform-field textarea:focus {
	background-color:#111111;
	color:#CCCCCC;
}

input#mailformformtype_mail {
	margin-left:14px;
	color:#000000;
}

* html .tx-mbonmovies-pi1 .mbon_movies-details {
	width:250px;
}

*+html .tx-mbonmovies-pi1 .mbon_movies-details {
	width:290px;
}

#mbon_movies-main_image {
	margin-bottom: 10px;
}


* html #col3{
	width: 510px;
}

* html #col2_bottom {
	position: relative;
	top: -2px;
	left: 2px;
}

*+html #col3 {
	width: 520px;
}



/* ***** KINO DB CSS ***** */
.mbon_movies-details-row{
display:block;
border-bottom:1px #1d1d1d solid; 
margin-bottom:5px;
clear: both;  
padding:5px; 
}

.mbon_movies-details-row h1{
font-size:17px;  
}


.mbon_movies-info{    
margin-left: 3px;
}

.long{
width:490px;    
}
}


}
