body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
body {
	background-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
    color: #E52232;
    text-decoration: none;

}
a:visited {
    color: #E52232;
    text-decoration: none;
}
a:hover {
	 color: #E52232;
    text-decoration: underline;
}
a:active {
     color: #E52232;
    text-decoration: none;
}
a img {
	border: none;
}



p {
	margin-top: 0px;
	margin-bottom: 9px;
}

hr {
	display: none;
}

.hidden {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}

.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}


img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
img.print {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;

}
li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	display: block;
}
#content ul.marginbottom {
	margin-bottom: 14px;	
}
#content ul li {
	padding-left: 15px;
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px!important;
	display: list-item;
	padding-bottom: 4px;
	line-height: normal;
}
#content ul li.linklist {
	background-image:none;
	display: list-item;
	padding-left: 0px;
	padding-bottom: 4px;
	color:#000;
}
#content ul li.linklist a {
	color:#000;
	background-image: url(../img/link_abstract.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 20px;
	margin-right: 4px;
}

#content ul li.linklistspecial {
	background-image:none;
	display: list-item;
	padding-left: 0px;
	padding-bottom: 4px;
	color:#000;
}
#content ul li.linklistspecial a {
	color:#000;
	background-image: none;

}

a.backlink {
	color:#000;
	background-image: url(../img/link_back.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
}
a.morelink {
	color:#000;
	background-image: url(../img/link_abstract.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 20px;
	margin-right: 4px;
}

/*form definitions*/

form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.eingabeXL {
	width: 500px;
}
.eingabeL {
	width: 400px;
}
.eingabeM {
	width: 250px;
}
.eingabeS {
	width: 100px;
}
.eingabeXS {
	width: 50px;
}
.eingabeRef {
	width: 150px;
}

fieldset {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
legend {
	color: #999999;
}

label {
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}
#formgenerator label.labelleft, #newslettercontent label.labelleft {
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 150px;
	float: left;
}

label.labelleft {
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 200px;
	float: left;
}

label.referenzen {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
label.radiobox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
label.checkbox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.buttondiv {
	text-align: right;
	padding-top: 10px;
}

.buttondiv label{ 
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}
/*form definitions*/


#container {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
}
#util {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
#util form {
	display: inline;
}
#util a {
	color: #000;
	text-decoration: none;
	padding-right: 20px;
}
#util a.act {
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	font-weight: bold;
}
#util ul.langlist {
	padding-right: 20px;
}
#util ul.langlist a {
	padding-right: 0px;
}
#logo {
	background-color: #cc0000;
	height: 64px;
	margin-bottom: 50px;
}
#logoPrint {
	display: none;
}
.home #left {
	float: left;
	width: 204px;
	padding-right: 20px;
}
.home #content {
	float: left;
	width: 736px;
}

.page #left {
	float: left;
	width: 280px;
	padding-right: 40px;
}
.page #content {
	float: left;
	width: 640px;
}


#nav {
	background-image: url(../img/bg_red_dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 12px;
	padding-top: 45px;
	padding-bottom: 45px;
}
#nav ul  {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CE1514;
}
#nav ul ul {
	display:block;
	border-bottom-width: 0px;
	border-bottom-style: none;

}
#nav a:link, #nav a:active, #nav a:visited, #nav a:hover {
	color: #000;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
#nav  a.act {
	color: #E52232;

}
#nav ul ul a {
	color: #000;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	margin-left: 20px;
	font-weight: normal;
}
#nav ul ul a.first {
	color: #000;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	padding-left: 20px;
	margin-left:0px;
}
#nav ul ul a.firstact {
	color: #E52232;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	padding-left: 20px;
	margin-left:0px;
}

#nav ul ul ul a {
	color: #000;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	margin-left: 40px;
	font-weight: normal;
}
#nav ul ul ul a.first {
	color: #000;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	padding-left: 20px;
	margin-left:20px;
}
#nav ul  ul ul a.firstact {
	color: #E52232;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CE1514;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
	padding-left: 20px;
	margin-left:20px;
}

