﻿
* {
  font-family: Helvetica;
}

body, html {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.redDiv {
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 25px;
  border-color: #A0000F;
  border-style: solid;
  min-height: 300px;
  /*-moz-min-width: 500px;
  -ms-min-width: 500px;
  -o-min-width: 500px;
  -webkit-min-width: 500px;
  min-width: 500px;*/
  overflow: hidden;
}

.yellowDiv {
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 20px;
  border-color: #F5C728;
  border-style: solid;
  overflow: hidden;
}

.whiteDiv {
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 4px;
  padding: 4px;
  border-width: 5px;
  border-color: #00652E;
  border-style: solid;
  overflow: hidden;
}

.contentDiv {
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
  padding: 3px;
  border-width: 1px;
  border-color: #A0000F;
  border-style: solid;
  background-image: url(../img/SG_Background_2.png);
  background-repeat: repeat;
  overflow: hidden;
}

.navDiv {
  height: 6em;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-width: 1px;
  border-bottom-color: #A0000F;
  border-bottom-style: solid;
  text-align: center;
  overflow-y: auto;
}

.bodyDiv {
  height: auto;
  width: auto;
  position: absolute;
  top: 6em;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  /*overflow: hidden;*/
  overflow-y: auto;
}

.left50percentDiv {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  padding: 0;
  /*overflow: hidden;*/
}

.right50percentDiv {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  padding: 0;
  /*overflow: hidden;*/
}

.logoNav {
  height: 5em;
  width: 5em;
}

.navTable {
  height: 100%;
  width: 100%;
  text-align: center;
}

.flexImage {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

table.impressum td {
  vertical-align: top;
}

.indented {
  margin-left: 40px;
}

.btn {
  background: #cb0014;
  background-image: -webkit-linear-gradient(top, #cb0014, #7b0015);
  background-image: -moz-linear-gradient(top, #cb0014, #7b0015);
  background-image: -ms-linear-gradient(top, #cb0014, #7b0015);
  background-image: -o-linear-gradient(top, #cb0014, #7b0015);
  background-image: linear-gradient(to bottom, #cb0014, #7b0015);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.btnSmall {
  background: #cb0014;
  background-image: -webkit-linear-gradient(top, #cb0014, #7b0015);
  background-image: -moz-linear-gradient(top, #cb0014, #7b0015);
  background-image: -ms-linear-gradient(top, #cb0014, #7b0015);
  background-image: -o-linear-gradient(top, #cb0014, #7b0015);
  background-image: linear-gradient(to bottom, #cb0014, #7b0015);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  background: #f30014;
  background-image: -webkit-linear-gradient(top, #f30014, #B70014);
  background-image: -moz-linear-gradient(top, #f30014, #B70014);
  background-image: -ms-linear-gradient(top, #f30014, #B70014);
  background-image: -o-linear-gradient(top, #f30014, #B70014);
  background-image: linear-gradient(to bottom, #f30014, #B70014);
  text-decoration: none;
  white-space: nowrap;
}