/* design goes here */
body, body *{
  font-family: Arial,Helvetica,sans-serif;
  color:#2d2d2d;
  font-size:11px;
}

img{
  border:none;
}

h2,
h2 *{
  font-family: "Times New Roman", Times, serif;
  font-size:17px;
  font-weight:bold;
  line-height:18px;
}

h1 ,
h1 *{
  font-family: "Times New Roman", Times, serif;
  font-size:22px;
  line-height:30px;
  font-weight:normal;
  margin-bottom: 12px;
}

p{
  margin-bottom:1.15em;
}

a{
  color:#2D2D2D;
}
/** Classes for Icons and MyMuseum-Links **/

a.ical{
  background:url(../img/icons/icalendar.gif) no-repeat;
}
a.calendar{
  background:url(../img/icons/calreminder.gif) no-repeat;
}
a.hand{
  background:url(../img/icons/hand_blue.gif) no-repeat;
}
a.email{
  background:url(../img/icons/email_blue.gif) no-repeat;
}

/** Classes for Icons and MyMuseum-Links END **/

ul, ol{
  margin-left:15px;
}

hr{
  background:#bfc7cb;
  color:#bfc7cb;
  border:none;
  height:1px;
  line-height:0px;
  margin:10px 0;
  /margin:0 0 3px 0; // IE margin 7px less
}

.red {color: #ca0a0a}
.midgrey, .midgrey *{ color:#9f9f9f; }
.darkgrey, .darkgrey *{ color:#595959; }
.lightgrey, .lightgrey *{ color:#b2b2b2; }
.grey, .grey *{ color:#2d2d2d; }

.bglightgrey{ background-color:#f7f7f7; }
.bgmidgrey{ background-color:#9f9f9f; }
.bgbordergrey{ background-color:#E3E3E3; }

.not-displayed {
  display: none;
}

.floatLeft {
  float: left;
}

.inactive {
  cursor: text;
}
.opacity50 {
  opacity: 0.5;
}

.rightAlign {
  text-align: right;
}

.margintop7{ margin-top:7px; }
.margbtm0{ margin-bottom:0px; }
.margbtm15{ margin-bottom:15px; }
.margbtm30{ margin-bottom:30px; }
.negMargTop1{ margin-top:-1px; }

.padTop0 { padding-top:0 !important; }
.padTop7 { padding-top:7px !important; }
.padBtm7px{ padding-bottom:7px; }

.border{
  border:1px solid #E3E3E3;
}
.borderLR{
  border-left:1px solid #E3E3E3;
  border-right:1px solid #E3E3E3;
}
.borderTB{
  border-top:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3;
}

/*** FORM  ***/

label.standard {
  width: 70px;
  display: block;
  float: left;
}

label.checkboxlabel img{
  margin-right: 10px;
}

/*** HEADER ***/
#logoprint{
  display:none;
}

#mainNavi li{
  border:1px solid #e6e2d6;
  border-bottom-color:transparent;
}

#mainNavi li a{
  text-decoration:none;
  color:#000;
  font-weight:bold;
}
#mainNavi li a:hover{
  color:#7f7f7f;
}
#mainNavi li a.active{
  color:#ca0a0a;
}
#mainNavi li ul{
  display:none;
  position:absolute;
  z-index:1;
  top:21px;
  left:-1px;
  width:211px;
  background:white;
  border:1px solid #e3e3e3;
  margin:0;
  padding-top:10px;
  padding-bottom:30px;
}
#mainNavi li ul li{
  display:block;
  width:211px;
  border:none;
}
#mainNavi li ul li a{
  width:211px;
  font-weight:normal;
}
#mainNavi li.over,
#mainNavi li.active-over{
  border:1px solid #e3e3e3;
  border-bottom-color:transparent;
}
#mainNavi li.over ul,
#mainNavi li.active-over ul{
  display:block;
}
#mainNavi li.over a,
#mainNavi li.active-over a{
  background:white;
}
#mainNavi li.over ul a,
#mainNavi li.active-over ul a{
   background:none;
}


#languageChooser li a{
  text-decoration:none;
  color:#a7a7a7;
  font-weight:bold;
}
#languageChooser li a:hover{
}
#languageChooser li a.active{
  color:#ca0a0a;
}

#topSearchForm{
  border:1px solid #b2b2b2;
  width:225px;
}
#topSearchForm input{
  position:relative;
  display:block;
  float:left;
  width:184px;
  background:#e6e2d6;
  /*border:1px solid #b2b2b2;*/
  border:none;
  border-right:none;
  padding:5px 0px 5px 10px;
}
#topSearchForm img.btn{
  position:relative;
  display:block;
 /* background:#f6f6f6;*/
  border-left:none;
  padding:5px 5px 4px 1px;
  cursor:pointer;
}
/*** HEADER END ***/

/*** CONTENT ***/
#content #footer{
  border-bottom:1px solid #e3e3e3;
}

#footer #footerlinks li a{
  text-decoration:none;
  color:#2d2d2d;
  font-weight:bold;
}
.copy a{
  color:#2d2d2d;
}
/*** CONTENT END ***/

/** Subnavi **/
#subnavi{
  list-style:none;
  border:2px solid #ca0a0a;
  border-left:none; border-right:none;
  margin:0;
  margin-bottom:35px;
  z-index:1;
}
* html #subnavi{ position: relative; }
* html #subnavi ul { position: relative; }

#subnavi a{
  display:block;
  padding:8px 9px 8px 9px;
  color:#2d2d2d;
  text-decoration:none;
}
#subnavi li.level0 a{
  background:#dad5c8;
  margin-bottom:1px;
}
#subnavi li.level0-active a{
  font-weight:bold;
  /*background:url(../img/subnavi_level0_active.gif) 198px 12px  no-repeat;*/
}
#subnavi li.level0-active-actactive a,
#subnavi li.level1-active-actactive a,
#subnavi li.level2-active-actactive a{
  color:#ca0a0a;
  font-weight:bold;
}
#subnavi li.level1 a,
#subnavi li.level1-active a,
#subnavi li.level1-active-actactive a{
  padding-left:20px;
}
#subnavi li.level1-active a{
  font-weight:bold;
}
#subnavi li.level2 a,
#subnavi li.level2-active-actactive a{
  padding-left:35px;
  border:1px solid #e3e3e3;
  margin-right:4px;
  margin-top:-1px;
}
#subnavi li.level2-active-actactive a{
  background:#fff;
  margin-left:-8px;
  padding-left:46px;
  border-left:none;
}

