/* @override 
	http://www.zieglerfilmkoeln.de/fileadmin/zfk/css/zfk.css
*/

/* @group reset */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  background-color: #fff; 
  line-height: 1.6; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

a {
text-decoration: none;
color: inherit;
}

a:hover {
text-decoration: none;
color: #C03739;
}

a.external-link-new-window {
color: #C03739;
}



/* @end */

/* @group layout */
body {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size:11px;
line-height: 1.3em;
/*line-height:15px;*/
color:#292929;
background-color: #FAF8EE;
}

#dokument {
width: 880px;
margin: 0 auto;
}
#kopfleiste {
width: 100%;
height: 110px;
padding-top: 10px;
}
#logo {
float: left;
width: 350px;
}
#bilderleiste {

}
#sprachmenu {
float: right;
}
#hauptmenu {
clear: left;
width: 100%;
height: 22px;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
background-color: #FCFCF9;

}

#inhalt {
min-height: 500px;
background-color: #fff;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
padding: 20px;
width: 840px;;
}

.clearfix {
display: inline-block;
}

#ueberschrift {

}
#inhaltlinks {

}
#copy {
float: left;
}
#fusszeile {
clear: left;
height: 6px;
margin-top: 10px;
border-bottom: solid 1px #000;
}
#funktionsnav {
float: right;
}

#map_zoom_wrap {
width: 500px;
text-align: center;
}

#map_zoom {
width: 460;
margin-left: 20px;
text-align: left;
}

#map_zoom .red {
color: #C03739;
}

#map_zoom #right {
float: right;
}

/* @group SEITENINHALT */

.beidespalten {

}
.linkespalte, .rechtespalte {
   float: left;
}

.linkespalte {
   width: 345px;
}

.linkespalte p{
   width: 275px;
}

.rechtespalte {
   width: 495px;
   margin-left: 0px;
}

.rechtespalte p {
	width: 450px;
}



/* @end */
/* @end */
.clearfix:after {
content: ".";
display: block;
clear:both;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}

/* @group gtmenu */
#hauptmenu ul {
font-size:10px;
color: #fff;
/*width: 100%;*/
list-style: none;
position: absolute;
z-index: 10;
}

/* Interactive lines: show/hide menus */
#hauptmenu li:hover ul ul, #hauptmenu li:hover ul ul ul{
/* 	visibility: hidden; */
}

/* (sub-)submenus */

#hauptmenu li:hover ul, 
#hauptmenu ul li:hover ul, 
#hauptmenu ul ul li:hover ul{
visibility: visible;
}

#hauptmenu ul li.hm1 {
float: left;
display: block;
width: 175px; 
border-right: solid 1px #000;
}

#hauptmenu ul li.hm_last {
float: left;
display: block;
width: 175px; 
}

#hauptmenu ul li.current {
}

#hauptmenu li a {
background-repeat:no-repeat; 
color: #fff;
display: block; 
overflow: hidden;
white-space: nowrap;
/*text-align: center;*/
text-decoration: none;
text-indent:999em;  
height: 22px;
}

#hauptmenu li a:hover {
background-position: 0px -25px;
}


#hauptmenu ul li ul li:hover {

}


/* @group submenu */

#hauptmenu ul ul {
position:absolute;
top: 22px;
visibility: hidden;

/*background-color: #eee;  ie7 passt active area*/
}

ul#submenu {
/*margin-left: 5px;*/
border-top: 1px solid #000;
}

#hauptmenu ul li ul#submenu li {
float: none;
margin: 0px 3px 0px -1px; /*o2 hier 1px abstand*/
padding: 0;
/*width: auto;*/
display: block; /*test*/
/*border: solid 1px blue;*/
border: 1px solid #000;
border-top: none;
border-collapse: collapse;
}

#hauptmenu ul ul#submenu li a {
height: 18px;
	
background-repeat:no-repeat; 
text-indent: 0; /*wichtig*/ 
display:block;
overflow:hidden;
cursor: pointer;
border-collapse: collapse;
/*text-indent:999em;*/
/*border: 1px solid green;*/

}

#submenu li a span {
display:block;
font-size:14px;
overflow:hidden;
height: 1px; /*o4 das geht auch anstatt line-hei*/
/*width:1px;*/
}

#submenu ul li a span span {
display: block; /*o1*/

/*line-height:40px;*/ /*o3*/

/*margin-left:10px;*/
/*padding-left: 500px;*/
/*width:1px;*/
/*text-indent:999em;*/
/*overflow:hidden;*/
}



/* @end */

/*#hauptmenu .current a:hover {
background-position: 0px -20px;
}*/

