/*   - CSS by www.mini-moz.de -   */

body {
  background-color: #fff;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

a {
  background-color: inherit;
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  background-color: inherit;
  color: #080 !important;
  text-decoration: none;
}

acronym {
  cursor: help;
}

h1 {
  background-color: inherit;
  color: #666;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 0 9px;
}

h2, h2 label {
  color: #333;
  background-color: inherit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0 10px 10px;
  margin: 0;
}

h2 span {
  background-color: inherit;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}

h3, h4 {
  color: #333;
  background-color: inherit;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0 5px 15px;
  margin: 0;
}

h6 {
  color: #f00;
  background-color: inherit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
  margin: 0;
}

h6 span {
  background-color: inherit;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}

h6 span a {
  background-color: inherit;
  color: inherit;
}

label.hover, label.info {
  border-bottom: 1px dotted #000;
  cursor: help;
}

label.emph {
  background-color: inherit;
  color: #666;
  font-size: 105%;
  font-weight: bold;
  margin: 25px 0 5px 0;
  display: block;
}

label.bold {
  font-weight: bold;
}

ul, li {
  list-style: none;
  margin: 0;
}



/* -------[ basics ]------- */

#container {
  background-color: #fff;
  color: inherit;
  min-width: 750px;
  max-width: 1440px;
  margin: 0;
  padding: 0;
  position: absolute;
}

#logo {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #00f;
  min-width: 600px;
  max-width: 1000px;
  right: 12%;
  left: 12%;
  padding: 3px 40px 6px 0;
  margin: 0;
  position: fixed;
  z-index: 500;
}

#logo a {
  text-decoration: none;
}

#logo .left {
  float: left;
  display: none
}

#logo .right{
  float: right;
}

#logo img {
  height: 55px;
  padding: 5px 0 0 10px;
  margin: 0;
}

#logo span#titleh1 {
  background-color: inherit;
  color: #666;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}

#logo span#titleh1 span {
  background-color: inherit;
  color: #666;
  font-size: 13.9px;
  font-weight: 300;
  font-variant: small-caps;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  display: block;
}



/* -------[ page content ]------- */

#content {
  min-width: 400px;
  max-width: 1375px;
  width: 70%;
  top: 83px;
  right: 13%;
  left: 13%;
  margin: 0 0 131px 0;
  padding: 0 2% 0 2%;
  position: relative;
  z-index: 100;
}

article {
  letter-spacing: 0.5px;
  width: 74.8%;
  padding: 0 5px;
  left: 200px;
/*   right: 13%; */
  position: relative;
}

article .article span a, article .article td a {
  background-color: inherit;
  color: #333;
  font-weight: bold;
}

#footline {
  border-top: 1px dotted #faa;
  height: 21px;
  position: relative;
  clear: both;
  z-index: 0;
}

body#kontakt #footline {
  width: 100%;
  bottom: 0;
  position: fixed;
}

#footline span {
  background-color: inherit;
  color: #999;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  display: block;
}

#footline span:hover {
  background-color: inherit;
  color: #080;
  font-weight: bold;
}

.article:first-child {
  border-top: 0px dotted #fff;
  margin: 0 0 25px 0;
}

.article {
  border-top: 1px solid #ccc;
  margin: 100px 0 25px 0;
}

.article span, .article div {
  display: block;
  padding: 0 0 10px 15px;
}

.article img {
  text-align: center;
  position: relative;
}

.article img.vert {
  width: 50%;
  right: 25%;
  left: 25%;
}

.emphtxt {
  font-weight: bold !important;
}

span.emph {
  font-weight: 900;
}



/* TROEDELECKE SPECIALE */

ul.ovl {
  padding: 0 0 25px 50px;
}

ul.ovl li a {
  display: block;
}

ul.ovl li a:hover, ul.ovl li a:focus {
  border-radius: 2px 5px 5px 2px;
  background-color: #eee;
  color: inherit;
  text-decoration: none;
/*
  padding: 0 0 0 5px;
*/
}

span.rumg {
  padding: 0 0 25px 0;
  text-align: center;
}

span.rumg img {
  width: 31.7%;
  max-height: 150px;
  padding: 3px 2px;
}

span.rumg img.big {
  width: 100% !important;
  max-height: 460px;
  display: block;
}

div.article h3 label {
  background-color: inherit;
  color: #ff0000;
}

div.article table tr th {
  text-align: left;
  vertical-align: top;
}

div.article table tr td {
  vertical-align: top;
}

div.article table tr .col1 {
  width: 150px;
}

div.article table tr .col2 {
  width: 200px;
}

div.article table tr .col3 {
  width: 150px;
}

div.article table tr .col4 {
  width: 200px;
}