/** Subnavi END **/

/** Main **/
#content #main{
  margin-bottom:30px;
}

#content #main.whiteBg {
  background-color: #fff;
}
#content #main .mainContent{
  border:1px solid #e3e3e3;
  background:#fff;
  padding:10px;
  margin-bottom:30px;
  clear:both;
}
#content #main .redaktiontext{
  border:none;
  background:#fff;
  padding:10px;
  margin-top:-35px;
}
#content #main .components{
  padding:0;
}
.mainContent .leftCol{
  position:relative;
  float:left;
  width:242px;
}
.leftCol a{
  text-decoration: underline;
}
.mainContent .rightCol{
  position:relative;
  float:left;
  width:473px;
  margin-left:10px;
}

.switch .leftCol {
  width: 538px; /* was 538px */
}
.switch .rightCol {
  width: 140px;
  position:relative;
}

/** Main END **/

/** Topbar **/

#topbar{
  background:#dad5c8;
  padding:0 10px;
  position:relative;
  height:17px;
  border:1px solid #dad5c8;
  border-width:5px 0;
}
.mainContent #topbar{
  /*margin:-10px -10px 10px -10px;*/
  left:-10px; top:-10px;
  width:100%;
}

#topbar a,
.btmPaging a{
  text-decoration:none;
}

/** Topbar-Paging **/

#paging{
  position:absolute;
  right:10px;
  top:0px;
  background:#fff;
  line-height:17px;
}
#paging a img{
  vertical-align:top;
}
#paging .firstpage img,
#paging .prevpage img{
  border-right:1px solid #e3e3e3;
}
#paging .lastpage img,
#paging .nextpage img{
  border-left:1px solid #e3e3e3;
}
#paging #pages{
  border-left:18px solid #fff;
  border-right:16px solid #fff;
}
#paging #pages{
  vertical-align:-2px;
}
#paging #pages span,
#paging #pages a{
  padding:0 6px 0 4px;
  color:#b2b2b2;
}
#paging #pages .current{
  color:#2d2d2d;
}

/** Topbar Sortierung **/

#sorting{
  position:absolute;
  left:10px;
  top:0;
  line-height:17px;
}
#sorting #values{
  border:2px solid #fff;
  border-width:2px 8px 2px 11px;
  margin-left:5px;
  background:#fff;
}
#sorting #values a{
  padding:0 6px 0 4px;
  color:#b2b2b2;
}
#sorting #values .current{
  color:#000;
}

.btmPaging{
  height:17px;
  padding:0 10px;
  position:relative;
}
.btmPaging #paging,
.btmPaging #sorting #values{
  border:1px solid #e3e3e3;
}
/** Topbar Links **/

#topbar .leftlink{
  padding:0 25px 0 21px;
  background:#fff url(../img/top_prev.gif) no-repeat 0 -2px;
  border:1px solid #fff;
  border-width: 2px 0 2px 9px;
  line-height:17px;
  color:#2d2d2d;
}
#topbar .rightlink{
  padding:0 21px 0 25px;
  background:#fff url(../img/top_next.gif) no-repeat right -2px;
  border:1px solid #fff;
  border-width: 2px 9px 2px 0;
  position:absolute;
  right:10px;
  top:0;
  color:#2d2d2d;
}

/** Topbar Suche **/

#topbar #topbarSearchForm{
  padding:0 0 0 12px;
  background:url(../img/top_searchbox.gif) no-repeat;
  width:170px;
  height:17px;
  overflow:hidden;
}
#topbarSearchForm input{
  margin:0;
  padding:0;
  background:none;
  border:none;
  vertical-align:top;
}
#topbarSearchForm #topbarSearch{
  margin:2px 16px 1px 0;
  width:127px;
}

/** Calendar **/

#linkbox{
  position:relative;
  z-index:5;
  float:right;
  width:225px;
  border-left:1px solid #e3e3e3;
  margin:-10px 0 25px 50px;
  padding:14px 0 0 25px;
  list-style:none;
}

#linkbox li{
  padding-top:11px;
  height:17px;
}

#linkbox li a{
  display:block;
  padding-left:25px;
  height:17px;
  line-height:17px;
  color:#595959;
  text-decoration:none;
}
#linkbox li a.my{
  color:#3c9ab6;
}

.contentText {
  position:relative;
}

#icalhowto{
  color:#3290ae;
  float:right;
  width:215px;
  padding:30px 30px 0 0;
}
#icalhowto *{
  color:#3290ae;
}
div#icalhowto h3{
  font-family:"Times New Roman",Times,Serif;
  font-weight:normal;
  font-size:22px;
}

#icallist{
  padding:25px 0 0 0;
}
  #icallist h2{
    font-family:"Times New Roman",Times,Serif;
    font-weight:bold;
    font-size:17px;
    color:#2d2d2d;
  }
  #icallist ul{
    list-style:none;
    padding:0 0 50px 0;
    margin:0;
  }
  #icallist li{
    font-weight:bold;
    display:block;
    clear:left;
    margin-top:25px;
  }
    #icallist li div{
      float:left;
      width:60px;
      height:20px;
      border-right:1px solid #ccc;
      margin-right:10px;
    }
    #icallist li a img{
      border-right:13px solid #fff;
    }

#eventslist{
  padding:45px 0 40px 0;
  clear:both;
}

