/*
===== Produced by Digital Dreamer [www.dreamer.de]
*/


/* ========== Style Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
img {display: block;}


/* ========== Accessibility Features */

.acc { position: absolute; top: -9999em; left: -9999em; }


/* ========== Page Basics and Partitions*/

html {
	overflow: auto;
	height: 100%;
	background: #6d0909 url(../pix/page_bg_gradient.png) repeat-x;
}
body {
	min-height: 100%;
	background: transparent url(../pix/page_bg_noise.png);
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #cfb3b3;
}
#container {
	width: 960px; margin: 0 auto;
}

/* ========== Header */

#header {
	position: relative;
	overflow: hidden;
	height: 122px;
	font-family: Georgia,Verdana,sans-serif;
}

#logo {
	float: left;	
	padding: 13px 0 14px;
	margin-right: 80px;
}
	#logo a {
		border: none;
	}

#header-claim {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	float: left;
	margin-right: 90px;
	font-style: italic;
}
#footer-group a {
	display: block; overflow: hidden;
	width: 272px; height: 0; padding-top: 14px; border: 0;
	background: transparent url(../pix/header_group.png) no-repeat;
	background-position: 0 0px;
}
#footer-group a:hover {
	background-position: 0 -20px;
}


/* ========== Main Navigation */
#navcontainer {
	margin-bottom: 10px;
	border-bottom: 1px solid #b3001c;	
	position: relative;
}

#nav {
	float: left;
	padding-top: 48px; 
}
#nav li {
	float: left;
	margin-right: 28px;
}
#nav a {
	font-size: 16px;
	line-height: 16px;
	border-bottom: 0px;
	color: #ea002e;
}

#nav a.active,
#nav a:hover {
	color: #fff;	
}


#nav #navUnternehmen a { width: 126px; background-position:      0 0; }
#nav #navTeam a { width:  54px; background-position: -150px 0; }
#nav #navProduktion a { width: 124px; background-position: -300px 0; }
#nav #navKontakt a { width:  76px; background-position: -450px 0; }
#nav #navUnternehmen a:hover { background-position:      0 -50px !important; }
#nav #navTeam a:hover { background-position: -150px -50px !important; }
#nav #navProduktion a:hover { background-position: -300px -50px !important; }
#nav #navKontakt a:hover { background-position: -450px -50px !important; }
#nav #navUnternehmen a.active { background-position:      0 -100px; }
#nav #navTeam a.active { background-position: -150px -100px; }
#nav #navProduktion a.active { background-position: -300px -100px; }
#nav #navKontakt a.active { background-position: -450px -100px; }

/* ========== Page Structure */

#content {
	overflow: hidden;
	padding-bottom: 60px;
}
	
	#content.lower {
		margin-top: 29px;
	}

.column-nav, .column-main, .column-side, .column-sidewide {
	float: left;
}

.column-main {
	width: 740px;
}
.column-search {
	min-height: 200px;
}
.column-side {
	width: 196px; margin-left: 24px;
}
.column-sidewide {
	width: 416px; margin-left: 24px;
}

.line-off {
	border: 0;
	padding: 0;
}
.bigimage {
	border: 0;
	padding: 0;
}

.line {
	margin-top: 16px;
	border-top: 1px solid #7f0011;
}

/* ========== Page Navigation */

#page-nav li {
	margin-right: 20px;
	float: left;
}
#page-nav li li {
	padding: 4px 0 0 0;
	margin-left: 14px;
}
#page-nav li a {
	border: 0;
	color: #ea002e;
	font-size: 14px;
	line-height: 14px;
}
#page-nav li a:hover {
	color: #fff;
}
#page-nav li a.active {
	color: #fff;
}



/* PAGING */
.paging {
	margin-bottom: 30px;
	border-bottom: 1px solid #b3001c;
	padding-bottom: 10px;
	margin-top: 5px;
}

	.paging h2 {
		margin: 0;
		border: 0;
		padding: 0;
	}

.paging-left {
	float: left;
	margin-top: 3px;
}

	.paging-left:hover {
		border: none;
	}

.paging-right {
	margin-left: 8px;
	float: left;
	margin-top: 3px;
}

	.paging-right:hover {
		border: none;
	}
	
	
