@charset "utf-8";
html,body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: justify;
  line-height: 19px;
  color: #E2CEC5;
  background-color: #40102c;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.textPlain {}

a {
color: #E2CEC5;
}

b,.textBold {
  font-weight: bold;
}

i,.textItalic {
  font-style: italic;
}

u {
  text-decoration: underline;
  cursor: pointer;
}

input,textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 500px;
  background-color: #E2CEC5;
  color: #40102c;
  font-size: 11px;
  padding:3px;
}

.textHeadline_1 {
  font-size: 15px;
}

.textHeadline_2 {
  font-size: 14px;
  font-weight: bold;
}

.textSub_1 {
  font-size:9px;
  line-height: 12px;;
}

#zelleInhalt {
  background-image: url(img/hintergrund.jpg);
  background-repeat: no-repeat;
  vertical-align: top;
  width: 1024px;
  height: 100%;
}

#divNavigation {
  padding-top: 7px;
  padding-left: 102px;
  vertical-align: top;
}

.divInhalt {
  width: 800px;
  position: relative;
  top: 30px;
  left: 105px;
  display: none;
  visibility: auto;
}

#tabelleInhalt {
  height: 100%;
  width: 100%;
}

.zelleRand {
  background-image: url(img/kopfbalken.gif);
  background-repeat: repeat-x;
  background-position: 0px 77px;
  margin: 0px;
  padding: 0px;
  width: 0px;
}

.imageStyle {
  float: left;
  margin: 10px 15px 10px 0px;
  border-style: solid;
  border-color: #E2CEC5;
  border-width: 2px;
}

.imageStyleR {
  float: right;
  margin: 10px 0px 10px 15px;
  border-style: solid;
  border-color: #E2CEC5;
  border-width: 2px;
}

.iconStyle {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}

.border_1 {
  border-style: solid;
  border-color: #E2CEC5;
  border-width: 1px;
}
