/* CSS Document */

/*@import url("screen_startsite.css");*/
@import url("menu.css");
@import url("links.css");


* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.hidden {
	display: none;
}


body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #080808;
}


h1 {
	color: #d2cecf;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	margin: 12px 0px 32px 0px;
}


#h1_cast_and_crew {background-image: url(../images/templates/website/h1_cast_and_crew.gif);}
#h1_imprint {background-image: url(../images/templates/website/h1_imprint.gif);}
#h1_downloads {background-image: url(../images/templates/website/h1_downloads.gif);}
#h1_synopsis {background-image: url(../images/templates/website/h1_synopsis.gif);}
#h1_feedback {background-image: url(../images/templates/website/h1_feedback.gif);}
#h1_news {background-image: url(../images/templates/website/h1_news.gif);}
#h1_dates {background-image: url(../images/templates/website/h1_dates.gif);}

#h1_cast_and_crew,
#h1_imprint,
#h1_downloads,
#h1_synopsis,
#h1_feedback,
#h1_news,
#h1_dates {
	width: 100%;
	height: 32px;
	background-repeat: no-repeat;
	margin: 0px 0px 32px -12px;
	clear: both;
}


h2 {
	color: #b33628;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	margin: 32px 0px 8px 0px;	
	clear: both;
}

h3 {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	clear: both;
	margin: 8px 0px 2px 0px;
}

p {
	margin: 0px 0px 8px 0px;
	clear: both;
}


abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #080808;
}


.list-downloads ul {
	list-style-type: none;
}

.list-downloads ul li {
	height: 60px;
	padding: 16px 0px 0px 90px;
}

.list-downloads li ul li{
	font-size: 9px;
	height: auto;
	padding: 0px;
	line-height: 11px;
}

.list-downloads .icon-video-large {
	background-image: url(../images/downloads/icons/download_movie_large.png);
	background-repeat: no-repeat;
}

.list-downloads .icon-video-small {
	background-image: url(../images/downloads/icons/download_movie_small.png);
	background-repeat: no-repeat;
}

.list-downloads .icon-video-ipod {
	background-image: url(../images/downloads/icons/download_movie_ipod.png);
	background-repeat: no-repeat;
}

.list-downloads .icon-image {
	background-image: url(../images/downloads/icons/download_plakat.png);
	background-repeat: no-repeat;
}

.list-downloads .icon-audio {
	background-image: url(../images/downloads/icons/download_music.png);
	background-repeat: no-repeat;
}


.small-print {
	font-size: 10px;
	line-height: 12px;
	color: #AAAAAA;
	margin: 0px 0px 8px 0px;
}


.info {
	height: auto;
	width: 90%;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #787878;

	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.navigation-back {
	margin-top: 4px;
}

#summary {
	font-weight: bold;
}

p .left {
	top: 4px;
	position: relative;
	float: left;
	margin: 0 8px 0 0;
}

p .right {
	top: 4px;
	position: relative;
	float: right;
	margin: 0px -8px 0 0;
}



/*** Template - Allgemein ***/


#site-wrapper {
	width: 963px;
	margin: 0px auto 0px auto;
}

#header-wrapper {
	width: 100%;
	position: relative;
	height: 200px;
	float: left;
}

#header-wrapper img {
	float: left;
	border: 0px;
}

#content-wrapper {
	width: 963px;
	background-image: url(../images/templates/website/bg_site_pattern.gif);
	background-repeat: repeat-y;
	float: left;
}

#column-left,
#column-right {
	width: 300px;
	float: left;
}

#column-middle{
	width: 332px;
	position: relative;
	padding: 0px 4px 0px 24px;
	float: left;
	display: block;
}

#footer-wrapper {
	width: 660px;

	margin: 0px auto 0px 150px;
	font-size: 10px;
	text-align: center;
}