#listdaynav{
  float:right;
  width:320px;
  padding-right:20px;
  position:relative;
}
#listdaynav a{
  position:absolute;
  top:0;
  width:110px;
  height:19px;
  line-height:19px;
  text-decoration:none;
  color:#2d2d2d;
}
#listdaynav #calPrevDay{
  left:0;
  padding-left:40px;
  background:url(../img/rotary_prev.gif) no-repeat top left;
}
#listdaynav #calNextDay{
  right:20px;
  padding-right:40px;
  text-align:right;
  background:url(../img/rotary_next.gif) no-repeat top right;
}

#eventslist h2{
  font-size:17px;
  padding-bottom:25px;
/*  font-weight:bold;*/
}

.eventitemline{
  clear:both;
  height:1px;
  background:#e3e3e3;
  overflow:hidden;
  margin:0 20px 0 125px;
  border:5px solid #fff;
  border-width:5px 0;
}

.eventitem{
  background:url(../img/eventlisticon.gif) 43px 18px no-repeat;
  margin: 10px 0 5px 0;
  clear:both;
}
.exibitionitem.noimage{
  background:none;
  padding-left:0;
}

.exibitionline{
margin-left:0;
}

.eventitem img{
  float: left;
  width:110px;
  height:72px;
}
.eventitem img.eventscart{
  float:none;
  margin:0;
  width:16px;
  height:18px;
  display:inline;
  position:relative;
  margin:-8px 0 -4px 0;
  cursor:pointer;
}

.eventitem .eventtext {
  margin-left: 130px;
  width: 310px;
}

.noimage .eventtext {
  margin-left: 0;
  width: 440px;
}

.my-box .eventitem .eventtext {
  margin-left: 0;
  width: auto;
}

.eventitem h3{
  font-family:"Times New Roman",Times,Serif;
  font-size:22px;
  font-weight:normal;
  color:#595959;
  position: relative;
}
.eventitem a{
  font-weight:bold;
  color:#000;
  text-decoration:none;
}
.eventitem p{
  margin:0;
}
.eventitem span{
  color:#b2b2b2;
}
.eventitem span a{
  color:#b2b2b2;
  font-weight:normal;
}
.eventactions{
  float:right;
  width:245px;
  padding:0 15px 10px 10px;
}
.eventactions a{
  display:block;
  float:left;
  height:31px;
  line-height:17px;
  padding-left:20px;
  text-decoration:none;
  padding-bottom:2px;
  font-weight:normal;
}
.eventactions a.suggest{
  width:95px;
  margin-right:10px;
  color:#3c9ab6;
}
.eventactions a.reminder{
  width:95px;
  color:#3c9ab6;
}
.eventactions a.addcal{
  width:220px;
  color:#3c9ab6;
}

#maincal{
  position:relative;
  width:235px;
  overflow:hidden;
  left:0px;
  float:left;
  margin-top:20px;
}
#contentFooter #maincal{
  float:none;
  left:49px;
  margin-top:0pt;
  top:-49px;
}
#contentFooter #maincal p{
  border:none;
}
#maincal p{
  font-family:"Times New Roman",Serif;
  font-size:17px;
/*  font-weight:bold;*/
  text-align:center;
  display:block;
  height:27px;
  margin-bottom:8px;
  border-bottom:1px solid #b2b2b2;
}
#maincal #calPrev{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:34px;
  height:19px;
}
#maincal #calNext{
  position:absolute;
  display:block;
  right:0;
  top:0;
  width:34px;
  height:19px;
}
#maincal table{
  width:251px;
  border:none;
  position:relative;
  left:-8px;
  border-collapse:collapse;
}
#maincal th,
#maincal td{
  width:35px;
  height:16px;
  border-left:1px solid #b2b2b2;
  border-right:1px solid #b2b2b2;
}
#maincal th{
  height:19px;
}
#maincal td a{
  margin-left:8px;
  padding-left:1px;
  border:1px solid #fff;
  color:#595959;
  text-decoration:none;
  display:block;
  width:16px;
  line-height:12px;
  text-align:center;
}
#maincal td a.active{
  border:1px solid #f00;
}
#maincal td.othermonth a{
  color:#e3e3e3;
}

/** Calendar Filter **/

form#calfilter{
  display:block;
  float:right;
  position: relative;
  width:465px;
  padding:20px 0 0 25px;
}
#calfilter label{
  display:block;
  float:left;
  padding-right:18px;
  line-height:25px;
  padding-bottom:10px;
}
#calfilter span{
  padding-right:18px;
}
#calfilter select{
  vertical-align:top;
}
#calfilter #calfilterminday,
#calfilter #calfiltermaxday{
  width:43px;
}
#calfilter #calfilterminmonth,
#calfilter #calfiltermaxmonth{
  width:50px;
}
#calfilter #calfilterminyear,
#calfilter #calfiltermaxyear{
  width:60px;
}
#calfilter #calfilteraction{
  width:217px;
}
#calfilter #calfiltercontext{
  width:124px;
}
#calfilter input{
  width:92px;
  padding:1px 9px;
  clear:both;
  border:1px solid #f00;
  background:#fff;
  text-align:left;
  margin-top:15px;
}

/** Top Breadcrumb **/
#topbreadcrumb{
  list-style:none;
  margin:0;
  margin-bottom:15px;
  position: relative;
}
#topbreadcrumb li{
  display:inline;
}
#topbreadcrumb li,
#topbreadcrumb li a{
  font-family: "Times New Roman", Times, serif;
  font-size:22px;
  line-height:35px;
  color:#b2b2b2;
  text-decoration:none;
}
#topbreadcrumb li.active,
#topbreadcrumb li.active a{
  color:#2d2d2d;
}
/** Top Breadcrumb END **/

/** Imagelist **/
#imagelist p{
  zoom:1;
}
#imagelist .item{
  float:left;
  width:226px;
  margin:0 15px 10px 0;
  padding-bottom:20px;
  border-bottom:1px solid #E3E3E3;
}

#imagelist.gallery .item{
  width:112px;
  margin-right:7px;
  margin-bottom:7px;
}
* html #imagelist.gallery .item{ margin-right:5px; }

.item a{
  text-decoration: none;
}

