﻿body {
	background-image: url('images/mainback.jpg');
	overflow: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

.auto-style1 { /* Tab1 Haupt */
	margin-left: auto;
	margin-right: auto;
}

.auto-style2 { /* Tab2 Navigation */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #5A9CBD;
}

.auto-style3 { /* Tab3 Navigation */
	background-image: url('images/menueback.jpg');
}

.auto-style4 { /* Tab4 Hintergrund aller Seiten */
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/back.jpg');
}

.auto-style6 { /* Tab6 Footer aller Seiten */
	background-image: url('images/footer.jpg');
}

.auto-style7 { /* Tab7 Shop */
	background-color: #84C1DF;
}

.auto-style8 { /* Tab8 Presse */
	margin: 0px 0px 0px auto;
}

a, a:active, a:visited { 
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #3D7A99;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.link1, .link1:active, .link1:visited { /* Links Startseite Aufmacher */
	color: #3D7A99;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.link1:hover, .link1:visited:hover { /* Links Startseite Aufmacher */
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.link2, .link2:active, .link2:visited { /* Links Startseite, Filmprogramm Überschriften */
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.link2:hover, .link3:visited:hover { /* Links Startseite, Filmprogramm Überschriften */
	color: #3D7A99;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.link3, .link3:active, .link3:visited { /* Links Presse Überschriften */
	color: #3D7A99;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.link3:hover, .link3:visited:hover { /* Links Presse Überschriften */
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.btmenu, .btmenu:active, .btmenu:visited { /* Navigation */
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.btmenu:hover, .btmenu:visited:hover { /* Navigation */
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.btspan { /* Trennstriche Navigation*/
	color: #3D7A99;
}

.color1 { /* Eigenschaften */
	color: #3D7A99;
}

.color2 { /* Trennstriche Startseite */
	color: #888888;
	margin-left: 2px;
	margin-right: 2px;
}

h1 { /* Überschrift Startseite */
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
	text-align: left;
}

h2 { /* Überschrift Inhalt groß */
	color: #5A9CBD;
	font-size: 1.9em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

h3 { /* Überschrift Filmdetailseiten */
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	text-transform: none;
}

h4 { /* Überschriften Filmprogramm */
	font-size : 1em;
	font-weight : bold;
	letter-spacing: 1px;
	margin-top : 0px;
	margin-bottom : 2px;
	text-align : left;
	text-transform: none;
}

h5 { /* Überschriften Presse */
	color: #3D7A99;
	font-size : 1em;
	font-weight : bold;
	letter-spacing: 0px;
	margin-top : 8px;
	margin-bottom : 1px;
	text-align : left;
	text-transform: none;
	font-style: normal;
	}

hr { /* Trennstrich */
	background-color: #cccccc;
	border: 0px;
	border-top: transparent;
	border-bottom: transparent;
	color: #cccccc;
	height: 1px;
	text-align: center;
	width: 820px;
}

img {
	border: none;
}

p {
	line-height: 1.5em;
	margin: 0;
	text-align: left;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#movie {
	width: 220px;
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}

#movie li a, #movie li a:active, #movie li a:visited {
	color: #333333;
	display: block;
	background-color: #ffffff;
	padding: 4px 7px 4px 7px;
	height: 15px;
	text-decoration: none;
	text-align: left;
}

#movie li a:hover, #movie li a:visited:hover {
	color: #ffffff;
	background-color: #5A9CBD;
	padding: 4px 7px 4px 7px;
}

#slider1 {
    width: 820px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 820px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;	
    padding: 10px 13px;
    width: 820px;
    color: #000000;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 1em;
}
.left {
	top: 8px;
    left: 0px;
	width: 520px !important;
	height: 350px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 350px;
	}
