/* -*- encoding: utf-8 -*- */

/* ====================================================================== */
/* Reset                                                                  */
/* ====================================================================== */

* {
  padding:0;
  margin:0;
}
img {
  border: 0px;
}


/* ====================================================================== */
/* Layout                                                                 */
/* ====================================================================== */

body {
  padding: 0 0 20px 0;
}

#container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #DFE5E8 url(../images/background.png) repeat-x top left;
}

/* Header */
#header {
  height: 85px;
  border: 1px solid #999999;
  background: #FFF;
  position: relative;
  padding-left: 90px;
}
#branding {
  z-index: 100;
  position: relative;
  width: 30em;
  margin: 22px auto 0;
  font-size: 130%;
  line-height: 1.08;
  color: #64747d;
  width: 19.5em;
  background: #FFF;
}
#branding strong {
  color: #b5007c;
}
#eu {
  position: absolute;
  bottom: 1px;
  right: 0;
}
#eu img {
  width: 2.3em;
  height: 1.45em;
}
#bmukk_logo {
  position: absolute;
  left: 0px;
  top: 0px;
}
#bmukk_logo img {
  width: 310px;
  height: 62px;
}
#suche {
  z-index: 101;
  position: absolute;
  top: -26px;
  right: 4px;
  width: 14.5em;
  text-align: right;
  background: #FFF;
}

/* Breadcrumb-Nav */
#breadcrumb {
  padding: 9px 0 7px 7px;
  color: #999;
  font-size: 0.6em;
  font-weight: bold;
}
#breadcrumb a {
 /*  color: #666; */
}

/* Fontsizer */
#fontsizer {
  position: absolute;
  z-index: 102;
  right: 0;
  top: 0;
  width: 211px;
  background-color: #ccc;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 21px;
  padding: 1px 0 0 0;
  margin: 0 0 0 3px;
  text-align: left;
}
#fontsizer a {
  vertical-align: -4px;
}
#fontsizer span {
  padding-left: 12px;
}

/* ----- */

#leftcolumn {
  position: absolute;
  left: 0;
  top: 87px;
}

#rightcolumn {
  position: absolute;
  left: 786px;
  top: 87px;
  width: 214px;
  padding-top: 30px;
}

#content {
  min-height: 488px;
  margin: 0 244px 0 150px;
  font-size: 0.8em;
  line-height: 1.4;
  padding: 16px 0 0 0;
}

/* Main-Nav */
#mainnavi {
  margin: 30px 0 0 0;
  font-size: 0.7em;
  line-height: 110%;
}
#mainnavi ul {
  font-size: 100%;
  list-style: none;
  margin: 0;
}
#mainnavi li {
  margin: 0;
  position: relative;
}
#mainnavi a {
  color: #666;
}
#mainnavi a:hover, #mainnavi .submenu li.active a {
  color: #b5007c;
  text-decoration: none;
}
#mainnavi ul ul {
  position: absolute;
  z-index: 9;
  top: 2px;
  border-bottom: 1px solid #CCC;
  left: 25px;
  border: 1px solid #b5007c;
  background: #fff;
  padding: 2px 0;
  width: 9em;
}
#mainnavi ul ul li a {
  padding: 2px 5px;
  font-size: 1.2em;
  display: block;
  font-weight: normal;
}
/* ----- */


/* Footer */
#footer {
  width: 1000px;
  margin: 0 auto;
  background: url(../images/kreativinnovativ09_footer2_bgr.png) no-repeat;
  height: 19px;
  font-size: 0.9em;
  padding: 235px 0 0 0;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  float: left;
  padding: 0 10px 0 0;
  list-style: none;
}
#footer li a {
  color: #666;	
  font-size: 0.9em;
  font-weight: normal;
}
#sprache {
  float:left;
  width: 200px;
}
#metanavi {
  margin-left: 250px;
}
/* ----- */

#last {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  color: #666;	
  text-decoration: none;
  font-size: 0.6em;
}
#last a {
  color: #666;
}

/* ====================================================================== */
/* Textformatierungen                                                     */
/* ====================================================================== */

body {
  font: 95% Arial,Helvetica,sans-serif;
  color: #666;
}

/* Links */
a, a:link, a:visited {
  color: #b5007b;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:active {
  text-decoration: underline;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
  margin: 16px 0 14px 0;
  padding: 0 0 10px 0;
}
h1.csc-firstHeader {
  margin-top: 0;
}
h2 {
  font-size: 1.0em;
  margin: 10px 0 14px 0;
}
h5 {
  font-size: 1.0em;
}
h6 {
  font-size: 0.85em;
}

