/*CSS-Datei mm_print.css
Grundsätzliche Auszeichnungen
Autor: Ansgar Bolle, multimediadesign.net, Düsseldorf*/
@page {
 size: portrait;
}
* {
    font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    border-style: none;
    outline-style: none;
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    font-size: 100.01%;
    xheight: 100%;
}
body {
    color: #4a5059;
    text-align: left;
    position: relative;
}
* html body * {
    overflow: visible;
}
.u {
     position: absolute;
     left: -2000em;
     top: -2000em;
     width: 100em;
}
hr {
    visibility: hidden;
}
option {
    padding-left: 0.4em;
}
fieldset,img {
    border-style: none;
    border-width: 0;
    outline-style: none;
    outline-width: 0;
}
ul,ol,dl {
    margin: 0 0 1em 1em;
}
ul, ol, dl { 
     position: relative;
}
/* li {
    line-height: 1.5em;
    margin-left: 1.5em;
    display: inline;
    white-space: nowrap; }
*/
.clearall {
    display: none;
}
/*<agl.folder "Clearing">*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html>body .clearfix {
    display: inline-block; 
    width: 100%;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}
.floatbox {
    xoverflow: hidden;
    xfloat: left;
}
.floatbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
}
* html .floatbox {
    height: 1%;
}
#ie_clearing { 
    display: none
}
hr.clear_columns {
    clear: both;
    xfloat: left;
    display: block;
    height: 0;
    line-height: 0px;
    visibility: hidden;
    border: 0;
    padding: 0;
    margin: -1.1em 0 0 0;
}
/*</agl.folder>*/
/* -----------------CSS-Datei structure.css Seitenaufbau -------------------------  */
#page {
     width: 100%;
     position: relative;
}
#top {
    position: absolute;
    top: 0;
    right: 20px;
    width: 150px;
}
#topRight {
   display: none;
}
#topCenter {
   display: none;
}
#header {
    
}
#header_left {
}
#header_right {
    display: none;
}
#header_center {
    display: none;
}
/*Content 3spaltig*/
#col1  /* linke Spalte */ {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #92969c;
    margin-bottom: 5px;
    margin-left: 20px;
}
#col2  /* rechte Spalte */ {
   display: none;
    width: 230px;
   float: right;
}
#col3  /* mittlere Spalte */ {
    clear: both;
    xoverflow: hidden;
}
#col3.full  /* mittlere Spalte breit */ {
    overflow: hidden;
}
iframe {
    width: 200px;
}
*+html #col3 {
    position: relative;
}
#col3Content a {
    color: #c30523;
    text-decoration: underline;
}
col3content {
    width: 100%;
}
/* ------------------------------- Subcols ------------------------------- */
.subcols {
    width: 100%;
    display: block;
    overflow: hidden;
    page-break-inside: avoid;
}
.col50left, .col50right {
    width: 245px;
    xheight: 240px;
    xoverflow: hidden;
}
.col50left {
    float: left;
    margin-left: 20px;
    clear: left;
}
* html .col50left {
    margin-left: 0;
}
.col50right {
    float: left;
    clear: right;
}
.sub_col50left {
   xoverflow: hidden;
   margin-right: 0;
   padding-top: 0;
   padding-bottom: 5px;
   padding-left: 0;
}
.sub_col50right {
   xoverflow: hidden;
   margin-left: 0;
   padding: 0 0 5px;
}
/*Seitenelemente*/
.logo {
    margin: 0;
}
/*Footer*/
#footer {
    clear: both;
}
#footerContent {
    padding-top: 25px;
     margin-left: 20px;
    font-size: 0.8em;
}
    
/* ---------------------- CSS-Datei navigation.css Navigationen ---------------------- */
#navi {
    display: none;
}
/* --------- Servicemenue oberhalb der Navigation ----------- */
.services {
    display: none;
}
/* ----------CSS-Datei typo.css Typografische Auszeichnungen ---------------------------------*/
/*Standards*/
#col1 p {
    color: #4a5059;
    font-size: 0.7em;
    line-height: 1.4em;
    xpadding-bottom: 15px;
    xpadding-left: 55px;
}
#col1 a {
     color: #4a5059; 
    text-decoration: none;
}
#col3 h1, 
#col3 h2, 
#col3 h3, 
#col3 p,
#col3 table {
    margin-right: 0;
    margin-left: 0;
}
#col2 h1, 
#col2 h2, 
#col2 p {
    margin-right: 15px;
    margin-left: 15px;
}
#col2 h1 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 5px;
}
#col2 h2 {
    font-size: 0.9em;
    line-height: 1.2em;
     clear: both;
    padding-top: 15px;
    padding-bottom: 5px;
}
#col2 h3 {
    color: #4a5059;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.2em;
}
#col2 p {
    font-size: 0.7em;
    line-height: 1.2em;
    padding-bottom: 5px;
}
#col3 h1 {
    color: #c30523;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 5px;
}
#col3 h1.titel {
    color: #c30523;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2em;
    padding-top: 15px;
    padding-bottom: 10px;
}
#col3 h2 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 15px;
}
#col3 h2.absatz {
    color: #4a5059;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}
