/*
 * GLOBAL PAGE STYLES
 */
body
{
   margin:                0px;
   font-size:             10px;
   font-family:           Verdana;
   background-image:      url(../png/background.jpg);
   background-repeat:     no-repeat;
   background-attachment: fixed;
   background-color:      #ffffff;
   color:                 #000000;
}
a:link, a:visited
{
   color:           #000000;
   font-weight:     bold;
   text-decoration: none;
   text-transform:  uppercase;
}
a:hover, a:active
{
   text-decoration: underline;
}
img
{
   border: 0px;
}

table, tbody, tr, td, form
{
   padding: 0px;
   margin:  0px;
}
/*
 * HELPER STYLES
 */
.clear
{
   clear: both;
}
/*
 * FRAME STYLES
 */
.pageFrame
{
   width:        880px;
   padding-left: 25px;
}
.leftContentFrame
{
   position: relative;
   width: 621px;
   float: left;
   z-index: 2;
}
.rightContentFrame
{
   position: relative;
   padding-top:  220px;
   padding-left: 635px;
   z-index: 1;
}
.distanceBox
{
   padding:  10px;
   position: relative;
}
.halfDistanceBox
{
   padding:  5px;
   position: relative;
}
.distanceBoxLeft
{
   padding:        10px;
   padding-left:   0px;
   position:       relative;
}
.distanceBoxBottom
{
   padding:        10px;
   padding-bottom: 0px;
   position:       relative;
}
.line
{
   height:        0px;
   border-bottom: 1px dashed #000000;
}
/*
 * GLOBAL FONT STYLES
 */
.pagetitle
{
   font-size: 16px;
}
.pagesubtitle
{
   font-weight: bold;
   font-size:   13px;
}
.hiddenEdit
{
   display:    block;
   text-align: right;
   color:      #ffffff;
}
.hiddenLinks
{
   float: left;
}
.hiddenLinks a:link, .hiddenLinks a:visited
{
   color:       #ffffff;
   font-weight: normal;
   
}
.gotoTop:link, .gotoTop:visited
{
   font-weight:     normal;
   text-transform:  uppercase;
   text-decoration: underline;
   text-align:      right;
   display:         block;
}
.uppercase
{
   text-transform: uppercase;
}
/*
 * BANNER STYLES
 */
.bannerPlace
{
   position: absolute;
   /*left:     -80px;*/
   left:     665px;
   top:      -6px;
}
.bannerPlace img
{
   position: absolute;
   left:     0px;
   top:      0px;
}
.bannerPlace #static
{
   left: 500px;
   top:  30px;
}
/*
 * SHADOW STYLES
 */
.shadowLight
{
   background-image: url(../png/shadow_outer.png);
   position:         relative;
   left:             3px;
   top:              3px;
   margin-bottom:    5px;
   /* IE7 BUG FIX */
   border-bottom: 1px solid transparent;
}
.shadowMiddle
{
   background-image: url(../png/shadow_middle.png);
   position:         relative;
   bottom:           1px;
   right:            1px;
}
.shadowDark
{
   background-image: url(../png/shadow_inner.png);
   position:         relative;
   bottom:           1px;
   right:            1px;
}
.shadowedBox
{
   background-color: #ffffff;
   position:         relative;
   bottom:           1px;
   right:            1px;
   border-top:       1px solid #E1E1E1;
   border-right:     1px solid #989898;
   border-bottom:    1px solid #989898;
   border-left:      1px solid #E1E1E1;
}
.pink
{
   background-color: #ffe8f4;
}
/*
 * TOP MENU STYLES
 */
.topMenuPositioner
{
   float: right;
   width: 235px;
}
.topMenuPositioner a:link, .topMenuPositioner a:visited
{
   display:     block;
   float:       left;
   font-weight: normal;
   padding:     3px 0px 3px 0px;
   width:       75px;
   text-align:  center;
}
/*
 * KALENDER STYLES
 */
.kalenderPositioner
{
   /*float:         right;*/
   width:         300px;
   height:        105px;
   padding-top:   5px;
   font-size:     26px;
   margin-bottom: 10px;
}
.kalenderPositioner .month
{
   text-transform: uppercase;
   color:          #ff329b;
   font-weight:    bold;
   float:          left;
   width:          124px;
   height:         32px;
   letter-spacing: -2px;
}
.kalenderPositioner .spacer
{
   width:  8px;
   height: 32px;
   float:  left;
}
.kalenderPositioner a:link, .kalenderPositioner a:visited
{
   display: block;
   float:   left;
   color:   #ff329b;
   width:   36px;
   height:  32px;
}
.kalenderPositioner a:hover, .kalenderPositioner a:active, .kalenderPositioner .active:link, .kalenderPositioner .active:visited
{
   text-decoration: none;
   color:           #ffffff;
}
/*
 * LANGUAGE STYLES
 */
