/* CSS Document */

/* Startseiten Regionen, größere Orte und zentrale Dienste */

div#main-column div.bigteaser {
    margin: 0 0 3em 0;
    border-bottom: 5px #ddd solid;
    clear: both;
}

div#main-column div.bigteaser img,
div#main-column div.smallteaser img{
  margin: 0 0 1em 0;
  border-top: 1px white solid;
}

div#main-column div.bigteaser h2,
div#main-column div.smallteaser h2 {
  margin: 0;
  font-weight: bold;
}

div#main-column div.bigteaser h2 a,
div#main-column div.smallteaser h2 a {
  color: #794C24;
}

div#main-column div.bigteaser p,
div#main-column div.smallteaser p {
  font-size: 0.9em;
}



div#main-column div.smallteaser {
  float: left;
  width: 47%;  
  overflow: hidden;
  margin: 0 0 3em 0;
  border-bottom: 3px #ddd solid;
  background: -moz-linear-gradient(top, #F7F7F7, #fff);
}

div#main-column div.smallteaser-links {
  margin-right: 6%;  
}

div#main-column div.smallteaser p.rubrik,
div#main-column div.bigteaser p.rubrik { 
  margin: 0;
  padding: 3px 3px 3px 0;
  font-size: 0.8em;
  color: #794C24;
  text-transform: uppercase;
}

div#main-column div.smallteaser h2 {
  font-size: 1.2em;
}


aside div#orte-searchbox {
  width: 100%;
  height: 4em;
  padding: 0.5em;
  background: url(../images/orte-serachbox_bg.png) top left repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

aside div#orte-searchbox input.suchfeld {
  width: 55%;
}

aside div#orte-searchbox input {
  width: 35%;
}

aside div#orte-searchbox h3 {
  margin: 0;
  border: none;
  color: white;  
  text-transform: none;
}

div#bibliothek ul {
  margin-left: 1em !important;
}

div#bibliothek {
  position: relative;
  border-bottom: 3px #ddd solid;  
  font-family: "Droid Serif", Georgia, Times, serif;
}

div#bibliothek h3 {
  /*
  margin: 3em 0 0 0;  
  */
  text-transform: uppercase;
}

div#bibliothek ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

div#bibliothek ul li {
  margin-bottom: 1em;  
}

div#bibliothek ul li a {
  color: #794C24;  
}

div#bibliothek ul li span {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;  
}

/* ############################ MONUMENTS ############### */

div#map_canvas_overview {
  width: 350px;
  height: 350px;
}

div#map_canvas_overview .map_infowindow {
  font-size: 1.2em;
}

div#map_canvas_overview .map_infowindow_image {
  float: left; 
  padding: 0 5px 0 0;
}

div.monuments_list {
  margin: 2em 0 0 0;
}

div.monuments_list_item {
  padding: 1.5em 0 1.5em 0;
  border-bottom: 1px silver solid;
  overflow: hidden;
}

div#main-column div.monuments_list_item h2 {
  margin: 0;
  padding-top: 0;
}

div.monuments_list_item img {
  float: left;
  margin: 0 1em 0 0;
}

a div.monuments_list_item h2,
a div.monuments_list_item p {
  color: black;
  text-decoration: none;
}

a:hover div.monuments_list_item {
  background-color: #f6f6f6;
  text-decoration: none;
}

div#map_canvas {
  height: 200px;
  width: 358px;
}

body#regionet-7826 div#content-03 {
  counter-reset: headings 0;
}

body#regionet-7826 div#content-03 h3:before {
  counter-increment: 1;
  content: counter(headings, decimal);
}


/* ############################ ASPECTS ############### */



div.aspects_list {
  margin: 2em 0 0 0;
}

div.aspects_list_item {
  padding: 1.5em 0 1.5em 0;
  border-bottom: 1px silver solid;
  overflow: hidden;
}

div#main-column div.aspects_list_item h2 {
  margin: 0;
  padding-top: 0;
}

div.aspects_list_item img {
  float: left;
  margin: 0 1em 0 0;
}

a div.aspects_list_item h2,
a div.aspects_list_item p {
  color: black;
  text-decoration: none;
}

a:hover div.aspects_list_item {
  background-color: #f6f6f6;
  text-decoration: none;
}


/* ################ GLOSSARY - TOOLTIPS ################# */

.tx-glossary {
   text-decoration: none !important;
}

abbr, acronym, dfn {
  color: #000;
  font-style:normal;
  border-bottom: 1px dotted #000;
  text-decoration: none;
  cursor: help;
}

abbr:hover, acronym:hover, dfn:hover {
  color: #f09101;
  position: relative;
  border-color:#f09101;
}

abbr[title]:after, acronym[title]:after, dfn[title]:after {
  content:  attr(title);
  position: absolute;
  top: 100%;
  z-index: 20;
  width: 180px;
  background-color: #f09101;
  color: white;
  text-align: center;
  padding: 0px 0px;
  border-radius: 5px;
  opacity:0;
  transition-property:  opacity,height;
  -webkit-transition:0.25s linear opacity, 0.25s ease padding;

}

abbr[title]:hover:after, acronym[title]:hover:after, dfn[title]:hover:after{

    left: 0px;
    opacity:1;
    padding: 10px 10px;

}