/* EPISODE PAGING */
.episode-paging {
	position: relative;	
	top: -21px;
	border-bottom: 1px solid #B3001C;
	padding-bottom: 9px;
}
	.episode-paging ul {
		margin-left: 0px !important;
		float: right;
	}
	
	.episode-paging li {
		float: left;
		list-style-type: none !important;
		border-right: 1px solid #cfb3b3;
		margin-right: 5px;
		padding-right: 5px;
		line-height: 12px;
	}
	
	.episode-paging a {
		color: #cfb3b3;
	}
	
	.episode-paging li.prev,
	.episode-paging li.next,
	.episode-paging li.last {
		border-right: 0;
	}
	
	.episode-paging li.prev,
	.episode-paging li.next {
		padding-top: 2px;
	}
	
	.episode-paging li.selected a {
		font-weight: bold;
		color: #fff;
	}


/* ========== Content Formatting */

h2 {
	font-family: Georgia,Verdana,sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-style: italic;
	color: #fff;
	padding-bottom: 13px;
	border-bottom: 1px solid #b3001c;
	margin-bottom: 13px;
}

h3 {
	font-family: Georgia,Verdana,sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #fff;
}

h4 {
	font-family: Georgia,Verdana,sans-serif;
	color: #fff;
	font-weight: bold;
}

p {
	margin-bottom: 25px;
}
a {
	color: #fff; text-decoration: none;
	outline: none;
}
a.active {
	color: #ea002e;
}
a:hover {
	color: #ea002e;
}

div.hr {
	clear:both;
	width: 100%; height: 0;
	margin: 28px 0;
	border-bottom: 1px solid #b3001c;
}
div.hr hr {
	display: none;
}
.entryElement {
	display: block;
}
.closedModul {
	display: none;
}



/* Lists */
.column-main ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 18px;
	list-style: square;
}
.column-main ol {
	margin: 10px 0 10px 0;
	padding: 0 0 0 26px;
}
li {
	margin: 0;
	padding: 0;
}


/* ========== Forms */
#searchForm {
	position: absolute;
	right: 0;
	bottom: 14px;
}
	#searchForm input {
		width: 152px;
		height: 15px;
		float: left;
		margin: 0 7px 0;
	}

select, input, textarea {
	margin: 0 0 7px 0;
	padding: 1px;
	color: #fff;
	border: 1px solid #870017;
	background-color: #870017;
}

button {
	background: none;
	border: none;
	padding: 0;
	float: left;
}


.cloumn-img {
	padding-top: 30px;
	float: left;
	margin-right: 20px;
}

.cloumn-text {
	padding-top: 30px;
	float: left;
	width: 352px;
	margin-bottom: 28px;
}

/* ========== Content Microformats */

/* Spaltenüberschriften */
.column-head {
	position: relative;
}
.column-head h2 {
	position: absolute; top: -33px; left: 0;
	padding: 0 4px; margin: 0;
	height: 33px;
	font: 1em Georgia,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #CA0237; text-transform: uppercase; letter-spacing: 0.25em; line-height: 32px;
}
.no-offset {
	margin: 0;
}



.col1 {
	width: 960px;
	margin-bottom: 50px;	
	position: relative;
}

.col2 {
	float: left;	
	width: 470px;
	margin-right: 20px;
	position: relative;
}

	.col2 h3 {
		margin-bottom: 25px;
		margin-top: 13px;
	}

.col2 li {
	list-style-type: disc;
}

.col2 ul {
	margin-left: 13px;
}

.col4 {
	width: 225px;
	float: left;
	margin-right: 20px;	
}

	.col4 h3 {
		margin-bottom: 15px;
		padding-bottom: 8px;
		border-bottom: 1px solid #b3001c;
	}


.layoutA h2 {
	border: 0;
	padding: 0;
	margin-bottom: 20px;	
}

.img-detail {
	margin-bottom: 25px;	
}


/* SLIDESHOW */
#mygallery {
	position: relative;	
	float: left;
}

#shadowCheater {
	position: absolute;
	background-image: url('../pix/shadow_bg.png');
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;	
	display: none\9;
}

#shadowRight {
	background-image: url('../pix/shadow_right.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 350px;
	background-color: #da0600;
	float: left;	
}