.item .item-service {
  position: absolute;
  bottom: 0;
  left: 0;
}

.item .icon,
.serviceLinks .icon,
#imagelist .item .icon{
  border: none;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 7px;
  border: none;
}
.item .icon:hover,
#imagelist .item .icon:hover{
  border: none;
}

#imagelist .item h2{
  height:60px;
  min-height:60px;
  /*background:#E7E7E7;*/
  padding:3px 0 0 8px;
  width:215px;
}
#imagelist .item a img{
  border:2px solid white;
}
#imagelist .item a:hover img{
  border:2px solid #ca0a0a;
}
/** Imagelist END **/

/** Sammlung **/
#sammlungDetail #thumb{
  margin-bottom:5px;
}
#sammlungDetail .thumbzoom{
  margin-bottom:20px;
}
#sammlungDetail h2{
  margin-bottom:19px;
}
#sammlungDetail .infoCol{
  width:230px;
  position:relative;
  min-height: 200px;
}
.ie6 #sammlungDetail .infoCol{
  height: 200px;
}
#sammlungDetail .infoCol p{
  margin-bottom:2em;
}
#sammlungDetail .infoCol .proportionImg{
  position:absolute;
  right:5px; bottom:0;
}
#sammlungDetail .lexiconlink{
  vertical-align:-5px;
}
#sammlungDetail .thumbzoom a{
  color:#2d2d2d;
  text-decoration:none;
}
.description{
  margin-bottom:35px;
}
.additionalInfo{
  margin-bottom:11px;
  border:1px solid #e3e3e3;
  padding:8px;
}
.additionalInfo ul{
  list-style:none;
}
.additionalInfo ul li{
  padding-left:12px;
  background:url(../img/list_bullet_arrow.gif) 0 0.4em no-repeat;
}

.ie .additionalInfo ul li{
  position: relative;
}


.additionalInfo a{
  color:#2d2d2d;
  text-decoration:underline;
}
.serviceLinks{
  position:absolute;
  right:0; top:0;
  width:220px;
  padding:10px;
  border-left:1px solid #e3e3e3;
}
.serviceLinks a{
  text-decoration: none;
}
.switch .serviceLinks a{
  text-decoration: underline;
}

.switch .serviceLinks{
  padding-top:0;
}

/* bild wechsler klein */
#imgRotary{
  width:100%; height:99px;
  margin-bottom:15px;
  position:relative;
  overflow: hidden;
}

#imgRotary .imgRotary_content{
  position:absolute;
  width:50000px; height:79px;
  top:0; left:0;
}
#imgRotary .imgRotary_image{
  border:1px solid #b4b4b4;
  padding:2px;
  width:73px; height:73px;
  float:left;
  margin-right:2px;
  text-align:center;
}


#imgRotary #imgRotary_control{
  position:absolute;
  bottom:0; left:0;
  height:19px;
}
#imgRotary #imgRotary_control #imgRotary_control_pages{
  float:left;
  width:169px; height:14px;
  border:1px solid #e3e3e3;
  margin:0 1px;
  text-align: center;
  padding: 3px 0 0 0;
}

#imgRotary #imgRotary_control #imgRotary_control_pages a{
  color: #b2b2b2;
  font-size: 9px;
  cursor: pointer;
}

#imgRotary #imgRotary_control #imgRotary_control_pages a.selected{
  color: #2d2d2d;
}

#imgRotary #imgRotary_control #imgRotary_control_pages span{
  padding: 3px;
  font-size: 8px;
  color: #2d2d2d;
}

#imgRotary #imgRotary_control #imgRotary_control_prev,
#imgRotary #imgRotary_control #imgRotary_control_next{
  float:left;
  cursor: pointer;
}


/* bild wechsler klein END */

/** Sammlung END **/


/** History START **/

.history .leftCol{
  width: 550px;
  min-height: 368px;
}

.serviceHistory {
  width: 140px;
  height: auto;
}

.historyTopNavi {
  padding: 20px 0 0 108px;
  height: 40px;
}

.historyTopNavi img {
  margin: 0 10px 0 0;
  cursor: pointer;
}

.historyText {
  margin-top: 15px;
}

.historyTextLeft {
  width: 110px;
  float: left;
}

.historyTextRight {
  float: left;
  width: 415px;
}

.historyTextRight h2,
.historyTextRight h3,
.historyTextRight p {
  margin-bottom: 15px;
}

.historyContent {
  display: none;
}

#storyImg {
  width: 528px;
}

.historyDates a {
  text-decoration: none;
}
/** History END **/

/** AZ START **/
.azBar {
  margin: 0 0 50px 0;
}
*html .azBar {
  margin: 0 0 25px 0;
}

.azBar li{
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0 19px 0 0;
}

.az {
  position: relative;
}

.az .letter {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.az .letterNormal {
  font-weight: normal;
}

.az .az-line span {
  position: absolute;
  top:2px;
  right: 0;
  font-size: 10px;
}

.az .az-line {
  position: relative;
}

.az .resultRight,
.az .resultLeft{
  width: 330px;
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}

.az .onlyLeft span {
  right: 350px;
}

.azList .letter ,
.azList .letter a{
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.azList p {
  padding-top: 7px;
  border-top: 1px solid #e3e3e3;
}

.azList .paging a {
  color: #DAD5C8;
}


.azList span{
  padding-top: 9px;
}

.azDetail #imagelist .item {
  margin-right: 15px;
}

.azDetail #imagelist .item img{
  margin-bottom: 5px;
}

.azDetail .proPage{
  margin-top: 25px;
  margin-bottom: 0;
  padding: 2px 0 0 0;
}


/** AZ END **/


/* PAGING START */

.paging {
  clear: both;
}

.extra-margin {
  margin-bottom: 20px;
  margin-top: -13px;
}

.paging .pagingL ,
.paging .pagingR {
  width: 345px;
  float: left;
  position:relative;
}

.paging .pagingL p {
  float: left;
  margin-right: 5px;
  padding: 3px 0 0 0;
}

