/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.monumente-online.de
| fasc | 2009-08-12 - 2009-08-14
| 
| Inhaltsverzeichnis:
| - ==elements                Elemente
| - ==layout                  Layout
| - ==navigation_edition      Ausgabenavigation im Layer
| - ==navigation_main         Hauptnavigation
| - ==slot                    allg. Slot in der Servicespalte
| - ===articles               Spezialisierter Slot für die Artikel der Ausgabe
| - ===campaign               Spezialisierter Slot für ein Kampagnenbild
| - ===newsletter             Spezialisierter Slot für die Newsletteranmeldung
| - ===books                  Spezialisierter Slot für Bücher
| - ===map                    Spezialisierter Slot für Google Maps
| - ===links                  Spezialisierter Slot für eine Linkliste
| - ===teaser_edition         Spezialisierter Slot für ausgabenspezifische Teaser
| - ===register               Spezialisierter Slot für Ortsregister
| - ===pics                   Spezialisierter Slot für Bildertableau
| - ==slot-top                Top-Slot in der Servicespalte
| - ===editorial              Spezialisierter Top-Slot für das Editorial
| - ===navigation_news...     Spezialisierter Top-Slot für das eine Navigation
| - ===slot_dynamic           Dynamischer Slot aus dem CMS
| - ==titlebar                Titelliste
| - ==hr                      Horizontale Trennlinie
| - ==navigation_content      Navigation am Fuß des Content
| - ==navigation_service      Service-Navigation
| - ==illustration            Illustration im Kopf
| - ==presentation            Präsentations-Ebene
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */
  
a {
  text-decoration: none !important;
}
  
a:hover {
  text-decoration: underline !important;
}

body {
  background: url(../images/background.gif) repeat-x #ECECE3;
}

iframe {
  margin-top: -50px;
  margin-left: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */
  

  
#page {
  background: url(../images/page_background.gif) repeat-y;
  border-right: 1px solid #FFF; border-left: 1px solid #FFF; 
  margin: 0 0 40px 17px;
  position: relative;
  width: 894px;
}

#column-service {
  padding-bottom: 125px;
  width: 382px;
}

#page .dsd {
  background: url(../images/logo_dsd.gif) no-repeat center top;
  display: block;
  position: absolute; right: 137px; bottom: 100px;
  text-indent: -9999px;
  width: 109px; height: 91px;
}

#header {
  background-color: #00285E;
  height: 45px;
  padding: 6px 7px 0;
}

#header-print {
  display: none;
}

#logo {
  background: url(../images/logo_monumente.gif) no-repeat;
  display: block; float: left;
  text-indent: -9999px;
  width: 465px; height: 23px;
}

#current-edition {
  background: url(../images/current_edition_link.gif) no-repeat left center;
  color: #B1BDCE;
  display: block; float: right;
  font-size: .625em; font-weight: bold;
  margin-top: 2px; padding-left: 8px;
  text-decoration: none;
}

#content {
  background: #e5eaef;
  clear: both; float: left;
  padding: 0 0 40px 0;
  width: 511px;
}

#column-service {
  border-left: 1px solid white;
  float: left;
  position: relative; z-index: 0;
  width: 382px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation_edition */
  
#navigation-edition-wrapper {
  display: none;
  position: absolute; top: 48px; left: 0;
  width: 771px;
}
#navigation-edition-wrapper.visible {
  display: block;
}

#navigation-edition-top {
  background: url(../images/navigation_edition_background_top.png) no-repeat;
  font-size: .1em; line-height: 0;
  position: relative; top: 1px;
  width: 100%; height: 10px;
}

#navigation-edition-bottom {
  background: url(../images/navigation_edition_background_bottom.png) no-repeat;
  font-size: .1em; line-height: 0;
  width: 100%; height: 8px;
}

#navigation-edition {
  background: url(../images/navigation_edition_background_middle.png) repeat-y;
  padding-bottom: 10px;
  width: 100%; overflow: auto;
}

