@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  height: 101%;
}

body{
  text-align: center;
  background: #E0E0E0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #0c0c0c;
  line-height: 18px;
  margin: 0px auto;
  width: 824px;
  padding: 0px;
}

.main {
  width: 784px;
  text-align: left;
  position: relative;
  padding: 20px;
  margin: 0px;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

a {
 text-decoration: none;
 color: #b03739;
 display: block;
}

a:hover {
  color: #0c0c0c;
}

a.extern {
  padding-left: 15px;
  background-image: url(/files/icon-new-window.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

a.email {
  padding-left: 20px;
  background-image: url(/files/icon-email.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

img {
  border: none;
}

.do_rexsurf a {
  float: left;
}

.block {
  float: left;
  border: solid 2px #b03739;
  background-color: #ffffff;
  width: 780px;
  margin-bottom: 20px;
}

/** CONTENT **/

.left {
        float: left;
        width: 230px;
        height: 487px;
        color: #b03739;
        background-image: url(/files/jan-goldacker.jpg);
        background-position: top;
        background-repeat: no-repeat;
}

.left a {
        padding-top: 430px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: bold;
}

.right {
        float: right;
        width: 530px;
        height: 467px;
        padding: 10px;
        overflow: auto;
}

.right a {
  display: inline;
}

h1 {
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
        padding-bottom: 5px;
}

h2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

h3 {
  font-size: 12px;
  font-weight: normal;
}

p {
        padding-bottom: 5px;
        margin: 0px;
}

li {
        list-style-type: square;
        padding-left: 10px;
        margin-left: 20px;
}

ul {
        margin: 0px;
        padding: 0px;
        padding-bottom: 5px;
}

table {
  font-size: 10px;
}

td {
  vertical-align: top;
}

/** FOOTER **/

.footer {
        width: 784px;
        text-align: right;
        font-size: 12px;
}

.footer a {
  display: inline;
}

/** NAVIGATION **/

.navi {
  padding: 10px;
}

.navi a {
  font-weight: bold;
  font-size: 16px;
  padding-right: 20px;
}

.navi a:hover, .navi a.rex-current, .navi a.rex-active {
  color: #0c0c0c;
  font-weight: bold;
  text-decoration: none;
}

.navi ul {
  padding: 0px;
  margin: 0px;
  float: left;
}

.navi li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-position: inside;
  float: left;
}

.subnavi {
  padding: 10px;
}

.subnavi a {
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
}

.subnavi a:hover, .subnavi a.rex-current, .subnavi a.rex-active {
  color: #0c0c0c;
  font-weight: bold;
  text-decoration: none;
}

.subnavi ul {
  padding: 0px;
  margin: 0px;
  float: left;
}

.subnavi li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-position: inside;
  float: left;
}

/** FORMULAR **/

.formgen {
  width: 90%;
  padding: 10px 0px;
}
.formgen form {
  padding-bottom: 20px;
}

.formgen label {
  width: 100px;
  float: left;
  padding-bottom: 5px;
}

.formgen input, .formgen textarea, .formgen select {
  width: 295px;
  float: right;
  border: none;
  border-bottom: solid 1px #000000;
  font-family: Arial;
  color: #0c0c0c;
  font-size: 12px;
  background: #ffffff;
  color: #0c0c0c;
  padding-bottom: 0px;
}

.formgen select {
  border: 1px solid #0c0c0c;
  margin: 5px 0px;
  padding: 0px;
}

.formgen input[type="checkbox"] {
  width: 20px;
  margin-right: 150px;
}

.formgen input[type="file"] {
  width: 100%;
}

.formgen input[type="submit"] {
  float: right;
  text-align: right;
  border: none;
  color: #b03739;
}

.formgen textarea {
  height: 100px;
  border: solid 1px #0c0c0c;
  margin-top: 0px;
}

.formgen br {
  clear: both;
}

.formerror, .forminfo {
  color: #b03739;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

/** DOWNLOAD **/

.download li {
  list-style: none;
}

/* Flexible Slider */

        .slider ul, .slider li {
                margin: 0;
                padding: 0;
                list-style: none;
        }
        .slider{
                width: 530px;
                height: 180px;
                overflow: hidden;
        }
        .slider li{
                width: 530px;
                height: 80px;
                overflow: hidden;
                padding-top: 10px;
        }
        .fsPrevBtn {
                   float: right;
        }
        .fsNextBtn {
                   float: right;
        }


        ul.meld , .meld li  {
                   list-style: none;
                   margin: 0;
                   padding: 0;
        }

        ul.meld  {
                 padding: 10px 0px;
        }

        .meld li {
                  width: 50px;
                  float: left;
                  display: block;
                  height: 20px;
        }

        .meld li#con {
                  width: 430px;
        }


/** KONTAKTBLOCK **/

#webhis {
  padding: 10px;
}

#webhis a {
  display: inline;
}

#webhis a:hover {

}

#webhis ul {
  padding: 0px;
  margin: 0px;
  float: left;
}

#webhis li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-position: inside;
  float: left;
  width: 253px;
}

#webhis .formgen {
  padding-top: 17px;
}

#webhis input {
  width: 120px;
}

#webhis textarea {
  height: 50px;
  width: 200px;
}

#webhis h1 {
  padding-bottom: 15px;
}

.vcard .org, .vcard .sort-string, .vcard .region, .vcard .country-name {
  display: none;
}