/* Absätze, Listen */
p, ul, ol {
  margin: 5px 0 0 0;
  padding: 5px 0 6px 0;
  font-size: 1em;
}
ul, ol, li {
  margin-left: 1em;
}

/* Typo3-Styles */
div .csc-textpic-imagewrap {
  border: none;
}
div .csc-textpic-clear {
  border: none;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
  margin-bottom: 0;
}
/* Allgemeine Textformatierungen (aus RTE) */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}

.boxed {
  background: #FFF;
  padding: 5px 10px;
  width: 605px;
}
.boxed-top {
  background: url(../images/boxed-bg-top.gif) top left no-repeat;
  width: 625px;
  height: 14px;
}
.boxed-bottom {
  background: url(../images/boxed-bg-bottom.gif) top left no-repeat;
  width: 625px;
  height: 14px;
}

/* ====================================================================== */
/* Veranstaltungkalender-Startseite (uid 182)                             */
/* und Programm nach Locations (uid 215)                                  */
/* ====================================================================== */

#uid182 #container, #uid215 #container  {
  background: #DFE5E8 url(../images/kreativinnovativ09_bgr.png) repeat-x;
}

#uid182 .column, #uid215 .column {
  width: 280px;
  float: left;
}
#uid182 .column.left, #uid215 .column.left {
  margin-right: 20px;
}
#uid182 .column h1, #uid215 .column h1 {
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}


/* ====================================================================== */
/* Workshop-Seite (uid 118)                                               */
/* ====================================================================== */

#uid118 #container {
  background: #DFE5E8 url(../images/kreativinnovativ09_bgr.png) repeat-x;
}


/* ====================================================================== */
/* Partner-Seite (uid 210)                                                */
/* ====================================================================== */

#uid210 #container {
  background: #DFE5E8 url(../images/kreativinnovativ09_bgr.png) repeat-x;
}


/* ################################################################################ */
/* DA-Anpassungen */
/* ################################################################################ */

.event {
  padding: 20px;
  width: 377px;
  background-color: #FFF;
  margin-bottom: 20px;
}
* html .event {
  width: 417px;
}
.event .bildung, .event .kommunikation, .event .kunst, .event .technik, .event .gesellschaft, .event .kreativwirtschaft, .event .allgemein,
.event .aktionsraum, .event .allgemein, .event .atelier, .event .barocke_suiten, .event .lounge, .event .mq_haupthof {
  padding: 6px 0 0 0;
}
.event .bottom, .event .top {
  padding: 14px 20px 0 20px;
}
.event .bottom img {
  margin-left: -20px;
}

.event .bottom {
  background: #FFF;
  padding-top: 10px;
  padding-bottom: 0px;
}

.event .top dl  {                 /* Link-Liste */
  margin-top: 12px;
}
.event .top dl p {
  padding: 0;
  margin-top: 0;
}

.event .top p.teilnahme {
  padding: 0 0 20px;
  margin: 0;
}

.event .bottom p {
  color: #000;
}

.event div h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
}

.event div p {
  color: #FFF;
  margin-left: 0px;
}
.event div li {
  color: #fff;
}

.event div p a, .event div p a:visited {
  color: #FFF;
  text-decoration: underline;
}

.event div .bottom a, .event div .bottom a:visited {
  color: #000;
}

/* Veranstaltungsbilder */
.event .images {
  float: right;
  margin: 0 -20px 0 0;
  width: 120px;
}
.event .images .image {
  padding: 10px 0 0 0;
  text-align: right;
  position: relative;
}
.event .images .image img {
}
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 1px 5px;
  font-size: 85%;
  color: #000;
}
#tooltip h3, #tooltip div {
  margin: 0;
}

/* Farben und BGs für die einzelnen Veranstaltungs-Kategorien */
.event .bildung {
  background-image: url(/fileadmin/templates/images/katbg/bildung-top.gif);
}
.event .bildung .top {
  background: #9174ae url(/fileadmin/templates/images/katbg/bildung-main.gif) no-repeat bottom left;
}

.event .kommunikation .top {
  background: #01a7e3 url(/fileadmin/templates/images/katbg/kommunikation-main.gif) no-repeat bottom left;
}
.event .kommunikation {
  background-image: url(/fileadmin/templates/images/katbg/kommunikation-top.gif);
}