#navigation-edition-close {
  background: url(../images/navigation_edition_close.gif) no-repeat;
  color: #FFF;
  display: block;
  position: absolute; top: 10px; right: 18px;
  text-decoration: none; text-indent: -9999px;
  width: 7px; height: 7px;
}

#navigation-edition-title {
  margin: 0 20px 20px 20px;
}

#navigation-edition-title h5 {
  color: #FFF;
  font-family: Georgia, Serif; font-size: 1.25em; font-weight: normal;
}

#navigation-edition-title p {
  color: #FFF;
  font-size: .6875em;
  margin: 0; padding: 0 !important;
}

#navigation-edition .block {
  float: left;
  width: 251px;
}

#navigation-edition h6 {
  color: #FFF;
  font-family: Georgia, Serif; font-size: 1em; font-weight: normal;
  margin: 0 0 5px 10px;
}

#navigation-edition ul {
  background: url(../images/navigation_edition_dotted.gif) repeat-y top right #456992;
  min-height: 251px;
}

#navigation-edition li {
  padding: 10px 10px 0 18px;
}

#navigation-edition p {
  color: #BDCAD8;
  font-size: .6875em; line-height: 1.125em;
  margin-bottom: .125em; padding-left: 8px;
}

#navigation-edition p.link {
  padding-left: 0;
}

#navigation-edition p.subline {
  font-size: .625em;
}

#navigation-edition p a {
  background: url(../images/navigation_edition_link.gif) no-repeat 0 .25em;
  color: #FFF;
  display: inline-block;
  padding-left: 8px;
  position: relative;
  text-decoration: none;
}

#navigation-edition-articles {
  padding-left: 10px;
}

#navigation-edition-articles li {
  background: url(../images/navigation_edition_gradient.png) repeat-y;
  margin: 0 1px 2px 0; padding: 10px;
  overflow: hidden;
}

#navigation-edition-articles li.last {
  margin-bottom: 0;
}

#navigation-edition-articles li img {
  float: left;
  margin-right: 10px;
}

#navigation-edition-articles li p {
  margin-left: 71px;
}

#navigation-edition-sided-lights .blocktitle,
#navigation-edition-rubrics .blocktitle {
  margin-left: 18px;
}

#navigation-edition-sided-lights ul {
  background-image: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation_main */

#navigation-main {
  background-color: #00285E;
  height: 49px;
  position: relative; z-index: 3;
}

#navigation-main img {
  float: left;
}

#navigation-main ul.direct {
  float: left;
  height: 49px;
}

#navigation-main ul.direct li {
  background: url(../images/navigation_main_dotted.gif) repeat-y left center;
  float: left;
  font-size: 0.6875em; line-height: 1.125em;
  padding: 10px 0 0 7px;
  width: 120px; height: 41px;
}

#navigation-main ul.direct li.first {
  background: none; 
}

#navigation-main ul.direct li a {
  color: #FFF;
  text-decoration: none;
}

#navigation-main ul.direct li a:hover {
  color: #B1BDCE;
  text-decoration: none !important;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot */

.slot {
  background: url(../images/service_dotted.gif) no-repeat;
  clear: both;
  margin: 10px 17px 10px 10px;
}

.slot h6 {
  background: url(../images/service_dotted.gif) no-repeat bottom left;
  color: #6282A1;
  font-size: .625em; font-weight: bold;
  padding: 0 20px;
  position: relative;
}

.slot .content {
  margin: 10px 1px 30px 10px;
}

.slot .content li {
  margin-bottom: 1px;
}

.slot .content li img {
  float: right;
  margin-left: 10px;
}

.slot .content p {
  color: #00285E;
  font-size: .625em; line-height: 1.25em;
  padding-left: 10px;
}

.slot .content p.intro {
  margin-bottom: 10px;
}

.slot .content p.link a,
.slot .content p.more a {
  background: url(../images/service_link.gif) no-repeat 0 .2em;
  color: #00285E;
  display: block;
  font-weight: bold;
  padding-left: 8px;
  text-decoration: none;
  height: 1%;
}

.slot .content p.more a {
  background: none;
  text-decoration: underline;
  padding-left: 0;
}

