@CHARSET "UTF-8";

body {
  background-color: white;
  color: black;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12pt;
}

a:link {
  color: #108679;
  text-decoration: none;
}

a:visited {
  color: #108679;
  text-decoration: none;
}

a:focus {
  color: #108679;
  text-decoration: underline;
}

a:hover {
  color: #108679;
  text-decoration: underline;
}

a:active {
  color: black;
  text-decoration: underline;
}

a:link.menu {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: none;
}

a:visited.menu {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: none;
}

a:focus.menu {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: underline;
}

a:hover.menu {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: underline;
}

a:active.menu {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;
}

span.bcomp {
  font-family: Arial, Helvetica, sans-serif;
}

table.customers
{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #108679;
}

table.customers td.image-customer
{
  padding:15px;
  width:220px;
  vertical-align:top;
  text-align:center;
}

table.customers td.text-customer
{
  padding:15px;
  vertical-align:top;
  text-align:left;
}

div.agb {
  text-align: center;
}

ol.agb {
  text-align: left;
}

div#top_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 50px;
  z-index: 3;
  vertical-align: middle;
  background-color: #108679;
}

div#top_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  text-align: right;
  z-index: 2;
  background-color: white;
}

div#left_top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50%;
  z-index: 1;
  background-color: #108679;
}

div#right_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50%;
  z-index: 1;
  background-color: #108679;
}

div#bottom_right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 50px;
  z-index: 3;
  background-color: #108679;
}

div#bottom_left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  height: 50px;
  z-index: 2;
  background-color: white;
}

div#content {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  padding: 15px;
  text-align: left;
  z-index: 0;
  background-color: #f0f0f0;
  overflow: auto;
}

table.top_menu {
  position: absolute;
  top: 10px;
  left: 10px;
  border-width: 0px;
  border-spacing: 0px;
  background-color: #108679;
}

table.top_menu td {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

table.bottom_menu {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  border-width: 0px;
  border-spacing: 0px;
  background-color: #108679;
}

table.bottom_menu td {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

td.selected {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #30a699;
}

td.sub_selected {
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #30a699;
}

div.sub_selected {
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-width: 0px;
  border-style: solid;
  border-color: black;
  background-color: #30a699;
}

table.sub_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-spacing: 0px;
  background-color: #30a699;
  font-size: 75%;
}

table.sub_menu_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-spacing: 0px;
  background-color: #30a699;
  font-size: 75%;
}

td.address_left {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

div.news {
  border-top-width: 2pt;
  border-left-width: 2pt;
  border-right-width: 5pt;
  border-bottom-width: 5pt;
  border-style: outset;
  border-color: #108679;
  background-color: #108679;
  padding: 5pt	
}

hr {
  color: #108679;
  background-color: #108679;
  border-color: #108679;
}

table.way th {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  padding-left: 5pt;	
  padding-right: 5pt;	
}

table.way td {
  vertical-align: top;
  padding-left: 5pt;	
  padding-right: 5pt;	
}

table.news {
  padding: 0px;
  border-spacing: 0px;  
}

div.news_type {
  font-family: Arial, Helvetica, sans-serif;
}

div.news_oneliner {
  font-weight: bold;
}

div.news_text {
}
  
div.news_signature {
  text-align: right;
}

div.news_pdfdl {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

span.news_date {
  font-style: italic;
  text-decoration: underline;
}

h1.counter {
  counter-reset: h2_counter;
}

h2.counter {
  counter-reset: h3_counter;
  counter-increment: h2_counter;
}

h2.counter::before {
  content: counter(h2_counter) ". ";
}

h3.counter {
  counter-increment: h3_counter;
}

h3.counter::before {
  content: counter(h2_counter) "." counter(h3_counter) ". ";
}

div.counter {
  counter-reset: p_counter;
}

div.counter p {
  counter-increment: p_counter;
}

div.counter p::before {
  content: "(" counter(p_counter) ") ";
}

div.counter p.nocount {
  counter-increment: inital;
}

div.counter p.nocount::before {
  content: initial;
}

div.date {
  font-style: italic;
}

span.gdpr {
  font-style: italic;
}

span.hint {
  font-weight: bold;
  text-decoration: underline;
}