.paging .pagingR {
  text-align: right;
}

.paging .pagingR p {
  float: right;
}

.paging .pagingR p,
.paging .pagingL p{
  border:none;
}

.paging .proPage {
  background: url(../img/pro_page_bg.gif) no-repeat;
  width: 120px;
  height: 19px;
  text-align: center;
}

.paging .pages {
  background: url(../img/pag_bg.gif);
  padding: 0;
  height: 19px;
  text-align: center;
}

.paging .pages img {
  vertical-align: -6px;
  background-image: none
}

.paging  .pages a,
.paging  .pagingL a,
.paging  .proPage a,
.paging  .pages span,
.paging  .proPage span{
  padding:  0 5px;
  text-decoration: none;
}

/* PAGING END */

/** TABS START **/

#tabs-menu {
  margin:0;
  margin-top: 20px;
}

#tabs-menu li {
  display: inline;
  float: left;
  list-style-type: none;
  position:relative;

}

#tabs-menu a {
  display: block;
  padding: 8px;
  color: #2d2d2d;
  text-decoration: none;
  text-align: center;
  margin: 0 1px 0 0;
}

#tabs-menu a.tab-selected {
  background: #fff ;
}

.artisttabs{
  width:485px;
  float:left;
  position:relative;
}

.artisttagcloud{
  padding:10px 0 0 10px;
  float:left;
  width:225px;
  position:relative;
  border-left: 1px solid #e3e3e3;
}
.azDetail .artisttagcloud{
  border-left: 1px solid #e3e3e3;
}
.artisttagcloud h2{
  margin-bottom:10px;
}
#tabs .mainContent {
  padding-left: 3px !important;
}

#tabs .tab-content {
  margin-top: 10px;
  min-height:300px;
}

.highlight-mode #tabs-menu{
  margin-top: 0;
}
/** TABS END **/

/** FAQS START **/

#faqs{
  margin-top: 20px;
}

#faqs .faq-title{
  padding: 6px 0 7px 15px;
  cursor: pointer;
}

#faqs .faq-text {
  padding: 0 0 0 15px;
}

#faqs .faq-acc .faq-text .content{
  margin:  2px 10px 2px 30px;
}
#faqs .faq-acc h3{
  margin:  2px 10px 2px 15px;
}
#faqs .faq-acc h2{
  font-size: 15px;
  margin:  2px 10px 2px 10px;
}

/** FAQS END **/

/** MY STAEDEL START **/

/* Community Box */

.mystaedel {
  position: relative;
}

.no-user {
  min-height: 326px;
}

.mystaedel .leftBox *{
  color: #fff;
}

.mystaedel .leftBox{
  width: 244px;
  position: absolute;
  right: 221px;
  overflow: hidden;
  z-index: 2;
}

.mystaedel .leftBox p {
  margin: 3px 0 3px 0;
}

.mystaedel .leftBox select option {
  color: #2d2d2d;
  margin: 0 3px;
}

.blue-arrow {
  background:url(../img/list_bullet_arrow_blue.gif) no-repeat 0 5px;
  padding-left: 10px;
}

.mystaedel .white-arrow {
  background:url(../img/list_bullet_arrow_white.gif) no-repeat 0 5px;
  padding-left: 10px;
}

.mystaedel .help {
  margin-left: 40px;
  color: #2d2d2d;
  padding-left: 10px;
  background:url(../img/list_bullet_arrow.gif) no-repeat 0 5px;
}

.mystaedel #mystaedel-login ,
.mystaedel #mystaedel-help {
  background-color:#3c9ab6;
  height:10px;
  position: relative;
  top: 0;
  right: -244px;
  height: 320px;
  padding: 3px 12px;
  display: none;
}

.mystaedel #mystaedel-close {
  position: absolute;
  left: -258px;
  top: -12px;
  z-index: 3;
  display: none;
  cursor: pointer;
}

#payment_form .input,
.mystaedel .input{
  width: 193px;
  padding: 5px;
  color: #2d2d2d;
}
*html .mystaedel .input{
  height: 13px;
}

.submit,
.mystaedel .submit{
  width: 101px;
  height: 24px;
  border: 1px solid #fff;
  background-color:#3c9ab6;
  margin: 20px 0 0 105px;
}

.mystaedel .boxLeft .submit{
  color: #fff;
}

.mystaedel .bottom-link {
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.mystaedel .bottom-link a {
}

.mystaedel .user-menu a {
  text-decoration: none;
}

.mystaedel .user-menu img {
  margin-right: 7px;
  vertical-align: -2px;;
}


.mystaedel .user-menu p {
  padding-left: 22px;
  margin-bottom: 30px;
}
/** Register **/

.mystaedel #topbar {
  list-style: none;
  margin-left: 0;
}

.mystaedel #topbar a {
  color: #fff;
  padding:0 25px 0 21px;
  border-width: 2px 0 2px 9px;
  line-height:17px;
}

.mystaedel .register .header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mystaedel .register .header h2 {
  font-size: 46px;
  margin-left: 5px;
}

.mystaedel .register .header h2 ,
.mystaedel .register .header h1 {
  display: inline;
}

.mystaedel .extra-text {
  margin: 10px 0;
}

#payment_form select,
.mystaedel .date-2 ,
.mystaedel .register select,
.mystaedel .date-4 {
  color: #2d2d2d;
  height: 25px;
  padding: 4px 0 0 0;
  margin-right: 1px;
  margin-top: 10px;
}

.mystaedel .date-2 {
  width: 50px;
}

.mystaedel .date-4 {
  width: 80px;
}

.mystaedel .register form {
  margin: 20px 25px;
}

.mystaedel .register form br{
  clear: both;
}

.mystaedel .register form label{
  float: left;
  position: relative;
  width: 80px;
  padding: 3px 0 0 0;
  margin: 10px 0;
}

.mystaedel .login form label {
  width: 100px;
}

.mystaedel .register form .right-label{
  width: auto;
  float: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  margin: 0 5px;
}