#col3 h2.absatz a {
    color: #4a5059;
    text-decoration: none;
    background-color: #f0f0f0;
}
#col3 h3 {
    color: #c30523;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.1em;
    padding-bottom: 4px;
}
#col3 p {
    font-size: 0.8em;
    line-height: 1.3em;
    padding-bottom: 8px;
}
#col3 p.r {
    text-align: right;
}
#col3 td {
    font-size: 0.8em;
    line-height: 1.3em;
}
td.zeit {
    padding-right: 4px;
}
#col3 td.zeit, td.titel, td.kategorie {
    padding-top: 6px;
}

/* ------------------ Bildmotive -----------------*/
#hauptmotiv {
    width: 490px;
    height: 150px;
    overflow: hidden;
}
/*Breadcrumb-Navi*/
.breadcrumb {
    background-color: #92969c;
    width: 100%;
    overflow: hidden;
}
#col3 .breadcrumb p {
    color: #ececec;
    font-size: 80%;
    line-height: 1em;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#col3 .breadcrumb a {
    color: #ececec;
    text-decoration: none;
}
/*Zitate*/
.zitat {
    padding-top: 5px;
    padding-bottom: 5px;
}
.zitat p {
    color: #4a5059;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0;
}
.zitat p.person {
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1em;
    text-align: right;
 }
/*Teaser Startseite und Termine*/
.teaser,
.teaser_solo,
.teaser_angebot,
.termin {
    xposition: relative;
 }
.teaser_solo,
.termin {
    margin-bottom: 10px;
    overflow: hidden;
 }
.teaser_angebot {
    overflow: hidden;
    padding-bottom: 10px;
}
.teaser_angebot:after,
.teaser_solo:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility:hidden;
}
/*  \*/
* html .teaser_angebot,
* html .teaser_solo {
    height: 1%;
}
* html .hollyhacked {
    height: 1%;
}
#col3 .teaser h2,
#col3 .teaser_solo h2,
#col3 .teaser_angebot h2 {
    color: #c30523;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
}
#col3 .teaser p,
#col3 .teaser_solo p {
    font-size: 0.7em;
    line-height: 1.4em;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#col3 .teaser_angebot p {
    line-height: 1.4em;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#col3 .teaser_solo img,
#col3 .teaser_angebot img,
#col3 .termin img  {
   float: right;
    margin-right: 20px;
    margin-left: 25px;
    padding-left: 5px;
    padding-top: 5px;
}
.teaser .iconLinkTeaser {
    position: absolute;
    top: 155px;
    right: 10px;
}
#col3 .teaser a.teaserlink {
    display: none;
}
#col3 .teaser_angebot a.teaserlink {
    color: #4a5059;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-right: 1px;
    padding: 2px 3px;
    border: solid 1px #dcdcdc;
}
#col3 a.buchungslink {
    display: none;
}
/*Scroller*/
.scroller {
    background-color: #899098;
    width: 230px;
    height: 150px;
}
#pscroller{
    width: 230px;
    height: 100px;
    padding-bottom: 10px;
}
#pscroller h2 {
    color: white;
    font-size: 90%;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0;
    padding-bottom: 5px;
}
#pscroller p {
    color: #e7e6e6;
    font-size: 0.8em;
    line-height: 1.2em;
}
#pscroller a {
    color: #f1e4ae;
}
#pscroller a:before {
    content: "Â» ";
}
/*Sitemap*/
#footerContent ul {
    width: 10%;
    float: left;
    margin: 0;
    padding: 0;
}
#footerContent ul li {
    font-size: 68%;
    font-family: arial, trebuchet ms, sans-serif;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0 10px 2px 0;
    display: block;
    white-space: normal;
}
#footerContent ul li a {
    color: #b8bdc1;
    font-weight: normal;
}
#footerContent ul li a.root {
    color: #dcdcdc;
    font-weight: bold;
}
#footer p {
    color: #4a5059;
    font-size: 90%;
    line-height: 1.2em;
    clear: both;
}
#footer p a {
    display: none;
}
#footer .print {
    display: none;
}
/* ------------------    verschiedene Listen ------------------------------ */
#col3 ul {
    margin-right: 20px;
    margin-left: 20px;
 }