.titleDiv {
	background-image: url(../img/bg_black_dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 12px;
	padding-top: 3px;
	height: 42px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	display:inline;
	background-color:#FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	line-height:normal;
}
h1.team {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.colset3home  {
	margin-bottom: 49px;
	margin-bottom: 25px;
}
.colset3home .col1 {
	float: left;
	width: 244px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colset3home .col12 {
	float: left;
	width: 489px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colset3home h2  {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;

}
.colset3home p {
	margin: 0px;
	padding: 0px;
}
.colset3home .textDiv {
	font-size: 11px;
	line-height: 16px;
	background-image: url(../img/bg_whitelines_on_green_16.gif);
	padding-left: 8px;
	padding-right: 8px;
	height: 64px;
	overflow: hidden;
}
.colset3home .imageDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


.colset5home  {
	margin-bottom: 49px;
	margin-bottom: 25px;
}
.colset5home .col1 {
	float: left;
	width: 244px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colset5home h2  {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;

}
.colset5home p {
	margin: 0px;
	padding: 0px;
}
.colset5home .textDiv {
	font-size: 11px;
	line-height: 16px;
	background-image: url(../img/bg_whitelines_on_green_16.gif);
	padding-left: 8px;
	padding-right: 8px;
	height: 80px;
}
.colset5home .imageDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	
}


/*Stepcarousel Styles*/
.stepcarousel {
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 735px; /*Width of Carousel Viewer itself*/
	height: 131px;

}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 146px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-right: 0px;
	margin-left: 0px;
	height: 131px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.stepcarousel.panel3 {
	height: 202px;

}
.stepcarousel.panel3 .panel {
	width: 244px;
	height: 202px;
}
.stepcarousel.panel3 .panel .imageDiv {
	height: 139px;
	overflow: hidden;

}
.stepcarousel.panel3 .panel .imageDiv img {
	width: 244px;
	height: 139px;
}
/*Stepcarousel Styles*/

.colset3Ahome  {
	margin-bottom: 49px;
}
.colset3Ahome .col1 {
	float: left;
	width: 243px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colset3Ahome h2  {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;

}
.colset3Ahome p {
	margin: 0px;
	padding: 0px;
}

.colset3Ahome .mainDiv {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	height: 194px;
	background-color: #d4d3c8;
	
}
.colset3Ahome .textDiv {
	font-size: 11px;
	line-height: 16px;
	background-image: url(../img/bg_whitelines_on_green_16.gif);

}
.colset3Ahome .imageDiv {

}

.colset3Ahome .imageDivGallery {
	position: relative;
}
.colset3home .imageDivGallery {
	
	position: relative;
	
}

.imageDivGallery .playbutton {
	position: absolute;
	left: 98px;
	top: 45px;
}

#main.home a, #main.home h2 a {
	color:#000;
}

.textDiv ul li.linklist {
	padding-left: 15px !important;
	background-image: url(../img/li_green_home.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 3px!important;
	display: list-item;
	padding-bottom: 0px !important;
	line-height: 16px !important;
}
.textDiv ul li.linklist a {
	background-image:none !important;
	padding-right: 0px!important;
}

.imageDiv .imageLeft {
	float: left;
	width: 109px;
	padding-bottom: 8px;

}
.imageDiv .imageRight {
	float: right;
	width: 109px;
	padding-bottom: 8px;
}
.imageDiv .imageFull {
	width: 227px;
	clear:both;
	padding-bottom: 8px;
}

.imageDwnDiv {
	width: 213px;
	float: left;
	padding-bottom: 8px;
}

.colset3Bhome  {
	margin-bottom: 49px;
}
.colset3Bhome .col1 {
	float: left;
	width: 244px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colset3Bhome .col2 {
	float: left;
	width: 490px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colset3Bhome h2  {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;

}
.colset3Bhome p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.colset3Bhome .textDiv {
	font-size: 11px;
	line-height: 16px;
	
	padding-left: 0px;
	padding-right: 8px;

}
.colset3Bhome .textDiv a {
	color:#E52232 !important;

}
.colset3Bhome .imageDiv {
	
}



.imageMember {
	float: left;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#main.page {
	background-image: url(../img/dotted_line_vertical.gif);
	background-repeat: repeat-y;
	background-position: 300px 0px;
}

.colsetComingSoon {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.colsetComingSoon .col1 {
	float: left;
	width: 118px;
	padding-right: 20px;
}
.colsetComingSoon .col2 {
	float: left;
	width: 410px;
	padding-right: 20px;
}
.colsetComingSoon .col3 {
	float: left;
	width: 72px;
	text-align: right;
}

.colsetTeam {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.colsetTeam .col1 {
	float: left;
	width: 100px;
	padding-right: 20px;
}
.colsetTeam .col2 {
	float: left;
	width: 428px;
	padding-right: 20px;
}
.colsetTeam .col3 {
	float: left;
	width: 72px;
	text-align: right;
}

#main.page  h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	line-height:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.detailMain  h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	line-height:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 2px !important;
}

.detailMain  h2.listtitle, h2.listtitle {
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0px;
	line-height:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 2px !important;
}

#main.page  h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	line-height:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main.page  h3 a {
	font-size: 12px;
	font-weight: bold;
	color:#000;
}
.colsetComingSoon  .imgDiv {
	position: relative; 
	padding-bottom: 4px;
}
.colsetComingSoon .playbutton {
	position: absolute;
	left: 45px;
	top: 30px;
}#content form {
	margin-bottom: 9px;
}
#newsDiv {
	margin-bottom: 45px;
}
#newsDiv .titleDiv {
	width: 150px;
}
#newsPreview {
	width: 244px;
	margin-bottom: 8px;
}

#newsPreview h2  {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;

}
#newsPreview p {
	margin: 0px;
	padding: 0px;
}
#newsPreview .textDiv {
	font-size: 11px;
	line-height: 16px;
	background-image: url(../img/bg_whitelines_on_green_16.gif);
	padding-left: 8px;
	padding-right: 8px;
	height: 64px;
}
#newsPreview .imageDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#newsPreview a, #newsPreview h2 a {
	color:#000;
	font-size: 11px;
}