.slot .content p strong a {
  color: #00285E;
  text-decoration: none;
}

.slot .image-left {
  margin: 0 10px 8px 10px;
}

.slot .slotImgWrapper {
  width: 334px;
  text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ===slot_dynamic */
  
.slot-dynamic p {
  margin: 8px 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===articles */

.articles .text {
  padding: 10px;
}

.articles .content li {
  background: url(../images/service_gradient.png) repeat-y;
}

.articles .content p {
  padding-left: 9px !important;
}

.articles .content p.link {
  padding-left: 1px !important;
}

.slot .sideLights p {
  padding-left: 19px !important;
}


.slot .sideLights p.link {
  padding-left: 11px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===campaign */
  
.campaign img {
  margin-left: 10px;                                   
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===newsletter */
  
.newsletter .content {
  background: url(../images/service_icon_newsletter.png) no-repeat top right;
}

.newsletter-grey .content {
  background: url(../images/service_icon_grey_newsletter.gif) no-repeat top right;
}

.newsletter .content p {
  width: 265px;
}

.newsletter .content p.link {
  margin-top: 5px;
}

.newsletter .input {
  margin: 10px 0 0 8px;
  position: relative;
}

.newsletter input.text {
  width: 200px;
}

.newsletter input.submit {
  background: none;
  background: url(../images/submit.gif) no-repeat left center;
  border: none;
  color: #00285E;
  font-size: .625em; font-weight: bold;
  margin: 5px 0 0 8px; padding: 0 0 0 14px;
  text-align: left;
}

.newsletter label {
  color: #00285E;
  display: block;
  font-size: .625em;
  padding: 3px 0 0 0;
}

.newsletter label.overlabel-apply {
  display: inline;
  margin-top: 0; padding-left: 10px;
  position: absolute; left: 3px;
  z-index: 666;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===books */
  
.books .content li {
  margin-bottom: 10px;
}

.books .content p a {
  color: #00285E;
  font-weight: bold;
  text-decoration: none;
}

.books .content p.link a {
  background: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===map */

#gmap .tooltip {
  background: #FFC;
  border: 1px solid #000;
  font-size: .6875em; line-height: 1.25em;
  position: absolute;
}
  
.map {
  display: none;
}

.map .content p.link {
  padding-left: 8px;
}

.map .gmap {
  border: 1px solid #98AAC0;
  margin: 0 0 10px 8px;
  width: 332px; height: 198px;
}

.gmnoprint {
  font-size: .75em;
}

.gmnoprint a {
  color: #00285E;
}

#gmap-large {
  border: 1px solid #98AAC0;
  margin: 20px 20px 0 19px;
  width: 470px; height: 360px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===links */
  
.links .internal-link {
  padding-left: 10px;
}

.links .internal-link a {
  background: url(../images/service_link.gif) no-repeat left center;
  color: #00285E;
  font-size: .625em; font-weight: bold;
  padding-left: 8px;
  text-decoration: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===teaser_edition */

.teaser-edition .content {
  margin-bottom: 15px;
}

.teaser-edition .content p {
  padding-left: 0;
}

.teaser-edition .content p.link {
  margin-top: 5px;
}

.teaser-edition .content li {
  min-height: 61px;
}

.teaser-edition .content li.comment {
  background: url(../images/service_icon_grey_comment.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li.news {
  background: url(../images/service_icon_grey_news.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li.calendar {
  background: url(../images/service_icon_grey_calendar.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li.tv {
  background: url(../images/service_icon_grey_tv.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li.pics {
  background: url(../images/service_icon_grey_pics.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li.net {
  background: url(../images/service_icon_grey_net.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li.books {
  background: url(../images/service_icon_grey_books.gif) no-repeat top right;
  padding-right: 70px;
}

.teaser-edition .content li .text {
  padding: 0 0 10px 10px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===register */
  
.register #map {
  text-align: center;
}

.register img {
  background: url('../images/service_germany.png') no-repeat;
}

.register .baden-wuerttemberg img {
  background-position: 0 -284px;
}

.register .bayern img {
  background-position: -222px -284px;
}

.register .berlin img {
  background-position: -444px -284px;
}

.register .brandenburg img {
  background-position: -666px -284px;
}

.register .bremen img {
  background-position: 0 -568px;
}

.register .hamburg img {
  background-position: -222px -568px;
}

.register .hessen img {
  background-position: -444px -568px;
}

.register .mecklenburg-vorpommern img {
  background-position: -666px -568px;
}

.register .niedersachsen img {
  background-position: 0 -852px;
}

.register .nordrhein-westfalen img {
  background-position: -222px -852px;
}

.register .rheinland-pfalz img {
  background-position: -444px -852px;
}

.register .saarland img {
  background-position: -666px -852px;
}

.register .schleswig-holstein img {
  background-position: 0 -1136px;
}

.register .thueringen img {
  background-position: -222px -1136px;
}

.register .sachsen img {
  background-position: -444px -1136px;
}

.register .sachsen-anhalt img {
  background-position: -666px -1136px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot ===pics */
  
.pics .content p {
  margin-bottom: 5px; padding-left: 0;
}

.pics .content p.link {
  margin-top: 10px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot-top */
  
.slot-top h5 {
  background: #00285e;
  color: #FFF;
  font-size: .6875em;
  min-height: 20px;
  padding: 0 0 0 30px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot-top ===editorial*/
  
#editorial .content {
  background: #D5E0E9;
  padding: 15px 30px 30px 30px;
}

#editorial a {
  color: #00285E;
  font-weight: bold;
  text-decoration: none;
}

#editorial h6 {
  color: #00285E;
  font-size: .75em;
  margin-bottom: 5px;
}

#editorial p {
  color: #00285E;
  font-size: .6875em; line-height: 1.25em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==slot-top ===navigation_news_tipps_dates */
  
#navigation_news_tipps_dates {
  margin-bottom: 20px;
}

#navigation_news_tipps_dates .content {
  background: #C60;
  padding: 15px 30px 30px 30px;
}

#navigation_news_tipps_dates li {
  display: block; float: left;
  font-size: .6875em;
  width: 160px;
}

#navigation_news_tipps_dates a {
  background-position: left center; background-repeat: no-repeat;
  color: #300;
  padding-left: 22px;
  text-decoration: none;
}

#navigation_news_tipps_dates .books a {
  background-image: url(../images/service_icon_nav_books.gif);
}

#navigation_news_tipps_dates .net a {
  background-image: url(../images/service_icon_nav_net.gif);
}

#navigation_news_tipps_dates .tv a {
  background-image: url(../images/service_icon_nav_tv.gif);
}

#navigation_news_tipps_dates .calendar a {
  background-image: url(../images/service_icon_nav_calendar.gif);
}

#navigation_news_tipps_dates .news a {
  background-image: url(../images/service_icon_nav_news.gif);
}

#navigation_news_tipps_dates .comments a {
  background-image: url(../images/service_icon_nav_comments.gif);
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==titlebar */
  
#titlebar {
  background: #FFF !important;
  clear: both;
  font-size: 0.625em; font-weight: bold;
  overflow: auto;
  padding-right: 7px;
  position: relative; z-index: 3;
  width: 887px;
  z-index: 1;
}

#titlebar p.title {
  background: #FFF;
  border-left: 5px solid #900;
  color: #4A668D;
  float: left;
  padding-left: 7px;
}

#titlebar ul {
  float: right;
}

#titlebar ul li {
  float: left;
  margin-left: 15px;
}

#titlebar a {
  background: url(../images/titlebar_link.gif) no-repeat left center;
  color: #4A668D;
  padding-left: 8px;
  text-decoration: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==hr */
  
.hr {
  background: url(../images/hr.gif);
  clear: both;
  margin: 4px 0;
  height: 1px; overflow: hidden; 
}

.hr hr {
  visibility: hidden;
}

#content .hr {
  margin: 0 20px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation_content */
  
#navigation-content {
  clear :both;
  padding: 0 20px 20px 20px;
}

#navigation-content li {
  float: left;
}

#navigation-content li a {
  background-repeat: no-repeat;
  color: #2E5881;
  font-size: .625em;
  margin-right: 10px; padding: 0 0 2px 20px;
  text-decoration: none;
}

#navigation-content li.print a {
  background-image: url(../images/navigation_content_print.gif);
}

#navigation-content li.recommend a {
  background-image: url(../images/navigation_content_recommend.gif);
}