.mystaedel .register form .middle-box .checkbox-img {
  margin: 0 2px 0 80px;
}

.mystaedel .login form .middle-box .checkbox-img {
  margin-left: 100px;
}

.mystaedel .register form .checkbox{
  width: 15px;
  height: 15px;
}

.mystaedel .register .input {
  margin: 10px 0;
  background: #fff;
}

.mystaedel .register .submit {
  margin: 0;
  width: auto;
  padding:0 10px;
}

.mystaedel .register select.input {
  width: 200px;
  margin: 10px 0;
}

.mystaedel .register option {
  margin: 2px 5px;
}

#payment_form input.big ,
.mystaedel .register .input.big {
  width: 290px;
}
#payment_form input.small ,
.mystaedel .register .input.small {
  width: 190px;
}

.mystaedel .register form textarea {
  background-color: #fff;
  width: 670px;
  height: 120px;
  padding: 4px;
}

.mystaedel .register form  .submit{
  background: #fff;
}

.mystaedel .register .right-col{
  width: 285px;
  float: left;
  position: relative;
}

.mystaedel .register .right-col-padding{
  padding-top: 37px;
}

.mystaedel .register .left-col{
  width: 390px;
  float: left;
  position: relative;
}

.mystaedel .register #personal-calenda .right-col{
  width: 320px;
  float: left;
}

.mystaedel .register #personal-calenda .left-col{
  width: 320px;
  float: left;
}

/* User Page*/

.mystaedel .my-name {
  border-bottom:1px solid #e3e3e3;
  padding:  0 20px;
  margin: 0 -10px 15px -10px ;
}

.mystaedel .my-container {
  width: 338px;
  margin: 0 12px 12px;
  float: left;
  position: relative;
}

.mystaedel .my-container h1{
  margin-bottom: 5px;
}

.mystaedel .my-box {
  padding: 10px 0 10px 10px ;
  height: 1%;
}

.mystaedel .empty-box {
  background: url(../img/icons/no-image.gif)  no-repeat 50% 50%;
  text-align: center;
  padding-top: 221px;
  min-height: 260px;
}

.mystaedel .item {
  width: 102px;
  min-height: 220px;
  float: left;
  margin-right: 5px;
  padding-bottom: 16px;
  position: relative;
}

.mystaedel .item table{
  border-collapse: collapse;
  margin-bottom: 7px;
}
.mystaedel .item table img{
  min-height: 116px;
}

.mystaedel .item .image-border {
  border:1px solid #e3e3e3;
  width: 102px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

.mystaedel .my-list {
  width: auto;
  margin: 0;
  float: none;
}
.mystaedel .my-list .my-box {
  padding:  13px 0 13px 5px;
}
.mystaedel .my-list .item {
  margin: 0 10px 0 7px;
  padding-bottom: 30px;
}
* html .mystaedel .my-list .item {
  margin: 0 8px 0 7px;
}

.mystaedel .my-box  #eventslist {
  padding: 0px;
}
.mystaedel .my-box  #eventslist.empty-box {
  min-height: 260px;
  padding-top: 211px;
}

.mystaedel .my-box  #eventslist h2{
  font-size: 20px;
}

.mystaedel .my-box  #eventslist h3{
  font-size: 15px;
  font-weight: bold;
}

.mystaedel .my-box  #eventslist strong{
  font-weight: normal;
}

.mystaedel .my-box  #eventslist span{
  color: #2d2d2d;
}

.mystaedel .my-box  #eventslist .eventitem {
  padding-left: 0;
  background:none;
}

.mystaedel .my-box  #eventslist .eventitem img {
  margin-right: 10px;
  margin-left: 0;
}

.mystaedel #my-comments .item ,
.mystaedel .comments-box .item {
  float: none;
  width: auto;
  min-height: 0;
  margin-bottom: 5px;
}

.mystaedel #my-comments .item table ,
.mystaedel .comments-box .item table {
  float: left;
  margin-right: 10px;
  width: 60px;
}

*html #mystaedelbox .element .comments-box .item{
  position: static;
}
*+html #mystaedelbox .element .comments-box .item{
  position: static;
}


/** MY STAEDEL END **/

.tool-tip {
  background: #fff;
  width: 200px;
  padding: 10px;
  color: #3290ae;
  border: 1px solid #3290ae;
}


/** Content Footer **/
#contentFooter{
  position:relative;
  clear:both;
  width:747px;
  margin-bottom:20px;
  border:1px solid #e3e3e3;
  background:#fff;

}
*html #contentFooter {
  width:745px;
}

#contentFooter ul{ list-style:none; }
#contentFooter .content{
  padding:21px 11px 11px 11px;
  min-height:94px;
}
* html #contentFooter .content{
  height:94px;
}
#contentFooter .content ul{
  float:left;
  margin:0;
  margin-right:21px;
  width:100px;
}
*html #contentFooter .content ul {
  width:95px;
}

#contentFooter .content a{
  color:#2d2d2d;
  text-decoration:none;
}
.socialBookmarks{
  width:80px;
  float:left;
}
.socialBookmarks img {
  margin: 2px;
  width: 16px;
  height: 16px;
}
/* breadcrumb bottom */
#btmBreadcrumb{
  border-bottom:1px solid #e3e3e3;
  padding:9px 11px;
}
#btmBreadcrumb *{
  color:#b2b2b2;
}
#btmBreadcrumb ul{
  width:458px;
  margin:0;
}
#btmBreadcrumb ul li{
  display:inline;
}
#btmBreadcrumb ul li a{
  text-decoration:none;
}
#btmBreadcrumb ul li a.active{
  color:#2d2d2d;
}
/* breadcrumb bottom end */

/** Content Footer END **/