.colsetDetail {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.noLine {
	border-bottom-width: 0px !important;
	border-bottom-style: none  !important;
	margin-bottom: 0px !important ;
}
.dottedLine {
	border-bottom-style: dotted !important;
}
.colsetDetail .col1 {
	float: left;
	width: 244px;
	padding-right: 20px;
}
.colsetDetail .col2 {
	float: left;
	width: 375px;

}


.colsetDetail  .imgDiv {
	position: relative; 
	padding-bottom: 4px;
}
.colsetDetail .playbutton {
	position: absolute;
	left: 107px;
	top: 54px;
}

.colsetSearch {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.colsetSearch .col1 {
	float: left;
	width: 500px;
	padding-right: 20px;
}
.colsetSearch .col2 {
	float: left;
	width: 120px;
	text-align: right;
}

.colsetGallery {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.colsetGallery .col1 {
	float: left;
	width: 520px;
	padding-right: 20px;
}
.colsetGallery .col2 {
	float: left;
	width: 100px;

}

.colsetNews {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.colsetNews .col1 {
	float: left;
	width: 244px;
	padding-right: 20px;
}
.colsetNews .col2 {
	float: left;
	width: 375px;

}

.colsetNews  .imgDiv {
	position: relative; 
	padding-bottom: 4px;
}
.colsetNews .playbutton {
	position: absolute;
	left: 107px;
	top: 54px;
}



.detailMain {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.detailTiny {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;

}

.detailTiny p {
	padding-right: 100px;
}
.detailMainNoLine {
	margin-bottom: 0px;
	padding-bottom: 20px;

}

.sfd100Short {
        position: absolute;
        z-index: 100;
        top: 40px;
        left: 478px;
        width: 150px;
        height: 105px;
}

/*
.imageLeft {
	padding-right: 20px;
	float: left;
}
*/

td {
	vertical-align: top;
}

table.flimprize td, table.filmprize td {
	vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
table.flimprize td.noline, table.filmprize td.noline {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.flimprize td.solidline, table.filmprize td.solidline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
table.flimprize th, table.filmprize th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-transform: uppercase;
}
dl {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
dt {
	float: left;
	width: 264px;
	display:inline;
	clear:left;
}
a.closelink {
	font-size: 12px;
	color: #000;
	display: block;
	float: right;
	width: 100px;
	padding-top: 2px;
	background-image: url(../img/link_openclose.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	text-align: right;
	padding-right: 20px;
	font-weight: normal;
}
.legende {
	font-size: 11px;
}

.copyright {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 9px; 
	color: #999999;
}

.colsetImage {
	padding-bottom: 20px;

}
.colsetImage .colImage {
	float: left;
	width: 221px;
}
.colsetImage .colImage3 {
	float: left;
	width: 197px;
}
table.katalogtabelle td {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

/* Film Detail -> Alle Infos unsichtbar */
#content #overview {
    display: none;
}
#content #cast {
    display: none;
}
#content #salesRights {
    display: none;
}
#content #distribution {
    display: none;
}
#content #download_pictures {
    display: none;
}
#content #quotes {
    display: none;
}
#content #technique {
    display: none;
}
#content #awards {
    display: none;
}
#content #festivals {
    display: none;
}
#content #news {
    display: none;
}
#content #copysfd {
    display: none;
}


#util .social  {
	
}
#util .social .fbicon  {
	position: relative;
	top: 4px;
}
#util .social .fbicon a {
	padding-right: 5px !important;
}
#util .social .twittericon  {
	position: relative;
	top: 4px;
}
#util .social .twittericon a {
	padding-right: 5px !important;
}
#util .social .cinicon  {
	position: relative;
	top: 4px;
}
#util .social .cinicon a {
	padding-right: 5px !important;
}
#util .social .festivalscopeicon  {
	position: relative;
	top: 4px;
}
#util .social .festivalscopeicon a {
	padding-right: 5px !important;
}
#util .social .issuu  {
	position: relative;
	top: 4px;
}
.cr_ipe_item {
	padding-bottom: 2px;
}


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