.event .kunst .top {
  background: #e2007a url(/fileadmin/templates/images/katbg/kunst-main.gif) no-repeat bottom left;
}
.event .kunst {
  background-image: url(/fileadmin/templates/images/katbg/kunst-top.gif);
}

.event .technik .top {
  background: #96bf0d url(/fileadmin/templates/images/katbg/technik-main.gif) no-repeat bottom left;
}
.event .technik {
  background-image: url(/fileadmin/templates/images/katbg/technik-top.gif);
}

.event .gesellschaft .top {
  background: #eb6909 url(/fileadmin/templates/images/katbg/gesellschaft-main.gif) no-repeat bottom left;
}
.event .gesellschaft {
  background-image: url(/fileadmin/templates/images/katbg/gesellschaft-top.gif);
}

.event .kreativwirtschaft .top {
  background: #f5a200 url(/fileadmin/templates/images/katbg/kreativwirtschaft-main.gif) no-repeat bottom left;
}
.event .kreativwirtschaft {
  background-image: url(/fileadmin/templates/images/katbg/kreativwirtschaft-top.gif);
}

.event .allgemein .top {
  background: #b1b4b6 url(/fileadmin/templates/images/katbg/allgemein-main.gif) no-repeat bottom left;
}
.event .allgemein {
  background-image: url(/fileadmin/templates/images/katbg/allgemein-top.gif);
}

.event .atelier .top {
  background: #0098D4 url(/fileadmin/templates-festival/images/katbg/atelier-main.gif) no-repeat bottom left;
}
.event .atelier {
  background-image: url(/fileadmin/templates-festival/images/katbg/atelier-top.gif);
}

.event .barocke_suiten .top {
  background: #93117e url(/fileadmin/templates-festival/images/katbg/barocke_suiten-main.gif) no-repeat bottom left;
}
.event .barocke_suiten {
  background-image: url(/fileadmin/templates-festival/images/katbg/barocke_suiten-top.gif);
}

.event .lounge .top {
  background: #e2007a url(/fileadmin/templates-festival/images/katbg/lounge-main.gif) no-repeat bottom left;
}
.event .lounge {
  background-image: url(/fileadmin/templates-festival/images/katbg/lounge-top.gif);
}

.event .mq_haupthof .top {
  background: #f18e00 url(/fileadmin/templates-festival/images/katbg/mq_haupthof-main.gif) no-repeat bottom left;
}
.event .mq_haupthof {
  background-image: url(/fileadmin/templates-festival/images/katbg/mq_haupthof-top.gif);
}

.event .aktionsraum .top {
  background: #97be0d url(/fileadmin/templates-festival/images/katbg/aktionsraum-main.gif) no-repeat bottom left;
}
.event .aktionsraum {
  background-image: url(/fileadmin/templates-festival/images/katbg/aktionsraum-top.gif);
}

/* Kleine Veranstaltungsboxen */
.smallboxes .event {
  padding: 0;
  width: 212px;
  margin: 0 0 4px 0px;
  float: right;
  background: transparent;
}

/* Veranstaltungskalender: 2-spaltig anzeigen, inkl. rechtem abgerundeten Rand */
#uid110 .smallboxes .event {
  float: left;
  width: 216px;
  margin-right: 4px;
}