/** austellung **/
#austellung #tabs,
#austellung #tabs .tab-content{
  width:460px;
}
#austellung .additionalInfo{
  width:440px;
}
#austellung #tabs{
  float:left;
}
#austellung .rightCol{
  float:right;
  width:250px;
  margin-top:20px;
}
#austellung #eventslist{
  padding-top:0;
}
#content #main  #austellung.mainContent{
  border-top:none;
  background-image:url(../img/banderole.gif);
  background-repeat:repeat-x;
  background-position:bottom left;
  padding-bottom:40px;
}
#topbreadcrumb.austellung li,
#topbreadcrumb.austellung li *{
  color:#595959;
}
#topbreadcrumb.austellung li.active{
  color:#b2b2b2;
}
.banderole{
  position:relative;
  bottom:-10px; left:-10px;
  width:745px; height:0px;
  border-top:14px solid #fff;
  border-bottom: 18px solid #E3E3E3;
}
/** austellung END **/

/** sitemap **/
#sitemap ul{
  margin:0; padding:0;
  list-style: none;
  float:left;
  width:350px;
  margin-right:10px;
}
#sitemap a{
  display:block;
  color:#2D2D2D;
  text-decoration:none;
}
#sitemap a:hover{
  text-decoration:underline;
}
#sitemap a.level0{
  font-size:1.4em;
  font-weight:bold;
}
#sitemap a.level1{
  margin-left:15px;
  font-size:1.3em;
}
#sitemap a.level2{
  margin-left:30px;
  font-size:1.2em;
}
#sitemap a.level3{
  margin-left:45px;
  font-size:1.0em;
}
/** sitemap END**/

/** search **/
.searchresult{
  clear:both;
  border-top:1px solid #e3e3e3;
  padding:15px 0;
  margin-right: 35px;
}
.searchresult img{
  float:left;
  margin: 0 10px 10px 0;
}
.searchresult a{
  color:#2d2d2d;
  font-weight:bold;
  text-decoration: none;
}
.searchresult p a{
  font-weight:normal;
}
.search .paging a{
  color:#dad5c8;
}
#searchTagcloud{
  text-align:center;
  font-size:10px;
  margin-right:35px;
  padding-bottom:20px;
}
#searchTagcloud a{
  color:#2d2d2d;
  text-decoration:none;
}
#searchTagcloud a:hover{
  text-decoration:underline;
}
#searchContent {
  margin-right:35px;
  padding-bottom:20px;
}
/** search END **/


/** Alert START **/

#alertBox {
  min-height:90px;
  width:366px;
  margin: 0;
}
#alertBox .top{
  width: 300px;
}
#alertBox .l{
  height: 104px;

}
#alertBox .r{
  height: 104px;
}
#alertBox .btm{
  width: 300px;
}
.alertContent{
  background:#FDFDFD none repeat scroll 0%;
  border:2px solid #3290AE;
  float:left;
  height:100px;
  width:293px;
  position: relative;
}
#alertBox p {
  background: url(../img/icons/alert.gif) #fff no-repeat 15px 50%;
  padding: 20px 15px 20px 40px;
  margin: 0;
}
*html #alertBox p {
  margin-bottom: 20px;
}
#alertBox button {
  position: absolute;
  bottom: 5px;
  right: 115px;
  border: 1px solid #3290ae;
  background: #ffffff;
  width: 70px;
  color:  #3290ae;
}

/** Alert END **/

fieldset{
  border:none;
}

/** contactform **/
#contactForm label{
  float:left;
  margin:12px 0px 10px 0;
  padding:3px 0pt 0pt;
  position:relative;
  width:80px;
}
#payment_form textarea ,
#contactForm input,
#contactForm select,
#contactForm textarea{
  border:1px solid #B2B2B2;
  padding:5px;
  margin:10px 0px;
  width:193px;
}
#contactForm select{
  padding:0;
  width:205px;
}
#contactForm textarea{
  height:10em;
  overflow:auto;
}
#contactForm input.btn{
  margin-left:80px;
  background:none;
  width:auto;
}
#contactForm br{
  clear:both;
}

/** contactform END **/

.partner a{
  /*text-decoration:none; from zava*/
}

/* press */
#presslist{

}
#presslist .presslistitem{
  border-top:1px solid #e3e3e3;
  border-bottom:1px solid #e3e3e3;
  padding:1px 0;
}
.ie6 #presslist .presslistitem,
.ie7 #presslist .presslistitem{
  height:1%;
}


#presslist .presslistitem .image{
  width:112px;
  float:left;
}
#presslist .presslistitem .content{
  padding:14px;
  float:left;
}
#presslist .presslistitem .content ul{
  margin-top:7px;
}

#presslist .pressimage .content{
  width:473px;
}
#presslist .pressimage .button{
  float:left;
  width:52px; height:40px;
  padding:14px 14px 14px 44px;
  margin:12px 0;
  border-left:1px solid #e3e3e3;
}
.shoppingcart{ background:url(../img/icons/warenkorb.gif) 13px 50% no-repeat; }
  .shoppingcart a{ color:#2d2d2d; }

.shoppingcart_ok{ background:url(../img/icons/warenkorb_ok.gif) 13px 50% no-repeat; }
  .shoppingcart_ok a{ color:#c0c0c0; }

.shoppingcartlist{
  border-top:1px solid #e3e3e3;
  border-bottom:1px solid #e3e3e3;
  padding:10px 0;
  margin-bottom:15px;
}
.shoppingcartlist table{
	border-style: none;
  border-collapse: collapse;
}
.shoppingcartlist td{
  vertical-align: middle;
}

.shoppingcartlist .inputImage {
  vertical-align: -4px;
  cursor: pointer;
}

.shoppingcartlist .cartitem .content{
  width:370px;
  float:left;
}
.shoppingcartlist .cartitem .size{
  width:60px;
  float:left;
}
.shoppingcartlist .cartitem .button{
  width:55px;
  float:left;
}

#sidebar .shoppingcartlist{
  border-width: 2px;
  border-top: 0;
  margin-bottom: 35px;
  padding-top: 0;
  background: #fff;
}

#sidebar .shoppingcartlist table{
  width: 216px;
}
#sidebar .shoppingcartlist .title a{
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
}

.cartTitle {
  display: block;
  background: #E3E3E3;
  padding:2px 0 6px 10px;
}

