html, body {  
  height: 100%;
}
/* not for mac ie\*/
html {
  overflow-y: scroll;
}
/* end hack */

body {
  background:transparent url(../img/page_hg.jpg) repeat-x 0 0;
  text-align: center; /*IE centered content*/  
}
#fullheightcontainer {
  min-height: 84%;    
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer {
  height: 84%;
}
/*hack end*/

/*----------all relative elements-----*/
body, #fullheightcontainer, #footer  {
  position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu {
  position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
  float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
  float:right;
}
/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer {
  width: 980px; 
  margin: 0 auto; /*centered content*/
  text-align: left; 
}

/*-------content elements definition-------*/
#fullheightcontainer {
  background:transparent url(../img/content_hg.jpg) repeat-y 0 0; /* Background for whole content: gray background left, dotline between content and right */  
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
  background: #fff url(../img/content_hg.jpg) repeat-y;  
}
#content {
      padding-top:  255px;  /*distance to top = height of header*/
  padding-bottom:  50px; /*important! distance between content + page end incl. footer*/
  background:transparent url(../img/content_hg.jpg) repeat-y 0 0; 
}
#contentWrap {
  width: 670px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
  width: 440px;
}
#ct2 #contentMain {  /* width for layout ct2 */
  width: 660px;
}
#contentRight {
  padding: 0 10px 0 30px; /*extra div for IE6*/
}
#right {
  width: 190px;
}
#header {
  height: 218px;
  left: 0;
  top: 0;
  background:transparent url(../img/header_hg.jpg) no-repeat top center;
}
#header img {
  position: absolute;
      top: 20px;
  right: 0px;
  display:none;
}
#logo {
  left: 20px;
  top:27px;
  z-index: 2;
}
#servicemenu {
  top: 3px;
  right: 128px;
}
#language {
  top: 3px;
  left: 20px;
  display: none;
}
#language div {
  display: inline;
}
#search {
right:5px;
top:2px;
}
#printlink {
right:205px;
top:195px;
}
#rootline {
background:none repeat scroll 0 0 #FFFFFF;
font-size:90%;
height:20px;
left:0;
padding:8px 0 9px 20px;
top:218px;
width:670px;
}
#footer {
  background:transparent url(../img/footer_hg.jpg) no-repeat bottom center;
  height: 185px;
  margin: -40px auto 0 auto;
  font-size: 90%; 
  clear: both;
}
#footer p {
  text-align: center;
  margin: 0;
  padding-top:70px;
  color:#fff;
}
#footer a {
  color:#fff;
}
#footer a:hover {
  color:#eee;
}
/* css classes to deactivate floats*/
.clearer {
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */


#resthand{
  height:73px;
  position:absolute;
  right:0;
  top:218px;
  width:113px;
  z-index:20;
  background:transparent url(../img/resthand_hg.gif) no-repeat top right;
}
#slogan{
  position:absolute;
  right:230px;
  top:167px;
  z-index:23;
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
}
#topmenu {
  height:25px;
  left:10px;
  position:absolute;
  top:195px;
  z-index:88;
}
#contentLeft  {
  padding:10px 20px;
  width:240px;
  position:relative;
}
#contentLeft h1{
  padding:0;
  margin:0;
  font-size:110%;
  padding-bottom:5px;
}
#contentLeft h2{
  padding:0;
  margin:0.3em 0;
}
#contentUnderMenu  {
  position:absolute;
  top:260px;
}
/***** 4dfx format ********/
div.c2l2d-left  {
  background:url("../img/homecontleft_hg.jpg") no-repeat scroll 0 0 transparent;
  border:medium none;
  left:0;
  top:0;
  overflow:hidden;
  padding:0 20px;
  position:absolute;
  white-space:normal;
  width:275px;
}
div.c2l2d-middle  {
  background:transparent url(../img/homecontright_hg.jpg) no-repeat 0 0;
  border:medium none;
  left:330px;
  top:0;
  padding:0 20px;
  position:absolute;
  white-space:normal;
  width:275px;
  overflow:hidden;
}
div.c2l2d-left h3{
  font-size:16px;
  text-transform:uppercase;
  color:#fff;
  padding-top:13px;
}
div.c2l2d-middle h3{
  font-size:16px;
  text-transform:uppercase;
  color:#fff;
  padding-top:13px;
}
div.tx-fdfx2cols-pi1  {
left:0px;
margin-bottom:10px;
position:relative;
}
#leftmenu {
  padding-bottom:30px;
}
#homeheadline{
  float:left;  
  padding-bottom:10px;
  width:100%;
}
#homeheadline h2 {
font-size:24px;
margin:0;
}
#homeheadline span.headline {
color:#000000;
float:left;
font-size:13px;
}

#beispielbtn{
  position:absolute;
  right:-50px;
  top:310px;
  width:225px;
  height:178px;
  background:none;
}