.slideshowNavi {
	margin-bottom: 15px;	
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 940px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
	margin-bottom: 15px;
	
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height: 300px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	position: relative;
	/*
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	*/
}

.panel div {
	position: absolute;
	bottom: 0;	
	background-image: url('../pix/black50.png');
	background-repeat: repeat;
	min-height: 50px;
	width: 100%;
}

.panel div h3 {
	padding-left: 17px;
	position: absolute; 
	top: 50%; 
	height:17px; 
	margin-top: -10px;
}
	



/* Teaser */
.teaser {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
	width: 470px;
	float: left;
	margin-right: 20px;
	color: #cfb3b3;
}

	.teaser:hover {
		background-color: #5a0110;	
		color: #fff;
	}
	
	.teaser:hover .entryElement {
		color: #cfb3b3;	
	}

.newsticker {
	padding-top: 28px;
	margin-left: 48px;
	width: 388px;
}

.teaser-image {
	position: relative;
	float: left;
	width: 148px; 
	margin-right: 20px;
}

	.team .teaser-image {
		width: 115px; 
	}


.teaser-text {
	float: left;
	width: 302px;
	padding-top: 11px;
	border-top: 1px solid #b3001c;
}
	.firstChild .teaser-text {
		border-top: 0;	
	}
	
	.team .teaser-text {
		padding-top: 22px;
	}
	
	.teaser-text h3 {
		margin-top: 0;
		margin-bottom: 0;
		color: #fff;
	}
	.teaser-text p {
		margin-bottom: 0;
	}
	
		.teaser-text p.smallLine {
			line-height: 14px;
		}
	
	.teaser-text .dlLink {
		color: #fff;	
	}

.teaser-image-border {
	position: absolute; top: 0; left: 0;
	visibility: hidden;
	width: 10px; height: 10px;
	border: 8px solid #981617;
}

.jsenabled .teaser a, .jsenabled .teaser a:hover {
	border: 0;
	color: #fff;
}


/* TEAM */
.team a {
	border: 0;	
}

.team .entryElement {
	margin-bottom: 20px;	
}

.teamdetail .img-detail {
	margin-bottom: 20px;	
}

.teamdetail h2 {
	margin: 0;
	padding: 0;
	border: 0;	
}


/* SERIE */
.seriedetail h2 {
	margin: 0;
	padding: 0;
	border: 0;
}

.seriedetail .entryElement {
	margin-top: 25px;	
}

/* Episode */
.episode h2 {
	border: 0;
	padding: 0;	
}


/* Tabellen */
table.table-data {
	width: 100%; 
	margin-bottom: 14px;
}
table.table-data td {
	border-top: 1px solid #8c0013;
	padding: 4px;
	vertical-align: top;
}

.first td {
	border-top: 0 !important;	
}

table.table-data td, table.table-data th {
}
table.table-data td.table-role {
	width: 140px; padding-left: 0;
}




/* Bilder mit Schatten */
.image-with-shadow img {
	display: block;
	padding-bottom: 33px;
}
img.img-shadow-512 {
	background: transparent url(../pix/img_shadow512.png) no-repeat center bottom;
}
img.img-shadow-148 {
	background: transparent url(../pix/img_shadow148.png) no-repeat center bottom;
}




/* fancyBox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../pix/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../pix/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../pix/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../pix/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../pix/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../pix/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../pix/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../pix/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../pix/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../pix/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../pix/fancy_title_right.png) repeat-x;
}

/* temp fix for video display */

#inline {
	display:none;
}


#footer {
	padding-top: 11px;
	border-top: 1px solid #b3001c;
	padding-bottom: 11px;
}


/* MISC*/
.left {
	float: left;	
}

.right {
	float: right;	
}

strong {
	font-weight: bold;
}
.noMargin {
	margin-top: 0px;
}

.noMarginLeft {
	margin-left: 0px;
}

.noMarginRight {
	margin-right: 0px;
}

.dotted {
	border-bottom: 1px dotted #fff;	
}

.white {
	color: #fff;	
}

.backLink {
	padding-bottom: 10px; 	
}

.clearall {
    clear: both;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
}

.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

#map_canvas {
	width: 470px;
	height: 400px;
	color: #777777;
}