/*#hauptmenu .current a {
background-position: 0px 0px;
}*/

/*#submenu .current a {
background-position: 0px -17px;
}*/

/*#hauptmenu .current #submenu li a {
background-position: 0px 0px;
}*/

/*#hauptmenu .current #submenu .current a,
#hauptmenu #submenu .current a, {
background-position: 0px -19px;
}*/

/*#hauptmenu .current #submenu li a:hover,*/
#hauptmenu #submenu li a:hover {
background-position: 0px -17px;
}

#funktionsnav ul {
list-style-type: none;
}

#funktionsnav ul li a {
background-repeat:no-repeat; 
color: #fff;
display: block; 
overflow: hidden;
white-space: nowrap;
/*text-align: center;*/
text-decoration: none;
text-indent:999em;  
height: 15px;
}
#funktionsnav ul  li a:hover {
background-position: 0px -15px;
}


/* @end */

/* @group seitentitel */

#seitentitel h2 {
border-bottom: 1px solid #000;
margin-bottom: 18px;
}

.content_header_top {
border-bottom: 1px solid #000;
margin-bottom: 20px;
}

h2 {
font-weight: bold;
display: block;
margin-bottom: 10px;
}

h2 span {
display: block;
line-height: 30px;
overflow: hidden;
width: 1px;
}

h2 span span {
display: block;
margin-left: 10px;
width: 1000px;
}


/* @end */

/* @group sitemaps */

div.beidespalten ul.csc-menu li {
margin-bottom: 0;
}

div.beidespalten ul.csc-menu li {
list-style-image: url(images/pfeil.gif);
font-weight: bold;  
}

/* @end */

/* @group mailform */
form#mailform div.csc-mailform-field {
	clear: both;
	height: 24px;
	margin-top: 2px;
	width: 350px;
	padding: 5px 5px 5px 0px;
}
form#mailform div.csc-mailform-field label {
	float: left;
	margin-top: 4px;
	text-align: right;
	width: 57px;
	/*color: #797b83;*/
}
form#mailform div.csc-mailform-field input,
form#mailform div.csc-mailform-field textarea {
	border: 1px solid #939598;
	color: #000;
	float: right;
	width: 270px;
	padding: 3px;
	background: #fff;

}
form#mailform div.csc-mailform-field input:focus,
form#mailform div.csc-mailform-field textarea:focus,
form#mailform div.csc-mailform-field input.csc-mailform-submit:hover {
	background-color: #FAF8EE;
	color:#000;
	cursor: pointer;
	border: 1px solid #39484E;
}
form#mailform div.csc-mailform-field textarea {
	height: auto;
	width: 270px;
}
form#mailform div.csc-mailform-field input.csc-mailform-submit {
	margin-top: 13px;
	width: auto;
}


/* @end */

/*div {
border: solid 1px silver;
}*/

/* @group tt_address */


.team li {
width: 100%;
float: left;
/*border: 1px solid #000;*/
list-style-type: none;
margin-bottom: 15px;
}

.team li div {
padding-top: 50px;
}



.team li:nth-child(even) {
/*border: 1px solid #ff0000;*/
list-style-type: radio;
float: right;
} 

.team li:nth-child(even) img {
/*position: absolute;*/
margin-left: 368px;
}

.team li:nth-child(even) div {
position: absolute;
text-align: right;
width: 359px;
}

span.fn {
font-weight: bold;
}

.team a {
color: #C03739;
}

/* @end */

/* @group news */

dl.news-single-links {
padding: 0px;
}

dl.news-single-links dt {
margin: 0px;
}

dl.news-single-links dd {
margin: 0px;
}

dl.news-single-links a {
color: #C03739;
}

div.news-single-img {
margin: 0px 0px 10px 0px;
display: block;
float: none;
}

div.rechtespalte div.news-single-item h2 span {

}




#c17 div.news-latest-container {
padding: 0px;
}

#c17 .news-latest-item img {
float: left;
clear: left;
margin-right: 10px;
}

#c17 div.news-latest-container div.news-latest-item {
float: left;
padding: 0px;
margin-bottom: 20px;
width: 460px;
}

div.news-latest-container div.news-latest-item div.news_latest_content h3 {
font-weight: bold;
}

div.news-latest-container div.news-latest-item div.news_latest_content div.news-latest-morelink {
margin-top: 10px;
color: #C03739;
}

div.news-latest-container div.news-latest-item div.news_latest_content div.news-latest-morelink a:hover{
text-decoration: underline;
}

div.news_latest_content {
float: right;
width: 250px;
}

div.news_latest_content p{
float: right;
width: 250px;
}

