html, body {
  color: #000;
  background-color: #045c97;
  margin: 0;
  font-family: sans-serif;
}

#titel {
  height: 46px;
  background: url(/images/menub_bg.png) repeat-x; /*tab background image path*/
}

#titel h1 {
  position: absolute;
  top: 5px;
  left: 0.8em;
  margin: 0;
  text-align: left;
  letter-spacing: 0.1em;
  font-variant: small-caps;
  font-style: italic;
  font-size: 1.4em;

}

#nav {
  text-align: center;
}

.glossymenu{
    position: absolute;
    top: 0px;
    right: 16px;
    padding: 0 0 0 34px;
    margin: 0 auto 0 auto;
    background: url(/images/menub_bg.png) repeat-x; /*tab background image path*/
    height: 46px;
    list-style: none;
}

.glossymenu li{
    float:left;
}

.glossymenu li form {
    margin-top: 8px;
}

.glossymenu li a{
    float: left;
    display: block;
    color:#000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;	
}

.glossymenu li a span{
    float: left;
    display: block;
    padding: 0 16px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a {
    color: #fff;
    background: url(/images/menub_hover_left.png) no-repeat; /*left tab image path*/
    background-position: left;
}

.glossymenu li.current a span {
    color: #fff;
    background: url(/images/menub_hover_right.png) no-repeat right top; /*right tab image path*/
}

#cobblestone_nav, #relative_nav {
  margin-bottom: 1em;
  font-size: 0.8em;
  border-bottom: 1px solid #999;
}

#cobblestone_nav_right {
  float: right;
  margin-bottom: 1em;
  font-size: 0.8em;
  border-bottom: 1px solid #999;
}

#relative_nav {
  margin-top: 0;
  border-bottom: none;
  text-align: center;
}

#relative_nav a.back, #relative_nav a.back:active, #relative_nav a.back:visited {
  font-weight: bold;
  color: #000;
  background-color: inherit;
}
  
#relative_nav a.back:hover {
  color: #8b0000;
  background-color: inherit;
}

#footer {
  margin-top: 1em;
  padding-top: 1em;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #999;
}

#footer img {
  border: none;
}

#content {
  color: #000;
  background-color: #fff;
  border: 3px double #999;
  margin: 1em;
  padding: 0.5em;
}

#content h2 {
  text-align: center;
  color: #8b0000;
  margin-top: 0;
}

.block {
  text-align: justify;
  margin-bottom: 0;
}

.block:first-letter {
  font-size: 1.25em;
  font-weight: bold;
}

.branchen_orte {
  border-collapse: collapse;
}

.branchen_orte td {
  padding-right: 1em;
  line-height: 1.5em;
  vertical-align: bottom;
}

.branchen_orte td.num {
  text-align: right;
}

.branchen_orte td.spacer {
  width: 1em;
  border: none;
}

.branchen_orte img {
  border: none;
  padding-right: 0em;
}

a, a:hover, a:active, a:visited {
  color: #00008b;
  background-color: inherit;
  text-decoration: none;
}

a:hover {
  color: #8b0000;
  background-color: inherit;
  text-decoration: none;
}

a.ext {
  background: url(/images/external.png) center right no-repeat;
  padding-right: 13px;
}

.branchen_orte a, .branchen_orte a:hover, .branchen_orte a:active, .branchen_orte a:visited {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

.results li {
  background-color: #eee;
  margin-bottom: 1em;
  margin-right: 1em;
}

.results li span.branchen {
  font-size: 0.8em;
  padding-left: 2em;
}

#content h2.details {
  color: #000;
  background-color: inherit;
  text-align: left;
}

.details {
  width: 100%;
}

.details th {
  text-align: left;
}

.details td {
  padding-right: 1em;
  vertical-align: top;
}

.details td.left {
  width: 6em;
}

.details h3 {
  display: inline;
}

#coop_container {
  width: 380px;
  font-size: 0.9em;
  font-weight: bold;
  border: 3px double #999;
  text-align: center;
  color: #000;
  background-color: inherit;
  margin-top:1em;
  padding:10px;
}

#geo_container, #qrcode_container {
  width: 400px;
  font-size: 0.7em;
  border: 3px double #999;
  text-align: center;
  color: #444;
  background-color: inherit;
}

#qrcode_container {
  text-align: left;
  margin-top: 1em;
}

#qrcode_container table {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#qrcode_container table td {
  padding: 0;
  margin: 0;
}

#geo_canvas {
  width: 400px;
  height: 300px;
}

#geo_info {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.solid {
    border-collapse: collapse;
}

.solid tr, .solid td, .solid th {
    border: 1px solid #999;
    padding: 4px;
}

.cells {
    border-collapse: collapse;
}

.cells td, .cells th {
    background: #eeeeee;
    border:1px solid #000000;
    padding:5px 10px 5px 10px;
}

.small {
    font-size: 0.8em;
    color: #555;
}

dt {
    font-family: monospace;
    font-weight: bold;
}

dt em {
    font-style: normal;
    color: #f00;
    background-color: inherit;
}