#navigation-content li.top a {
  background: url(../images/navigation_content_top.gif) no-repeat right center;
  padding: 0 15px 2px 15px;
}

#navigation-content li.comment a {
  background-image: url(../images/navigation_content_comment.gif); 
  background-position: 0 .1875em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation_service */
  
#navigation-service {
  background: #036;
  clear: both;
  font-size: .625em; line-height: 1.125em;
  padding: 8px 20px;
  width: 854px; 
}

#navigation-service li {
  background: url(../images/navigation_service_divider.gif) no-repeat right center;
  color: #BFD0DD;
  float: left;
  margin-right: 5px; padding-right: 5px;
}

#navigation-service li.last {
  background: none;
}

#navigation-service li a {
  color: #BFD0DD;
  text-decoration: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==illustration */
  
#illustration {
  background: #993;
  border: none !important;
  clear: both;
  font-size: .1em; line-height: 0;
  margin: 0 !important; padding: 0 !important;
  position: relative;
}

#illustration img.headIllu {
  position: absolute;
  right:0;
  bottom:0;
}

#illustration div {
  color: #CC9;
  font-family: Georgia, Serif; font-size: 13.75em; font-weight: bold; line-height: 1.25em;
  position: absolute; bottom: 2px; left: 520px;
}

.ptype-content-highlight #illustration {
  background: #C60;
}