.smallboxes .event .top {
  padding: 2px 9px 3px;
  background: transparent;
  min-height: 70px;
}
.smallboxes .event div h3 {
  font-size: 105%;
  margin: 0 0 4px 0;
  color: #000;
}
.smallboxes .event div p {
  font-size: 75%;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.smallboxes .event div p a {
  font-weight: normal;
}


.smallboxes .event .bildung {
  background: #9174ae url(/fileadmin/templates/images/katbg-small/bildung-top.gif) top left no-repeat;
}
.smallboxes .event .bildung .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/bildung-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .kommunikation {
  background: #01a7e3 url(/fileadmin/templates/images/katbg-small/kommunikation-top.gif) top left no-repeat;
}
.smallboxes .event .kommunikation .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/kommunikation-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .kunst {
  background: #e2007a url(/fileadmin/templates/images/katbg-small/kunst-top.gif) top left no-repeat;
}
.smallboxes .event .kunst .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/kunst-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .technik {
  background: #96bf0d url(/fileadmin/templates/images/katbg-small/technik-top.gif) top left no-repeat;
}
.smallboxes .event .technik .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/technik-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .gesellschaft {
  background: #eb6909 url(/fileadmin/templates/images/katbg-small/gesellschaft-top.gif) top left no-repeat;
}
.smallboxes .event .gesellschaft .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/gesellschaft-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .kreativwirtschaft {
  background: #f5a200 url(/fileadmin/templates/images/katbg-small/kreativwirtschaft-top.gif) top left no-repeat;
}
.smallboxes .event .kreativwirtschaft .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/kreativwirtschaft-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .allgemein {
  background: #b1b4b6 url(/fileadmin/templates/images/katbg-small/allgemein-top.gif) top left no-repeat;
}
.smallboxes .event .allgemein .top {
  background: transparent url(/fileadmin/templates/images/katbg-small/allgemein-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .testimonial {
  font-weight: normal;
}


.smallboxes .event .aktionsraum {
  background: #97be0d url(/fileadmin/templates-festival/images/katbg-small/aktionsraum-top.gif) top left no-repeat;
}
.smallboxes .event .aktionsraum .top {
  background: transparent url(/fileadmin/templates-festival/images/katbg-small/aktionsraum-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .atelier {
  background: #0098d4 url(/fileadmin/templates-festival/images/katbg-small/atelier-top.gif) top left no-repeat;
}
.smallboxes .event .atelier .top {
  background: transparent url(/fileadmin/templates-festival/images/katbg-small/atelier-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .barocke_suiten {
  background: #93117e url(/fileadmin/templates-festival/images/katbg-small/barocke_suiten-top.gif) top left no-repeat;
}
.smallboxes .event .barocke_suiten .top {
  background: transparent url(/fileadmin/templates-festival/images/katbg-small/barocke_suiten-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .lounge {
  background: #e2007a url(/fileadmin/templates-festival/images/katbg-small/lounge-top.gif) top left no-repeat;
}
.smallboxes .event .lounge .top {
  background: transparent url(/fileadmin/templates-festival/images/katbg-small/lounge-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .mq_haupthof {
  background: #f18e00 url(/fileadmin/templates-festival/images/katbg-small/mq_haupthof-top.gif) top left no-repeat;
}
.smallboxes .event .mq_haupthof .top {
  background: transparent url(/fileadmin/templates-festival/images/katbg-small/mq_haupthof-bottom.gif) bottom left no-repeat;
}

.smallboxes .event .testimonial {
  font-weight: normal;
}


/* Testimonials */
.event .testimonial .top p {
  font-size: 140%;
  line-height: 125%;
  padding: 15px 0 45px 0;
}
.event .testimonial .images {
  float: none;
  width: auto;
}
.event .testimonial .image {
  float: left;
  margin-right: 15px;
}
.event .testimonial .images div.caption {
  padding: 45px 0 0 0;
  height: 115px;
}
.smallboxes .event .testimonial .top p {
  font-size: 75%;
  padding: 0 0 5px 0;
  margin: 0 0 0 72px;
  font-weight: normal;
}
.smallboxes .event .testimonial .images {
  float: left;
  margin: -3px 0 0 -3px;
}
.smallboxes .event .testimonial .image {
  padding: 0;
  margin-right: 0;
}


/* Kategorienauswahl auf Veranstaltungskalender-Startseite */
ul.eventkategorien {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.eventkategorien li {
  margin: 0;
  padding: 0;
  float: left;
  width: 20em;
}
.eventkategorien li.firstcol {
  clear: left;
}
.eventkategorien a {
  display: block;
  margin: 0;
  background: transparent url() 4px 2px no-repeat;
  padding: 5px 0 5px 46px;
  min-height: 29px;
  text-decoration: none;
}
.eventkategorien a:hover {
  text-decoration: underline;
}
.eventkategorien .bildung a {
  color: #9174ae;
  background-image: url(/fileadmin/templates/images/katicons/bildung.png);
}
.eventkategorien .kommunikation a {
  color: #01a7e3; 
  background-image: url(/fileadmin/templates/images/katicons/kommunikation.png);
}
.eventkategorien .kunst a {
  line-height: 30px;
  color: #e2007a;
  background-image: url(/fileadmin/templates/images/katicons/kunst.png);
}
.eventkategorien .technik a {
  color: #96bf0d;
  background-image: url(/fileadmin/templates/images/katicons/technik.png);
}
.eventkategorien .gesellschaft a {
  color: #c96409;
  background-image: url(/fileadmin/templates/images/katicons/gesellschaft.png);
}
.eventkategorien .kreativwirtschaft a {
  color: #f5a200;
  background-image: url(/fileadmin/templates/images/katicons/kreativwirtschaft.png);
}

/* Listen mit Kategorie-Icon (Links, Veranstaltungs-Suchergebnisse) */
.iconlist .item {
  padding: 0.7em 0 1.0em 40px;
}
.iconlist .item h3, .iconlist .item p {
  font-size: 110%;
  margin: 0.7em 0 0 0;
  padding: 0;
}
.iconlist .item p {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.iconlist .item .icon {
  float: left;
  display: inline;              /* IE6 float fix */
  clear: left;
  margin: 0 0 0 -40px;
  padding: 0;
}
.iconlist .item .icon img {
  margin: 0;
  padding: 0;
}
.iconlist .item .anmeldepflicht {
  color: #d00;
}

/* Reihenfolge muss identisch mit Reihenfolge in DB, sonst stimmt bei Items mit mehreren Kategorien die Farbe nicht
überein mit der Farbe des obersten Icons */
.iconlist .item.atelier        a { color: #0098D4; } 
.iconlist .item.aktionsraum    a { color: #97be0d; } 
.iconlist .item.lounge         a { color: #e2007a; } 
.iconlist .item.mq_haupthof    a { color: #f18e00; } 
.iconlist .item.barocke_suiten a { color: #93117e; } 

/* Achtung: Bei Änderungen der Farben hier auch die entsprechenden span-Klassen in rte.css anpassen! */


/* Ankündigungs-Slots auf Startseite */
.slotheader h1 {
  clear: both;
  margin: 0;
  padding: 30px 0 10px;
}
.slot {
  width: 46%;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.slot.left {
  float: left;
}
.slot.right {
  float: right;
}

/* Veranstaltungssuche */
.news-search-form h2 {
  font-size: 120%;
  font-weight: bold;
}
.news-search-form h3 {
  font-size: 100%;
  font-weight: bold;
  float: left;
}
#search_show_advanced_options, #search_hide_advanced_options {
  font-size: 100%;
  color: #b5007b;
  cursor: pointer;
  padding-left: 14px;
  background: url(/fileadmin/templates/images/triangle-right.gif) no-repeat 1px 50%;
}
#search_hide_advanced_options {
  background-image: url(/fileadmin/templates/images/triangle-down.gif);
}
#search_show_advanced_options:hover, #search_hide_advanced_options:hover {
  text-decoration: underline;
}
.news-search-form .field {
  clear: left;
  padding: 0 0 1em 0;
}
.news-search-form .checkbox {
  clear: left;
  padding: 0 0 0 7em;
}
.news-search-form .after-h3 {
  clear: none;
}
.news-search-form .aligned-with-checkbox {
  clear: left;
  padding-left: 8.9em;
}
.news-search-form label {
  width: 7em;
  float: left;
  padding-top: 0.2em;
  font-weight: bold;
}
.news-search-form .checkbox input {
  position: relative;
  top: 0.1em;
}

.news-search-form .checkbox label {
  width: auto;
  font-weight: normal;
  float: none;
 }
.news-search-form .button {
  padding-left: 1em;
  padding-right: 1em;
}

.news-small-search-form label {
  float: left;
  line-height: 1.8em;
  margin-right: 5px;
}
.news-small-search-form input {
  float: left;
  margin-right: 5px;
}
.news-small-search-form .field {
  font-size: 0.8em;
}


/* ====================================================================== */
/* jqModal                                                                */
/* ====================================================================== */
#lightbox {
  display: none;
  position: absolute;
  top: 17%;
  left: 50%;
  margin-left: -209px;
  width: 418px;
  background: #FFF;
  font-size: 0.85em;
}
#lightboxprintbackground {
  display: none;
}
#lightboxclose {
  position: absolute;
  right: 5px;
  top: 5px;
}
#lightboxclose img {
  display: block;
  border: none;
}
#lightbox .loading {
  text-align: center;
  padding: 150px 0;
}
.jqmOverlay {
  background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
  position:absolute;top:0;left:0;z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}


/* ====================================================================== */
/* eco_gal DAM Gallery                                                    */
/* ====================================================================== */
#previewPane {
  height: 403px !important;
}
#theImages img {
  opacity: 1.0 !important;
}

/* ====================================================================== */
/* Powermail                                                              */
/* ====================================================================== */
fieldset.tx-powermail-pi1_fieldset {
  background: transparent;
}
fieldset.tx-powermail-pi1_fieldset div.even, fieldset.tx-powermail-pi1_fieldset div.odd {
  background: transparent;
}