#col3 ul li {
    font-size: 0.8em;
    line-height: 1.3em;
    padding-bottom: 8px;
    margin-left: 20px;
    list-style-type: square;
}
/* ---------------------------- Bildauszeichnungen ------------------------------*/
.imgInline {
    background-color: #898f98;
    width: 200px;
    float: right;
    margin: 5px 20px 10px 25px;
}
* html .imgInline {
    margin: 5px 10px 10px 10px;
}
#col3 div.imgInline p {
    color: #dcdcdc;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    padding: 4px 4px 4px 0;
}
/* -------------------- CSS-Datei forms.css Formularelemente -------------------- */
.tabcontent input.submit {
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#col2 form {
    clear: both;
    margin: 0 0 10px;
    padding: 5px 0; 
}
#col2 form select,
#col2 form input {
    color: #4a5059;
    font-size: 0.9em;
    background-color: #f6f6f6;
    padding: 2px 1px;
    border-color: #b8bdc1 white white #b8bdc1;
    border-style: solid;
    border-width: 1px;
}
#col2 input.submit {
    color: white;
    font-weight: bold;
    line-height: 1em;
    background-color: #c30523;
    background-image: url(/stadt/tourismus/shared/bg_input_button.gif);
    background-repeat: repeat-x;
    background-position: 0 top;
    text-transform: uppercase;
    padding: 3px;
    border-style: none;
    cursor: pointer;
}
#col2 label {
    font-weight: normal;
    text-transform: uppercase;
    width: 50px;
    width: 5em;
    float: left;
    padding-top: 5px;
}
#col2 form p {
    color: #4a5059;
    clear: both;
    margin: 0 0 0 5px;
    padding-bottom: 5px; 
}
#col2 p.labeltab {
    font-size: 0.75em;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    line-height: 1em;
    padding-top: 4px;
    text-align: right;
}
#col2 form.suche {
    font-size: 0.8em;
    margin-left: 15px;
    padding-top: 15px;
}
#col2 form.suche input {
    width: 100px;
    padding: 3px 0 3px 0;
}
* html #col2 form.suche input {
    padding-top: 2px;
}
*+html #col2 form.suche input {
    padding-top: 2px;
}
#col2 form.suche .submit {
     margin-left: -5px;
     padding: 3px;
}
/* -------------------------- Suche Mitte --------------------------------*/
#col3 form.suche input {
    width: 150px;
    padding: 3px 0;
     float: left;
}
* html #col3 form.suche input {
    padding-top: 2px;
}
*+html #col3 form.suche input {
    padding-top: 2px;
}
#col3 form.suche .submit {
     margin-left: -5px;
     padding: 3px;
      float: left;
}
/*--------------------Veranstaltungssuche in col3----------------------*/
#col3 form {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
#col3 input {
    padding: 2px 2px 2px 1px;
}
#col3 input,
#col3 textarea,
#col3 select {
    border: 1px solid #b8bdc1;
    background-color: #ffffff;
    color: #4a5059;
    font-size: 0.9em;
    width: 10em;
}
#col3 fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
}
#col3 legend {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 20px;
}
* html #col3 legend {
    padding-left: 14px;
}
#col3 input.radio,
#col3 input.checkbox {
    color: #4a5059;
    background-color: #fff;
    width: auto;
    border: none;
}
#col3 .veranstaltung {
    float: left;
    width: 2.8em;
}
#col3 select.tag {
    width: 4em;
}
#col3 select.monat {
    width: 9em;
}
#col3 select.jahr {
    width: 5.5em;
}
#col3 input.submit,
#col3 input.reset {
    color: white;
    font-weight: bold;
    line-height: 1em;
    background-color: #c30523;
    background-image: url(/stadt/tourismus/shared/bg_input_button.gif);
    background-repeat: repeat-x;
    background-position: 0 top;
    text-transform: uppercase;
    padding: 3px;
    border-style: none;
    cursor: pointer;
    width: auto;
    margin: 0 20px;
    display: inline;
}
#col3 input.submit {
    float: left;
}
/*--------------------Kongressformular in col3----------------------*/
#col3 .kongress input {
    width: auto;
}
#col3 label.kongress {
    float: left;
    width: 6em;
}
#col3 input.reset {
    float: right;
}
#col3 textarea {
    font-size: 0.9em;
    padding: 2px 2px 2px 1px;
    height: 100px;
    width: 100%;
}
/*--------------------Bildergalerie (Münster ist sehenswert) in col3----------------------*/
#galerie {
 xposition: relative;
 xoverflow: hidden;
 margin-left: 20px;
 margin-bottom: 20px;
 width: 100%;
 display: block
} 
.galerie {
  background-color: #f0f0f0;
  width: 200px;
  float: left;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px;
  padding: 6px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  xpage-break-inside: avoid;
 }