.ptype-content-highlight #illustration div {
  color: #E6B380;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==presentation */
  
#presentation-bg {
  background: #EFEFEF; color: #303030;
  border: 1px solid #DDD;
  filter: alpha(opacity=80); -moz-opacity: .8; opacity: .8; -khtml-opacity: .8;
  position: absolute; top: 5px; right: 5px;
  width: 220px; height: 75px;
  z-index: 999;
}

#presentation {
  font-size: .75em;
  position: absolute; top: 5px; right: 5px;
  width: 220px; height: 40px;
  z-index: 1000;
}

#presentation h2 {
  color: #303030;
  font-size: 1em;
  margin: 5px 0 !important; padding: 0 !important;
}

#presentation a {
  color: #303030;
  font-size: 1em;
}

#presentation a.prev {
  background: url(../images/icon_prev.gif) no-repeat left center;
  padding-left: 12px;
}

#presentation a.next {
  background: url(../images/icon_next.gif) no-repeat right center;
  padding-right: 12px;
}
/*
.indexOverlay {
  height:94px;
  margin-top:-97px;
  position:absolute;
  width:94px;
  background: url(../content/indexOver.png) no-repeat right center;
}
*/





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==picindex */
  
.pic-index {
  margin: 16px 10px;
}
  
.pic-index .carousel-wrapper {
  position: relative;
}

.pic-index .carousel {
  margin: 10px 0; padding-left: 8px;
}

.pic-index .carousel-over {
  background: url(../images/picindex.png) no-repeat;
  display: block;
  position: absolute; top: 0; left: 8px;
  width: 334px; height: 85px;
}

.pic-index .scrollable {
  float: left;
	position: relative;
  width: 334px; height: 94px; overflow: hidden; overflow-x: scroll;
}

.pic-index .scrollable ul {	
  clear: both;
  margin-left: 1px;
  position: absolute;
}

.pic-index .scrollable ul li {
	float: left;
  margin-right: 1px;;
	width: 66px;
}

.pic-index .scrollable ul li img {
  margin-left: 0;
}

.pic-index .scrollable ul li img.reflection {
  border-top: 1px solid #FFF;
}

.pic-index .content p {
  margin: 5px 0;
}

.pic-index .content p.link {
  padding-left: 8px !important;
}