a.languageSwitch:link, a.languageSwitch:visited
{
   position:         absolute;
   top:              11px;
   right:            10px;
   z-index:          2;
   display:          block;
   font-weight:      normal;
   line-height:      12px;
   text-align:       center;
   color:            #FFFFFF;
   background-color: #ff329b;
   width:            60px;
   height:           12px;
   text-decoration:  none !important;
}
/*
 * MAIN MENU STYLES
 */
.bigMenu
{
   float:     left;
   position:  relative;
   top:       1px;
   z-index:   3;
   height:    23px;
}
.smallMenu
{
   float:       left;
   padding-top: 8px;
   position:    relative;
   top:         1px;
   z-index:     3;
   height:      15px;
}
.fbLink {
   position: absolute;
   top: 152px;
   left: 624px;
   z-index: 2;
}
.fbLink img {
   display: block;
}
.bigMenu img, .smallMenu img
{
   display: block;
   float:   left;
}
.bigMenu a:link, .bigMenu a:visited
{
   display:          block;
   float:            left;
   background-color: #ececec;
   border-bottom:    1px solid #d0d0d0;
   font-size:        13px;
   height:           22px;
   line-height:      22px;
   text-align:       center;
   vertical-align:   middle;
   padding:          0px 5px 0px 5px;
}
.bigMenu a.active:link, .bigMenu a.active:visited
{
   background-color: #ffffff;
   border-bottom:    1px solid #ffffff;
}
.smallMenu span.active
{
   background-color: #ffe8f4;
   border-bottom:    1px solid #ffe8f4;
   color:            #000000;
}
.smallMenu .menuPoint
{
   float:    left;
   position: relative;
}
.smallMenu .entry
{
   display:          block;
   background-color: #878787;
   border-bottom:    1px solid #777777;
   font-size:        9px;
   height:           14px;
   line-height:      14px;
   text-align:       center;
   vertical-align:   middle;
   padding:          0px 5px 0px 5px;
   color:            #ffffff;
   font-weight:      normal;
   text-transform:   uppercase;
}
.dopDownMenu
{
   position:     absolute;
   left:         -10px;
   cursor:       pointer;
   width:        130px;
   z-index:      10;
   padding-left: 5px;
   display:      none;
   font-size:    9px;
}
.dopDownMenu  img
{
   display: block;
   float:   left;
}
.dopDownMenu .menuTitle
{
   float:            left;
   display:          block;
   font-weight:      normal;
   text-decoration:  none;
   text-transform:   uppercase;
   background-color: #cccccc;
   height:           15px;
   line-height:      14px;
   padding-right:    5px;
   padding-left:     10px;
}
.dopDownMenu .menuEntries, .additionalSubMenu .menuEntries
{
   background-color: #cccccc;
   padding:          5px;
   padding-left:     5px;
   position:         relative;
   right:            1px;
   bottom:           1px;
}
.dopDownMenu .menuEntries a:link, .dopDownMenu .menuEntries a:visited,
.additionalSubMenu .menuEntries a:link, .additionalSubMenu .menuEntries a:visited
{
   padding-left:   5px;
   display:        block;
   font-weight:    normal;
   height:         14px;
   line-height:    14px;
   vertical-align: middle;
}
.dopDownMenu .menuEntries a:hover, .dopDownMenu .menuEntries a:active,
.additionalSubMenu .menuEntries a:hover, .additionalSubMenu .menuEntries a:active
{
   background-color: #878787;
   color:            #ffffff;
   text-decoration:  none;
}
a.showAdditionalMenu{
   position:relative;
}
.additionalSubMenu
{
    cursor: pointer;
    font-size: 9px;
    left: 120px;
    padding-left: 5px;
    position: absolute;
    top: 14px;
    width: 160px;
    z-index: 20;
}
.closeMenu
{
   height: 15px;
}
/*
 * NEWSLETTER STYLES
 */
.newsletterBox
{
   padding:        10px;
   text-transform: uppercase;
}
.newsletterBox .title
{
   font-size: 18px;
}
.newsletterBox input
{
   width:         165px;
   height:        17px;
   border-top:    1px solid #7c7c7c;
   border-right:  1px solid #c3c3c3;
   border-bottom: 1px solid #dddddd;
   border-left:   1px solid #c3c3c3;
   margin-bottom: 3px;
   margin-right:  10px;
}
.newsletterBox .img input
{
   border:       0px;
   margin-right: 0px;
   width:        36px;
   height:       20px;
}
/*
 * PROMO TOOL STYLES
 */
