body {
  margin: 0px;
  padding: 0px;
  background-image: url('../pics/index/background.png');
  background-repeat: repeat-x;
  background-color: #A1A4A6;
  font-family: Arial;
  font-size: 12px;
}

.hidden {
  display: none;
}

input.error {
  border: 1px solid red;
}

#default a {
  text-decoration: none;
  color: #67A138;
  font-weight: bold;
  border-bottom: 1px solid #67A138;
}

textarea {
  font-family: Arial;
  font-size: 12px;
}

#default {
  text-align: justify;
}

#root {
  position: relative;
  margin: 0px auto;
  width: 1000px;
}

#submenu {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  color: #132C5A;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 2px;
  color: #132C5A;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  margin-bottom: 5px;
  color: #132C5A;
}

.lineThrough {
  text-decoration: line-through;
}

div.right {
  text-align: right;
}

#header {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 100%;
  height: 240px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../pics/index/header.jpg');
  border-left: 1px solid #67A138;
  border-top: 1px solid #67A138;
  border-right: 1px solid #67A138;
}

#header > .logo {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 97px;
  width: 205px;
}

#header > .text {
  position: absolute;
  left: 20px;
  top: 135px;
  color: #142D5B;
  font-weight: bold;
  font-size: 28px;
}

#header > .gewerbeLink {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

#header > .gewerbeLink > a {
  text-decoration: none;
  color: #142D5B;
}

#menu {
  position: relative;
  float: left;
  width: 100%;
  height: 37px;
  background-image: url('../pics/elements/backgroundMenu.png');
}

#contentContainer {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FFFFFF;
}

#content {
  position: relative;
  float: left;
  width: 960px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.menu-main {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-top: 7px;
  margin-left: 20px;
  margin-right: 3px;
  list-style: none;
  font-size: 20px;
}

li.menu-main {
  float: left;
  margin-right: 35px;
}

li.menu-main a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

ul.menu-top {
  float: right;
  display: block;
  margin-right: 3px;
  list-style: none;
}

li.menu-top {
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
}

li.menu-top a {
  text-decoration: none;
  color: #132C5A;
  font-weight: bold;
}

#loginBox {
  position: absolute;
  right: 10px;
  top: 45px;
  width: 200px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #67A138;
  padding: 5px;
  display: none;
}

#loginBox .desc {
  position: relative;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 15px;
  font-size: 12px;
  color: #67A138;
  font-weight: bold;
}

#loginBox .input {
  position: relative;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-size: 12px;
  color: #67A138;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}

#loginBox .input > input {
  width: 100%;
  border: 1px solid #C0C0C0;
  height: 15px;
}

#loginBox .close {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  color: #67A138;
  cursor: pointer;
}

#buttonLogin {
  position: relative;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

#iframe {
  width: 100%;
}

#iframe > iframe {
  width: 100%;
  border: none;
  height: 3000px;
}