/* ******************************************* */
/* GLOBAL
/* ******************************************* */

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
	font-weight: bold;
	color: #000064;
  padding: 0px 0px 0px 18px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight: bold;
	color: #857F81;
  margin: 0px 0px 0px 0px;
  padding: 32px 0px 8px 0px;  
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
	color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 16px 0px 8px 0px;  
}

p {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height:  18px;  
  color: #000000;
}

.alarm {
  color: #FA7F04;
	font-weight: bold;
}

.small {
  font-size: 10px;
}

td {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height:  18px;  
  color: #000000;
  text-align: left;
}

ul {
	list-style-image : url("/images/arrows/double_grey.gif");
  padding: 11px 0px 5px 12px;
  margin: 0px 0px 0px 0px;
  color:  #000000;   
}

ul.searchresult {
  padding: 4px 0px 5px 4px;
}

ol {
  margin: 0px 0px 0px 0px;
  padding: 11px 0px 5px 12px;  
  color:  #000000;
}

li {
  padding: 0px 0px 4px 0px;  
  margin: 0px 0px 0px 16px;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

a {
	font-weight: normal;
	color: #000064;
	text-decoration : none;
}

a.visited {
	color: #000000;
}

.caption {
  font-size: 11px;
  font-style: italic;
  background-color: #4A4AA4;
  color:  #ffffff;  
  text-align: left;
  padding: 0px 10px 0px 10px;
}

.teaser {
  font-weight: normal;
}


a.text, a.text:link, a.text:visited {
  color:#000064;
  text-decoration: none;
  font-weight: bold;
}

a.text:hover, a.text:active {
  text-decoration: underline;
}


a.text_mailto, a.text_mailto:link, a.text_mailto:visited {
  color:#000064;
  text-decoration: none;
  font-weight: normal;
}

a.text_mailto:hover, a.text_mailto:active {
  text-decoration: underline;
}

/* ******************************************* */
/* Top-Link
/* ******************************************* */

div.topblocklink {
  width:  100%;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;  
  text-align: right;
}

a.topblocklink, a.topblocklink:link, a.topblocklink:visited {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-right: 12px;
  color:#000064;
  text-decoration: none;
}

a.topblocklink:hover, a.topblocklink:active {
  text-decoration: underline;
}

/* ******************************************* */
/* Standard-Block
/* ******************************************* */

div.standard {
  clear: both;
}

div.standard_highlight {
  clear: both;
  background-color: #ECEDF2;
  padding-left: 4px;  
  padding-right: 4px;  
}

div.standard_float_left {
  float: left;
  background-color: #4A4AA4;  
  margin: 0px 12px 12px 0px;
  padding: 0px 0px 0px 0px;
}

div.standard_float_left_no_bg_color {
  float: left;
  background-color: #FFFFFF;  
  margin: 0px 12px 12px 0px;
  padding: 0px 0px 0px 0px;
}

div.standard_float_right {
  float: right;
  background-color: #4A4AA4;  
  margin: 0px 0px 12px 12px;
}

div.standard_float_right_no_bg_color {
  float: right;
  background-color: #FFFFFF;  
  margin: 0px 0px 12px 12px;
}

div.standard_left {
  background-color: #4A4AA4;
  margin: 0px 12px 12px 0px;
}

div.standard_left_no_bg_color {
  background-color: #FFFFFF;
  margin: 0px 12px 12px 0px;
}

div.standard_right {
  background-color: #4A4AA4;
  margin: 0px 0px 12px 12px;
}

div.standard_right_no_bg_color {
  background-color: #FFFFFF;
  margin: 0px 0px 12px 12px;
}

/*div.standard_image {
  width: 100%;
  background-color: #FFFFFF;  
  text-align: center;
  margin: 12px 0px 12px 0px;
}


div.bildbox {
  background-color: #FFFFFF;  
  margin: auto;  
}

div.bild {
  background-color: #4A4AA4;
}

*/

table.center {
    width: 100%; 
    background-color: #ffffff;
    margin: 12px 0px 12px 0px;
}

td.bild {
    background-color: #4A4AA4;
    text-align:  center;   
}

td.td_caption {
  font-size: 11px;
  font-style: italic;
  background-color: #4A4AA4;
  color:  #ffffff;  
  text-align: left;
  padding: 0px 10px 0px 10px;   
}

/* ******************************************* */
/* Sprunganker-Block
/* ******************************************* */

div.anker {
  margin: 16px 0px 0px 0px;
  clear:  both;
}

p.anker {
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
    
}

a.anker, a.anker:link, a.anker:visited {
  background-image: url("/images/arrows/double_grey.gif");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 16px;
  color:#000064;
  text-decoration: none;
  font-weight: bold;
}

a.anker:hover, a.anker:active {
  text-decoration: underline;
}

/* ******************************************* */
/* Link-Content Block
/* ******************************************* */

div.link-content {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

p.link-content-link {
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a.link-content-intern, a.link-content-intern:link, a.link-content-intern:visited {
  font-weight: normal;
  padding: 0px 0px 0px 16px;
	background-image: url("/images/arrows/double_grey.gif");
	background-repeat : no-repeat;
  background-position: 0px 4px;
  text-decoration: none;  
}

a.link-content-intern:hover {
  text-decoration: underline;  
}

a.link-content-extern, a.link-content-extern:link, a.link-content-extern:visited {
  font-weight: normal;  
  padding: 0px 0px 0px 16px;
	background-image: url("/images/arrows/double_grey.gif");
	background-repeat : no-repeat;
  background-position: 0px 4px;
}

a.link-content-extern:hover {
  text-decoration: underline;  
}

/* ******************************************* */
/* Two Cols
/* ******************************************* */


div.twocols {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.twocols {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.leftcol {
  vertical-align: top;
  width:  300px;
  margin: 0px 0px 0px 0px;
  padding: 0px 26px 0px 0px;
}

.rightcol {
  vertical-align: top;
  width:  300px;  
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 25px;
}

div.twocols_left {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.twocols_left_image {
  background-color: #4A4AA4;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.twocols_right {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.twocols_right_image {
  background-color: #4A4AA4;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.twocols {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #46489D;
}

.twocols_black {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* ******************************************* */
/* Tabellen-Block
/* ******************************************* */


div.tabelle {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.standardtable {
  width: 90%;
  border-collapse: collapse;
  background-color: #4A4AA4;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight: bold;
}

tr.standardtable_odd {
  background-color: #ECEDF2;
}

tr.standardtable_even {
  background-color: #DAD8ED;
}

td.standardtable {
  vertical-align: top;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  color:  #4A4AA4; 
}

/* ******************************************* */
/* Download-Block
/* ******************************************* */

div.download {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a.download:link, a.download:link, a.download:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  12px;
  color:  #000064;
  text-decoration: none;
  font-weight:  bold;
}

a.download:hover {
  text-decoration: underline;
}

div.download_icon {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* ******************************************* */
/* Portrait-Block
/* ******************************************* */

div.portrait {
  clear:  both;
  margin: 15px 0px 0px 0px;  
}

div.portrait_left {
  background-color: #4A4AA4;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 0px;  
}

div.portrait_left_no_bg_color {
  background-color: #FFFFFF;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 0px;  
}

div.portrait_right {
  margin: 0px 0px 0px 15px;
  color: #46489D;  
}

h2.portrait_headline {
  font-size:  12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #4A49A6;   
}

h2.portrait_headline_adress {
  font-size:  12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000064;   
}

div.portrait_text {
  margin: 0px 0px 0px 0px;
}

div.portrait_quelle {
  font-style: italic;
  color: #46489D;
  margin: 0px 0px 0px 0px;
}


/* ******************************************* */
/* Cover-Gallery-Block
/* ******************************************* */


div.cover_gallery {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.cover_gallery  {
  width: 600px;
  border-collapse: collapse;
	font-weight: bold;
}

td.cover_gallery {
  width: 33%;
  vertical-align: top;
  text-align:  left;
  color: #000064;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #D8D8D8;
}

/* ******************************************* */
/* Formular-Block
/* ******************************************* */


table.formular {
  width: 600px;
  border-collapse: collapse;  
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #ECEDF2;
}

span.formular_checkbox {
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;     
}

span.formular_checkboxlabel {
  display: block;
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 0px 0px;     
}

td.formular_head {
  color:  #ffffff;
  font-weight:  bold;  
  background-color: #4A4AA4;
  vertical-align: top;
  font-weight:  bold; 
    
  padding: 3px 8px 3px 32px;
}
td.formular_label {
  color:  #000064;
  vertical-align: top;
  font-weight:  bold; 
  padding: 3px 8px 3px 8px;
}

td.formular_label_mandatory {
  color:  #000064;
  vertical-align: top;  
  font-weight:  bold;  
  border-bottom: 1px solid #ECEDF2;   
  padding: 3px 8px 3px 8px;
}

td.formular_feld {
  padding: 3px 8px 3px 8px;
}


td.formular_feld_mandatory {
  border-bottom: 1px solid #ECEDF2; 
  padding: 3px 8px 3px 8px;;
}

td.mandatory_hide {
  color:  #ECEDF2;
  vertical-align: top;
  font-weight:  bold; 
  padding: 3px 8px 3px 8px;
}

td.mandatory_show {
  color:  #ffffff;
  vertical-align: top;  
  font-weight:  bold;  
  border-bottom: 1px solid #ECEDF2;   
  padding: 3px 8px 3px 8px;
}


tr.formular_mandatory {
  background-color: #DAD8ED;
}

tr.formular {
  background-color: #ECEDF2;
}

/* ******************************************* */
/* Rubriken - Index
/* ******************************************* */

h3.rubrik_index {
  margin: 12px 0px 0px 0px;
  padding: 0px;
}

p.rubrik_index {
  margin: 0px;
  padding: 0px;
}

a.rubrik_index, a.rubrik_index:link, a.rubrik_index:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.rubrik_index:hover {
  text-decoration: underline;
}


/* ******************************************* */
/* APP - News-Releases
/* ******************************************* */


p.news-teaser {
  font-weight: bold;
}

table.news-releases {
  border-collapse: collapse;
  padding-top: 12px;
}

table.news-releases td {
  vertical-align: top;
}

table.news-releases td.date {
  padding: 2px 2px 2px 8px;
  white-space : nowrap;
}

table.news-releases td.label {
  padding: 2px 2px 2px 8px;
}

table.news-releases td.arrow img {
  margin-top: 6px;
}


/* ******************************************* */
/* APP - Festival Guide
/* ******************************************* */

table.festivalguide_searchbox {
  width: 600px;
  background-color: #ECEDF2;
  border-collapse: collapse;
}

table.festivalguide_searchbox td {
  padding: 2px 4px;
  border: 2px solid #ffffff;
}

div.festival_view_address {
  float: right;
  width: 300px;
  padding: 0px 10px 10px 10px;
  margin: 0px 0px 10px 10px;
  background-color: #ECEDF2;
}

/* ******************************************* */
/* APP - Film Archive
/* ******************************************* */

div.film_view_col1 {
  float: left;
  width: 300px;
}

div.film_view_col2 {
  position: relative;
  top: 55px;
  float: right;
  width: 280px;
  margin-left: 10px;
}

div.film_view_image {
  background-color: #4A4AA4;
}

table.filmarchive_searchbox {
  width: 600px;
  background-color: #ECEDF2;
  border-collapse: collapse;
}

table.filmarchive_searchbox td {
  padding: 2px 4px;
  border: 2px solid #ffffff;
}
