

body {
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-color: #F5F5F5;
}

html, body, textarea {
  scrollbar-base-color:#FDD48F;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#FDD48F;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FEEED3;
}


a {
      color: #ffffff;
      text-decoration: none;
}

a:hover {
      text-decoration: underline;
}

a.fp {
      color: #A82722;
      font-weight: bold;
      text-decoration: underline;
}

a.bk {
      color: #000000;
      font-weight: bold;
      text-decoration: none;
}

a.bk:hover {
      text-decoration: underline;
}

a.copy:hover {
      font-weight: bold;
      text-decoration: underline;
}

ol {
	  font-size: 12px;
      color: #000000;
}

li {
	  margin-top: 0px;
      margin-bottom: 10px;
}

input {
  width: 250px;
}


.container_alles_mittig {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    width: 700px; /*744*/
    height: 100%;
    /*margin-top: -350px;*/ /*-203*/
    margin-top: 15px;
    margin-left: -350px; /*-372*/
    height: 700px; /*406*/
    border: 0px solid #000000;
    z-index: 1;
}

.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
}

.header {
    position: absolute;
    top: 0px;
    left: 125px;
    margin: 0px;
    width: 575px;
    height: 120px;
}

.footer {
    position: absolute;
    top: 705px;
    width: 700px;
    height: 20px;
    text-align: center;
}

.nav {
    position: absolute;
    top: 125px;
    left: 0px;
    width: 120px;
    height: 575px;
    margin: 0px;
    background-color: #A82723;
}

.nav_box {
    position: relative;
    top: 12px;
    left: 18px;
    width: 82px;
    height: 82px;
    margin: 0px;
    margin-bottom: 10px;
    border: 1px solid #F07C00;
    text-align: center;
    vertical-align: bottom;
}

.nav_txt {
    font-size: 12px;
    color: #ffffff;
    vertical-align: bottom;
}


.contend {
    position: absolute;
    top: 125px;
    left: 125px;
    width: 575px;
    height: 575px;
    margin: 0px;
    background-color: #FDD48F;
}

.contend_txt {
	margin: 0px;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
}

.contend_txt_small {
	margin: 0px;
    color: #000000;
    font-size: 11px;
}

sub, sup {
    font-size: 8px;
}

h2 sub, h2 sup {
    font-size: 14px;
}

.fett {
    font-weight: bold;
}

h2 {
    color: #A82722;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.rot {
  color: #A82722;
}


.contend_header {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 500px;
    background-color: #FDD48F;
}

.contend_sp1 {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 128px;
    text-align: right;
    /*background-color: red;*/
    /*border: 1px solid #000000;*/
}

.contend_sp2 {
    position: absolute;
    top: 80px;
    left: 158px;
    width: 266px
}

.contend_sp3 {
    position: absolute;
    top: 80px;
    left: 434px;
    width: 128px;
}

.contend_impressum {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 700px;
}

.link_fp {
    position: absolute;
    top: 540px;
    left: 434px;
    width: 128px;
}