.bg_image150x150 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.bg_image150x170 {
	width: 150px;
	height: 170px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.bg_image180x128 {
	width: 180px;
	height: 128px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.bg_image150x128 {
	width: 150px;
	height: 128px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.bg_image150x200 {
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.bg_image150x300 {
	width: 150px;
	height: 300px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.bg_image150x32 {
	width: 150px;
	height: 32px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}



/*** Cast & Crew - Rollingtitle ***/


table {
	width: 80%;
	margin: 0px 64px 12px 0px;
}

table td {
	width: 50%;
	padding: 0px 4px;
	vertical-align: top;
}

table th {
	display: none;
}

table ul {
	list-style-type: none;
}

.rollingtitle_h2 {
	width: 80%;
	text-align: center;
}

.rollingtitle_left {
	text-align: right;
}

.rollingtitle_right {
	text-align: left;
}

.rollingtitle_middle {
	text-align: center;
}



/*** Site -  Cast & Crew ***/


#column-middle #cast_crew_img {
	top: 36px;
	left: -150px;
	position: absolute;	
}



/*** Startsite ***/


#site-wrapper-start {
	width: 600px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content-wrapper-start {
	width: 600px;
	position: relative;
}

#content-wrapper-start ul{
	list-style-type: none;
}

#footer-wrapper-start {
	width: 600px;
	float: left;
	margin: 0px auto 0px auto;
	font-size: 10px;
	text-align: center;
}

#start-button_visit_site a {
	position:absolute;
	
	top:354px;
	left:428px;
	
	width: 90px;
	height: 38px;
	
	background-image: url(../images/startsite/button_visit_site.gif);
	background-repeat: no-repeat;
	
	display: block;
}

#start-button_visit_site a:hover {

	background-image: url(../images/startsite/button_visit_site_pressed.gif);

}

#start-button_order_now a {
	position:absolute;
	
	top:426px;
	left:398px;
	
	width: 186px;
	height: 194px;
	
	background-image: url(../images/startsite/button_order_now.jpg);
	background-repeat: no-repeat;
	
	display: block;
}

/*** Download-Wizard ***/


#wizard-download-bg-calendar {
	background-image: url(../images/templates/popup/popup_download_calendar_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 12px 0px 104px;
}

#wizard-download-bg-movie {
	background-image: url(../images/templates/popup/popup_download_movie_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 12px 0px 104px;
}

#wizard-download-bg-ipod {
	background-image: url(../images/templates/popup/popup_download_ipod_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 12px 0px 104px;
}

#wizard-download-bg-music {
	background-image: url(../images/templates/popup/popup_download_music_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 12px 0px 104px;
}

#wizard-download-bg-other {
	background-image: url(../images/templates/popup/popup_download_other_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 12px 0px 104px;
}

#wizard-download-bg-calendar {
	background-image: url(../images/templates/popup/popup_calendar_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 12px 0px 104px;
}

#wizard-download-wallpaper {
	background-repeat: no-repeat;
	padding: 0px 0px 0px 32px;
}

#wizard-download-wallpaper img{
	border: 1px solid #CCCCCC;
}

#wizard-download ul {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 12px 12px;
}

#wizard-download .get-downloads h3 {
	font-weight: bold;
	font-style: normal;
}

#wizard-download .get-downloads ul {
	list-style-position: inherit;
	list-style-type: none;
	position: relative;
	margin: 0px 0px 12px 0px;
}

#wizard-download .get-downloads ul li ul {
	font-size: 9px;
	display: inline;
	list-style-type: none;
	line-height: 11px;
	margin: 0px 0px 0px 0px;
}

#wizard-download .get-downloads ul li ul li {
	display: inline;
	margin: 0px 0px 0px 8px;
}



#order-now {
	padding: 0px 56px 0px 56px;
}


#order-now ul {
	margin: 0px 0px 8px 0px;
	clear: both;
	list-style-position: inside;
	list-style-type: disc;
}