div.rechtespalte div.news-single-item {
margin-top: -56px;
}

#inhalt div.beidespalten div.rechtespalte div.news-single-item h2 {
margin-bottom: 20px;
}

#inhalt div.beidespalten div.rechtespalte div.news-single-item div.news-single-timedata {
display: inline;
float: left;
margin-right: 2px;
font-style: italic;
}

#inhalt div.beidespalten div.rechtespalte div.news-single-item h3 {
font-weight: bold;
margin-bottom: 10px;
}

span.news-list-date {
display: inline;
float: left;
margin-left: 2px;
clear: right;
}

.news_title {
float: left;
clear: left;
margin-bottom: 15px;
width: 330px;
}

.news_title a {
float: left;
}

div.news-list-container {
float: left;
/*margin-top: 5px;*/
padding: 0px;
}

div.news-list-item h3 {
display: inline;
float: left;
clear: left;
}




/* @end */

/* @group html */


p {
margin-bottom: 10px;
}

a:link, a:hover, a:visited {
color: #C03739;
}

/* @end */

/* @group produktionen */

div.tx-e27zfp-pi1 div.tx-e27zfp-pi1-singleView h2 {
margin-bottom: 26px;
}


span.tx-e27zfp-pi1-subtitle {
float: right;
clear: right;
/*margin-top: 1px;*/
margin: 1px 0px 36px 0px;
color: #C03739;
font-weight: bold;
text-transform: uppercase;
}

span.tx-e27zfp-pi1-subtitle span{
margin-left: 4px;
}

/*span.tx-e27zfp-pi1-category {
float: left;
color: #C03739;
font-weight: bold;
}*/

div.tx-e27zfp-pi1-abstract {
font-weight: bold;
margin-bottom: 10px;
}

div.tx-e27zfp-pi1-singleView p{
margin-bottom: 10px;
}

#stab {
margin: 10px 0px;
display: block;
}

#stab h3, #besetzung h3 {
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
clear: both;
}

#stab h3 {
margin-top: 10px;
}

div.tx-e27zfp-pi1-textbody {
margin-bottom: 10px;
}

div.caption {
font-size: 10px;
text-align: right;
margin-bottom: 2em;
margin-top: -10px;
}

#c10 div.tx-e27zfp-pi1 div.tx-e27zfp-pi1-singleView a {
color: #C03739;
}



div#stab p{
margin: 0px;
}

span.tx-e27zfp-pi1-stafflable {
float: left;
}

span.staffcontent {
color: #666666;
}

span.divis {
color: #C03739;
margin: 0px 2px;
}

div.tx-e27zfp-pi1-singleView img {
margin: 0px 0px 10px 0px;
}

div.tx-e27zfp-pi1-singleView h2 {
float: left;
/*border: 1px solid red;*/
}

div.tx-e27zfp-pi1-singleView {
float: right;
margin-top: -51px;
/*margin: -51px 0px 0px 345px;*/
width: 495px;
}

div.tx-e27zfp-pi1 {
width: 840px;
}

.facts {
margin-left: 345px;
}

div.lefarea {
float: left;
margin-top: -51px;
/*position: absolute;*/
/*padding-top: 36px;*/

}

div.tx-e27zfp-pi1 div.prevnextmenu {
display:block;
width: 100%;
height: 15px;
margin-left: 90px;

/*border: 1px solid #000;*/
margin-bottom: 20px;

}

div.tx-e27zfp-pi1-menuLeft ul.moomenu {
list-style-type: none;
margin-top: 35px;
}

div.tx-e27zfp-pi1-menuLeft ul.moomenu li {
margin-bottom: 10px;
}

div.tx-e27zfp-pi1-menuLeft ul.moomenu .act {
color: #C03739;
}

div.prevnextmenu span {
display: none;
}

div.prevnextmenu {
/*border: 1px solid yellow;*/
}

.lefarea {
/*border: 1px solid red;*/
}

.tx-e27zfp-pi1 {
border: 1px solid #fff;
}

div.tx-e27zfp-pi1 div.prevnextmenu a.prevlink {
background: url("images/pfeil_prev.gif"); 
background-position: 0px 1px;
background-repeat: no-repeat;
height: 15px;
width: 10px;
/*border: 1px solid red;*/
display:inline;
float:left;

}

div.tx-e27zfp-pi1 div.prevnextmenu a.nextlink {
background: url("images/pfeil_next.gif");
background-position: 0px 1px;
background-repeat: no-repeat;
height: 15px;
width: 10px;
/*border: 1px solid red;*/
display:inline;
float:left;
clear: right;
}





/** div{
border: 1px solid yellow;
}*/










/* @end */