.boxBlue
{
   background-image: url(../png/blue_stripes.png);
}
.boxOrange
{
   background-image: url(../png/orange_stripes.png);
}
.hpgRight img
{
   display: block;
   margin:  auto;
   width:243px;
}
.hpgRight .blockContent
{
   display:   block;
   font-size: 18px;
   padding:   10px;
}
.hpgRight .title
{
   font-size: 24px;
   display:   block;
}
/*
 * EVENT STYLES
 */
.eventSmall
{
   float:          left;
   width:          193px;
   padding-left:   10px;
   padding-bottom: 10px;
   text-transform: uppercase;
   position:       relative;
}
.eventSmall .title
{
   font-weight:     bold;
   text-decoration: underline
}
.eventSmall .dummy
{
   height: 140px;
}
.eventHead
{
   text-transform: uppercase;
   height: 10px;
   text-align:     center;
}
.eventHead a:link, .eventHead a:visited
{
   text-decoration: underline;
   font-weight:     normal;
}
.eventHead .title
{
   float:            left;
   background-color: #ff3399;
   color:            #ffffff;
}
.eventHead .download:link, .eventHead .download:visited
{
   display: block;
   color:   #ff3399;
   float:   right;
}
/*
 * TICKET STYLES
 */
.greyTextBox
{
   background-color: #cccccc;
}
.inputsLeft
{
   float: left;
   width: 250px;
}
.inputsRight
{
   padding-left: 255px;
}
.inputDescription
{
   float: left;
   width: 100px;
}
.inputsLeft .inputDescription
{
   width: 70px;
}
.greyTextBox input, .greyTextBox textarea
{
   border:        1px solid #A0A0A0;
   margin-bottom: 5px;
}
.shortInputs .inputDescription
{
   float: left;
   width: 95px;
}
.shortInputs input
{
   width: 30px;
}
.checkText
{
   min-height:     15px;
   padding-bottom: 5px;
   padding-left:   20px;
}
.checkBoxes input
{
   margin: 0px;
}
.buttons input
{
   margin-bottom: 0px;
}
/*
 * PRESSE STYLES
 */
.presseSuche input
{
   vertical-align: middle;
}
.distanceBox .media
{
   float: right;
   width: 175px;
}
.distanceBox .media img
{
   display: block;
   float: left;
}
.distanceBox .media a:link, .distanceBox .media a:visited
{
   display: block;
   margin-left: 35px;
}
/*
 * EVENT DETAIL STYLES
 */
.pictureNumbers img
{
   display: none;
}
.pictureNumbers
{
   text-align: right;
}
.picPlace
{
   position: relative;
}
.picPlace .copyright
{
   position:         absolute;
   bottom:           0px;
   right:            0px;
   background-color: #ffffff;
   text-transform:   uppercase;
   padding:          0px 2px 0px 2px;
   z-index: 2;
}
.pictures span
{
   background-color: #ff3399;
   color:            #ffffff;
   text-transform:   uppercase;
}
.pictureNumbers span
{
   background-color: #ffffff;
   color:            #000000;
   cursor:           pointer;
}
.warning
{
  color:       #ff0000;
  font-weight: bold;
}
.linksContainer
{
   padding-left: 365px;
}
.videoContainer .title, .linksContainer .title
{
   text-transform:   uppercase;
   font-size:        16px;
   background-image: url(../png/blue_stripes.png);
   padding:          2px;
}
.linksContainer a:link, .linksContainer a:visited
{
   font-weight:     normal;
   text-transform:  uppercase;
   text-decoration: underline
}
.videoContainer
{
   float: left;
   width: 355px;
}

.mitfahrtool {
   background-color:#ffffff; 
   width:400px; 
   margin:10px;
   border-spacing:15px;
}

.mitfahrtoolSelect{
   width:175px;
}

.mitfahrtoolText{
   text-align:right;
}

.logo4 {
   position: absolute;
   top: 100px;
   left: 520px;
}
.logo4 img {
   display: block;
}

.calendarDownload {
   text-align:center;
/*   margin-top:-10px*/
}
.issue{
   font-size:10px;
   height:11px;
   line-height:10px;
   background-color:#FF329B;
   color:#FFFFFF;
   position: absolute;
   width:100px;
   text-align:center;
   text-decoration:none;
    left: 11px;
    top: 10px;
    float:left;
}
.issue a:link, .issue a:visited {
    background-color: #FF329B;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    text-align: center;
    text-decoration: none !important;
    width: 100px;
    z-index: 2;
}
/*
 * Intro Page Styles
 */
 body#intro {
    background-image:none;
    background-color:#e61f86; 
    color:white; 
    font-family:times new roman; 
    font-size:14px; 
    letter-spacing:1px;
 }
 #intro img {
    display: block;
 }
 #links img {
    display:inline;
 }
 #links .dates {
    margin-left:245px;
 }
 #intro a {
   text-decoration: none;
}
