.logo{
  position: absolute;
  width: 400px;
  height: 150px;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  background-repeat: no-repeat;

}

.subNavigation{
  position: absolute;
  left: 450px;
  width: 550px;
  height: 150px;
  border-style: solid;
  border-width: 0px;
  border-color: black;
}

.wrapper{
  position: absolute;
  top: 160px;
  width: 995px;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  min-height: 450px;
  height: auto !important;
  height: 450px;
}

.mainNavigation{
  left: 50px;
  width: 250px;
/*  height: 205px;*/
  margin-top: 20px;
  padding-left: 10px;
}

.content{
  position: absolute;
  top: 0px;
  left: 270px;
  width: 710px;
  margin-top: 20px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

.info{
  top: -30px;
  width: 250px;
  padding-left: 10px;
  background-color: #ffffff;
}

.infoAnonymus{
  margin-top: 20px;
  width: 250px;
  padding-left: 10px;
  background-color: #ffffff;
}

.infoTime{
   padding-left: 10px;
   height: 90px;
}

.formContainer{
   width: 690px;
   margin-left: 10px;
   margin-right: 10px;
   min-height: 400px;
   height: auto !important;
   height: 400px;
}

.formContainerStart{
   width: 690px;
   margin-left: 10px;
   margin-right: 10px;
}

.formContainerStartWrapper{
   width: 710px;
   min-height: 370px;
   height: auto !important;
   height: 370px;
   background: url(../pics/form_background.png) repeat;
}

.formContainerWrapper{
   width: 710px;
   min-height: 470px;
   height: auto !important;
   height: 470px;
   background: url(../pics/form_background.png) repeat;
}

.formContainerRegisterPopup{
   width: 690px;
   margin-left: 10px;
   margin-right: 10px;
   min-height: 400px;
   height: auto !important;
   height: 400px;
}

.formContainerWrapperRegisterPopup{
   width: 710px;
   min-height: 470px;
   height: auto !important;
   height: 470px;
   background: url(../pics/form_background.png) repeat;
}

.preformatted {
    white-space: pre-wrap;
}