@font-face {
    font-family: hotopp;
    src: url('nh.eot');
    src: url('nh.eot?#iefix') format('embedded-opentype'),
         url('nh.ttf') format('truetype');

    font-family: hotlight;
    src: url('nh_light.eot');
    src: url('nh_light.eot?#iefix') format('embedded-opentype'),
         url('nh_light.ttf') format('truetype');
}


/* ------------------------ HTML Tags ----------------- */
body {
  margin: 0;
  padding: 0;
  font-family: hotopp, "Helvetica Neue", Helvetica, sans-serif;
  background: #e2e8e1;
}
TABLE TD,
TABLE TH {
  border: 0px solid #2d3946;;
  border-collapse:collapse;
  padding: 0;
  margin: 0;
}
A {
  color: #a9023a;
  text-decoration: none;
}
A:HOVER {
  color: #e0004b;
  text-decoration: underline;
}
.align-center {
  text-align: center;
  font-family: hotopp, "Helvetica Neue", Helvetica, sans-serif;
  margin: 5px 0 2px 0;
  color: #2d3946;
}

/* --------- DIVs zur Seiteneinteilung ---------------- */
#page {
  background-color: #e2e8e1;
  border: 0px dashed grey;
  width:1220px;
  top: 0%;
}
BODY.FF #page {
  position: absolute;
  left: 50%;
}
BODY.IE #page {
  position: absolute;
  left: 50%;
}
BODY.OP #page {
  border: 1px dotted blue;
  position: absolute;
  left: 50%;
}
BODY.SF #page {
  border: 0px dotted cyan;
  width: 100%;
}
#main {
  width: 1180px;
  background: #e2e8e1;
  position: relative;
  left: -50%;
}
BODY.SF #main {
  border: 0px dotted blue;
  width: 1180px;
  margin: auto;
}
#menu {
  width: 1180px;
  height: 50px;
  overflow: hidden;
  padding-top: 0px;
  position: relative;
  top: 0px;
}
#content {
  width: 1180px;
  height: 450px;
  padding: 15px 0px 15px 0px;
  overflow: hidden;
  background-color: #fff;
}

#footer {
  width: 1180px;
  height: 10px;
  overflow: hidden;
}
.clear {
  clear: both;
}

/* ---------  Menü oben (links/rechts)   ---------------- */

#menu A {
  text-decoration: none;
  color: #2d3946;
}
#menu A:HOVER,
#menu .menu_current A {
  color: #a9023a;
}

#menu .menu1 {
  width: 800px;
  float: left;
}

DIV.menu1 {
  margin: 0 0 0 0;
  padding: 0;
  
}
DIV.menu1 DIV {
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0 90px 0 5px;
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
}
/* 2. Ebene Menü 1 */
#menu11 {
  position: absolute;
  top: 28px;
  margin:0;
  padding: 0;
  height: 25px;
  width: auto;
  border: 0px solid #ccc;
}
#menu11 DIV {
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 0 0 0px;
  display: inline;
  list-style-type: none;
  text-transform: none;
  font-size: 12px;
}

/* Menü 2 (rechts) */
.menu2 {
  width: 330px;
  height: 50px;
  float: right;
  border: 0px solid #000;
  margin: 0 0 0 0;
}
.menu2 DIV {
  margin: 0 73px 0 0;
  padding: 0 ! important;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  float: left;
}
.menu2 DIV.first {
  text-align: left ! important;
  padding: 0 ! important;
}
.menu2 DIV.last {
  text-align: left;
  padding: 0 ! important;
  margin: 0 ! important;
  float: right;
}
/* 2. Ebene Menü 2 */
#menu21 {
  position: absolute;
  right: 0px;
}
#menu21 DIV {
  margin: 0px 0 0 0px;
  padding: 0;
  display: inline;
  width: 200px;
}
#menu21 SPAN.menu_current A {
  margin: 10px 0 0 0px;
}
#menu21 DIV {
  width: auto;
  margin: 10px 15px 0 0px;
  padding: 0 0 0 0px;
  float: left;
  list-style-type: none;
  text-transform: none;
  text-align: left;
  font-size: 12px;
}
.menu2 DIV.last DIV#menu21 {
  margin: 0;
}
.menu2 DIV.last DIV#menu21 DIV {
  text-align: right;
  margin: 13px 0 0 20px;
}


/* --------------  Inhalte  ---------------- */

#content H1 {
  color: #4d4d4d;
  font-size: 20px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: hotlight, Helvetica, sans-serif;
}
#content H1.home1 {
  color: #4d4d4d;
  font-size: 32px;
  text-align: right;
}
#content H1.home2 {
  color: #a9023a;
  font-size: 32px;
  text-align: left;
}
#content H2 {
  color: #4d4d4d;
  font-size: 14px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: hotlight, Helvetica, sans-serif;
}
#content H3 {
  color: #2d3946;
  font-size: 22px;
  margin: 10px 0 0 0;
  text-transform: none;
  font-weight: bold;
  font-family: hotop, Helvetica, sans-serif;
}
#content H4 {
  color: #2d3946;
  font-size: 18px;
  margin: 10px 0 0 0;
  text-transform: none;
  font-weight: normal;
  font-family: hotop, Helvetica, sans-serif;
}
#content P.bodytext,
#content TD {
  font-size: 12px;
  font-family: hotopp, "Helvetica Neue", Helvetica, sans-serif;
  margin: 5px 0 2px 0;
  color: #2d3946;
}
#content .csc-textpic-text P.bodytext {
  text-align: justify;
  padding: 0 20px 10px 0;
}
  