.bg_0 {
  background: #E3E3E3;
}

.shopSmallImage {
  vertical-align: middle;
}

/* press END */
/** Shoplist by Jan  **/
.shoplistContainer{
  padding: 10px 10px 30px;
  margin: 10px 10px;
  float: left;
  width: 139px;
  border: none;
  text-align: center;
  border: 1px solid #ffffff;
  min-height: 250px;
  position: relative;
  cursor: pointer;
}
*html .shoplistContainer {
  height: 250px;
}

.shoplistContainer .mainImage{
  border: 1px solid #bcbcbc;
  width: 135px;
}
.mainImageSmall{
  margin: 7px;
}
.mainImageSmall .shopSmallImage{
  border: 4px solid #fff;
}


.shoplistContainer .desc {
  margin-top: 5px;
}

.shoplistContainer .text02{
  font-size: 1 em;
  font-weight: bolder;
  color: #b3b3b3;
  font-family: verdana;
  margin-top: 5px;
}

.shoplistContainer .price{
  margin-top: 5px;
  position: absolute;
  bottom:0;
  left: 0;
  text-align: center;
  width: 139px;
}

.shoplistContainer span{
  font-size: 1.6em;
  color: #807f7f;
  font-family: verdana;
}

.salesPriceOld{
  text-decoration:line-through;
}
.salesPrice{
  color:#CA0A0A;
  font-weight:bold;
}

#addToShoppingcart .input,
#shoppingcartForm .input{
  width:2em;
  border:1px solid #B2B2B2;
  padding:2px;
  text-align:right;
}
#addToShoppingcart .btn{
  text-decoration:underline;
}


#shoppingcartForm table{
  width: 100%;
}
#shoppingcartForm td { padding:3px 0; }
#shoppingcartForm td.title{
  width:550px;
  vertical-align:top;
  padding:3px 2px;
}
#shoppingcartForm td.amount{
  width:35px;
}
#shoppingcartForm td.price *,
#shoppingcartForm td.price{
  width:90px;
  text-align:right;
  white-space: nowrap;
  padding: 0 2px 0 0 ;
}
#shoppingcartForm td.col2text{
  text-align:right;
  padding:5px 2px;
}
#shoppingcartForm input.btn{
  background:none;
  border:1px solid #B2B2B2;
  width:130px;
}

#shoppingcartForm .cart {
  border: 0px;
  background:url(../img/icons/to_shop.gif) no-repeat right ;
  padding: 5px 23px 0 0 ;
  cursor: pointer;
}

.questions {
  border: 0px;
  background:url(../img/icons/questions.gif) no-repeat right ;
  padding: 5px 23px 0 0 ;
  cursor: pointer;
}

.addcart {
  border: 0px;
  background:url(../img/icons/warenkorb.gif) no-repeat right ;
  padding: 5px 23px 0 0 ;
  cursor: pointer;
}
#shoppingcartForm input.refresh {
  border: 0px;
  background:url(../img/icons/refresh.gif) no-repeat right;
  padding: 5px 20px 0 0 ;
  width: auto;
  cursor: pointer;
  text-align: right;
}

.topBorder {
  border-top:1px solid #B2B2B2;
}

.dTopBorder {
  border-top:1px solid #B2B2B2;
}
/** Shoplist End **/

/* by Jan */
#payment_form .form_container{
  margin: 5px 0;
  padding: 5px 5px;
}

#payment_form .form_container label{
  float: left;
  width: 100px;
  margin-top: 5px;
}

.form_btn{
  background:transparent none repeat scroll 0%;
  margin-right: 10px;
  border: 1px solid #b2b2b2;
}

#payment_form .form_head{
  border: none;
  width: 400px;
  font-weight: bold;
}

#payment_form .form_bottom{
  border: none;
  margin-top: 15px;
  width: 400px;
}

#payment_form .form_item{
  margin-top: 5px;
}


#search  select,
#search  .input,
#payment_form  select,
#payment_form .input {
  border: 1px solid #B2B2B2;
}
#payment_form  select {
  margin-top:0;
}

#payment_form textarea {
  width: 298px;
  height: 100px;
}

#search  .input {
  padding: 1px;
  width: 210px;
}

.ie #search  select {
  vertical-align: -1px;
}

/* press END */


/** ECARD  **/

.ecardForm br {
  clear: both;
}

.ecardForm .submit {
  background: #fff;
  margin:20px 0pt 0pt 163px;
}



/** my gallerys  **/

.galleryList{
  margin-bottom: 5px;
  border-bottom:1px solid #EEE;
  padding:5px;
}
.galleryTitle{
  width:300px;
  vertical-align:top;
}
.galleryFnc{
  vertical-align:top;
}
.galleryFnc a{
  margin-left:8px;
}

/** newsletter **/

#subscribeform{
  margin-bottom:40px;
}
#subscribeform fieldset,
#unsubscribeform fieldset{
  border:1px solid #b2b2b2;
  padding:10px;
}

#subscribeform legend,
#unsubscribeform legend{
  background:#f1f1f1; color:#959595;
  border:1px solid #b2b2b2;
  padding:5px;
}

#subscribeform label,
#unsubscribeform label{
  margin:3px 0;
}

#subscribeform input,
#unsubscribeform input{
  border:1px solid #b2b2b2;
  margin:0 0 5px 0; padding:5px;
  height:auto; width:200px;
  vertical-align: middle;
}

#subscribeform .submit,
#unsubscribeform .submit{
  border:1px solid #b2b2b2;
  background:#f1f1f1;
  margin:0; padding:2px;
  height:auto; width:auto;
}

#subscribeform .error,
#unsubscribeform .error{
  margin-bottom:15px;
}
.subscribed{
  margin:20px 0;
}

#shrink {
  opacity:.20; filter: alpha(opacity=20); -moz-opacity: 0.20;
  opacity: 0.2;
  cursor: auto;
}
#grow {
  filter:alpha(opacity=100);
  opacity:1;
  cursor: pointer;
}

