/***************************************************************************
* General Configuration
***************************************************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  /*background: url(../img/bodyBg.gif) top left repeat-y;*/
  background: #8d897e;
  color: #000;
  font: 11px Verdana, Arial, sans-serif;
  height: 100%;
}

h1 {
  color: #e87817;
  font-size: 1.6em;
}

h2 {
  color: #e87817;
  font-size: 1.4em;
}

h3 {
  color: #e87817;
  font-size: 1.2em;
}

h4 {
  color: #e87817;
  font-size: 1em;
}

h5 {
  color: #e87817;
  font-size: 0.8em;
}

h6 {
  color: #e87817;
  font-size: 0.6em;
}

a {
  color: #e87817;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: left;
  width: 100%;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

.clearAfter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */

/***************************************************************************
* Main
***************************************************************************/

#main {
  height: 100%;
}


/* Content
*****************************/

#content {
  background: #8d897e;
  float: left;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 368px;
  z-index: 2;
}

#contentTitle {
  background: #c5c4bf;
  height: 55px;
  left: 14px;
  overflow: hidden;
  padding: 8px 10px;
  position: absolute;
  top: 14px;
  width: 320px;
}


#contentInhalt {
  background: #fff;
  bottom: 164px; /* +14px from footer for same padding style as lef/right */
  left: 14px;
  overflow: auto;
  padding: 5px 10px;
  position: absolute;
  top: 93px;
  width: 320px;
}

* html #contentInhalt {
  height: 65%;
}

#contentInhalt .csc-header {
  margin: 5px 0;
}

#contentInhalt p.bodytext {
  margin-bottom: 7px;
}

#contentInhalt ol {
 margin: 5px 0;
 padding-left: 20px;
}

#contentInhalt ul {
 list-style: none;
 margin: 5px 0;
 padding-left: 20px;
}

#contentInhalt .csc-textpic-caption {
  font-size: 10px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

#contentInhalt .csc-textpic {
  margin: 5px 0;
}

#contentInhalt .csc-textpic-center {
  margin-left: -17px;
}

#contentInhalt .boxRoundEdgeContent {
  color: #971434;
  font-family: Verdana;
  font-style: italic;
  font-weight: bold;
}

/* Flexcroll (JS-Scrollbar) Styles
******************************/

.scrollgeneric {
  font-size: 1px;
  line-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.vscrollerbase {
  background: url(../img/vscrollerbase.gif) top center repeat-y;
  width: 15px;
}

.vscrollerbasebeg {
  background: #fff;
  height: 15px !important;
  width: 15px;
}
.vscrollerbaseend {
  background: #fff;
  height: 15px;
  width: 15px;
}

.vscrollerbar {
  background: url(../img/vscrollerbar.gif) 0 15px no-repeat;
  height: 40px !important;
  width: 15px;
}
.vscrollerbarbeg {
  background: none;
  height: 15px !important;
  width: 15px;
}
.vscrollerbarend {
  background: none;
  height: 15px;
  width: 15px;
}


/* Content Special
*****************************/

#contentSpecial {
  background: #8d897e;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#contentSpecial .tx-rbflashobject-pi1-swf_altcontent {
  background: #8d897e;
  height: 85%;
  margin-left: 368px;
}

#contentSpecial .csc-textpic {
  top: 9px;
  left: 368px;
  position: absolute;
}

* html #contentSpecial .csc-textpic {
  top: 14px;
}

#contentSpecial .csc-textpic,
#contentSpecial .csc-textpic-imagewrap,
#contentSpecial .csc-textpic-imagerow {
  width: 560px !important;
}

#contentSpecial dl {
  text-align: center;
  width: 100px !important;
}

#contentSpecial dt {
  background: #c5c4bf;
  border: 2px solid #c5c4bf;
  border-bottom: none;
  display: block;
  height: 69px;
  overflow: hidden;
  width: 100px;
}


/***************************************************************************
* Footer
***************************************************************************/

#footer {
  background: #fff;
  bottom: 0;
  float: left;
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

#footerMenu {
  background: #e87817;
  height: 25px;
}

#footerMenu ul {
  list-style: none;
}

#footerMenu ul li {
  float: left;
  height: 25px;
}

#footerContent {
  margin-top: 25px;
}


#footerLogo {
  background: #fff;
  float: left;
  height: 70px;
  margin-left: 42px;
  width: 150px;
}

.homeLink {
  background: url(../img/logo.gif) top left no-repeat;
  display: block;
  height: 70px;
  text-decoration: none;
  width: 152px;
}

#footerText {
  float: right;
  background: url(../img/claim.gif) top left no-repeat;
  display: block;
  height: 23px;
  text-decoration: none;
  width: 347px;
}