#content TABLE.contenttable TD,
#content TABLE.contenttable TH {
  border-collapse: collapse ! important;
  padding: 5px 10px 5px 0;
  margin: 0;
}
#content TABLE.contenttable TD P.bodytext,
#content TABLE.contenttable TH P.bodytext {
  padding: 2px 0 3px 0;
  margin: 0;
}

#content .tx-rgsmoothgallery-pi1 {
  margin-left: -20px;
}
#content .csc-default {
  background: #fff;
  border: 0px solid #ccc;
  margin: 0 ! important;
  padding: 0 ! important;
}


/* Inhalte mit Bildern */
#content .csc-textpic {
  border: 1px solid transparent;
  margin: -1px 0 0 20px;
  padding: 0;
}
#content .csc-textpic-text {
  margin: 20px 0 0 0;
  padding: 0;
  float: right;
  width: 589px;
  height: 430px;
  background: #fff;
  overflow-y: auto !important;
  overflow-x: hidden;
}
#content .csc-textpic .csc-textpic-single-image {
  margin: 0 0 0 0;
}
/* Text Homepage */
#c2 table.contenttable {
  border: 0px solid #999;
  position: absolute;
  top: 10%;
  right: 0;
  }


/* Inhalte ohne Bilder */
#content .csc-frame-indent {
  margin: 0 0 0 500px;
  width: 660px;
}



/* ---------------- WT Gallery --------------------- */
#content .tx-wtgallery-pi1 {
  width: 1180px;
  background: #fff;
  border: 0px solid #333;
  margin: 0px 0 0 0;
}
/* List normal 64 px */
#content .tx-wtgallery-pi1 .wtgallery_list_area {
  width: 840px;
  overflow: hidden;
  margin: auto;
  margin-top: 90px;
  background: url(icons/bg_uebersicht.gif);
}
#content .tx-wtgallery-pi1 .wtgallery_list_area .wtgallery_list {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 6px 6px 0;
  text-align: center;
  background: #e2e8e1;
}
#content .tx-wtgallery-pi1 .wtgallery_list_area .wtgallery_list IMG {
  width: auto;
  margin: auto;
}
/* List größer: 90 px */

#content .csc-frame-frame1 .tx-wtgallery-pi1 .wtgallery_list_area {
  margin-top: 30px;
  background: #fff;
}
#content .csc-frame-frame1 .tx-wtgallery-pi1 .wtgallery_list_area .wtgallery_list {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 6px 6px 0;
  text-align: center;
  border: 0px solid #fff;
  background: #e2e8e1;
}
#content .csc-frame-frame1 .tx-wtgallery-pi1 .wtgallery_list_area .wtgallery_list IMG {
  margin: auto;
  width: auto;
}




/* single */
#content .wtgallery_single {
  
}
#content .wtgallery_single .previous {
  width: 20px;
  overflow: hidden;
  float: left;
  font-size: 1px;
  color: #fff;
}
#content .wtgallery_single .previous A {
  display: block;
  width: 20px;
  height: 450px;
  background: url(icons/prev.gif) no-repeat 0px 200px;
  font-size: 1px;
  color: #fff;
}
#content .wtgallery_single .next {
  width: 20px;
  overflow: hidden;
  float: left;
  font-size: 1px;
  color: #fff;
}
#content .wtgallery_single .next A {
  display: block;
  width: 20px;
  height: 450px;
  background: url(icons/next.gif) no-repeat 0px 200px;
  font-size: 1px;
  color: #fff;
}
#content .wtgallery_single .pictxt {
  width: 1140px;
  overflow: hidden;
  float: left;
  background-color: none;
}
#content .wtgallery_single .pictxt .picture {
  width: 860px;
  height: 450px;
  border: 0px solid #ddd;
  overflow: hidden;
  float: left;
  vertical-align: middle;
  display: table;
  #position: relative;
}
#content .wtgallery_single .pictxt .picture .pic-center {
  #position: relative;
  #top: -50%
}
#content .wtgallery_single .pictxt DIV.text {
  width: 200px;
  height: 213px;
  overflow: hidden;
  float: left;
  margin-top: 240px;
  font-family: hotopp;
  font-size: 12px;
  font-family: hotopp, "Helvetica Neue", Helvetica, sans-serif;
  color: #2d3946;
}
#content .wtgallery_single .pictxt DIV.text TABLE {
  width: 200px;
  height: 213px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#content .wtgallery_single .pictxt DIV.text TABLE TD {
  width: 200px;
  height: 213px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  text-align: right;
  background: #fff;
  color: #2d3946;
}
#content .wtgallery_single .pictxt .text .wt_gallery_single_inner_title {
  text-transform: uppercase;
  padding: 0;
}
#content .wtgallery_single .pictxt .text DL {
  margin: 0;
  padding: 0;
}
#content .wtgallery_single .listviewlink {
  position: absolute;
  top: 152px;
  width: 200px;
  text-transform: uppercase;
  text-align: right;
  background: #fff;
  margin: 12px 0 0 0;
  padding: 0;
}
#content .wtgallery_single .listviewlink P {
  margin: 0;
  padding: 0 0 2px 0;
  line-height:12px
}
#content .wtgallery_single .listviewlink A {
  margin: 0;
  padding: 0 14px 0 0;
  background: #fff url('icons/next_overview.gif') no-repeat 74px 1px;
}

.csc-sitemap,
UL.csc-menu {
  font-size: 12px;
}
.csc-sitemap UL LI,
UL.csc-menu LI {
  font-size: 12px;
  padding: 3px 0 6px 0;
}
.csc-sitemap UL LI UL LI {
  font-size: 12px;
  padding: 0px 0 3px 0;
}


