@charset "UTF-8";
/**
 * MAIN CSS
 *
 * (de) Zentrales Stylesheet
 *
 */

/* importiert content.css - Formatierung des Inhalts */
@import url(content.css);

/* importiert navigation.css - Formatierung der Navigation */
@import url(navigation.css);


/* Erzwingt vertikale Scrollbalken in Firefox */
html { height: 100%; margin-bottom: 1px; }

body {
	background: #fff url("../img/layout/bg_pattern_45.jpg") top left fixed; 
	padding: 10px 0; 
	margin: 0px;
}

/* Aussen Container */
#aussen {
	text-align:left; 
	margin: 0 auto; 
	width: 768px;
	/*background: url(../img/layout/bg_content.png) repeat-y;*/
	padding: 0 20px 0 20px;
}

/* Content Container */
#mainContent {
	background: transparent url(../img/layout/bg_content.png) repeat-y;
	width: 688px;
	text-align: left;
	padding: 20px 40px 20px 40px;
	color: #fff;
	float:left;
}

/* Content Container Filme */
#mainContentnoLeftSpace {
	background: transparent url(../img/layout/bg_content.png) repeat-y;
	width: 688px;
	text-align: left;
	padding: 20px 40px 20px 40px;
	color: #fff;
	float:left;
}

/* Header */
#header {
 	color: #000;
 	background: transparent url("../img/layout/banner.png") no-repeat top left;
 	padding: 0 0 0 20px;
	height: 166px;
}

/* Footer */
#footer {
		background: transparent url("../img/layout/footer.png") no-repeat top left;
		height: 96px;
		padding: 0 0 0 20px;
}

/**
 * FOOTER
 *
 * FOOTER_1 - Star*Film
 * FOOTER_2
 * FOOTER_3
 * Subnavigation
 */
 
#footer table tr td {
	vertical-align: top;
}

#footer table {
	width: 731px;
	margin-left: 9px;
}
	
.footer_1 {
	padding-top: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #ffdd2f;
	line-height: 16px;
}

.footer_2 {
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}

.footer_3 {
	font-size: 10px;
	color: #666;
	text-align: right;
	float:right;
	line-height: 8px;
}

/**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen fr die Tabellenbreite und Gestaltungsvorschriften fr Tabellen
   *
   * @section content-tables
   */

	#footer td { padding: 0.5em; }

/**
 * Subnavigation (Impressum, Sitemap)
 * im Footer integriert
 */
#subnavigation {
	width: 230px;
	text-align: left;
}

#subnavigation ul {
	padding: 0 0 0 130px;
	margin: 0;
}
#subnavigation ul li {
list-style: none;
}


#subnavigation ul li a {
	background: transparent url("../img/layout/button_checker.gif") no-repeat 0px center;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
}

#subnavigation ul li a:hover {
	background: transparent url("../img/layout/button_checker_ro.gif") no-repeat 0px center;
	color: #ffdd2f;
	text-decoration: none;
	font-weight: normal;
}

/* Rechter Inhalt - CONTAINER */
#inATableContainer {
	width: 460px;
}

/* Rechter Inhalt */
#inATable {
	padding: 30px 0px 10px 0px;
	text-align: left;
}

/* Navigation LINKS - GrafikOben */
.filmListeOben {
	background: transparent url(../img/layout/filmListeOben.gif) no-repeat left top;
	height: 35px;
}

/* Navigation LINKS - GrafikUnten */
.filmListeUnten {
	background: transparent url(../img/layout/filmListeUnten.gif) no-repeat left top;
	height: 22px;
}



.ImgAktuelles {
	margin-right: 5px;
}
.TextAktuelles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2461AA;
	text-decoration: none;
}

/* CLEARER für Float Elemente */
.clearer {clear:both;}



a.registerPresse:link,
a.registerPresse:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8402;
	text-decoration: none;
}
 
a.registerPresse:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8402;
	text-decoration: underline;
}
a.registerVertrieb:link,
a.registerVertrieb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8402;
	text-decoration: none;
}

a.registerVertrieb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8402;
	text-decoration: underline;
}
