html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
overflow-y: scroll;
}

/* end hack */

body {
	/*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
	background: #fff;
	text-align: center; /*IE centered content*/	
}

#fullheightcontainer{
     	min-height: 100%;  	
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer{
	height: 100%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #contentTop, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#topmenu, #searchform {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu, #contentMain, #contentRight, 
#contentLeft, #contentBorder  { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap, .logolink  { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, 
#footer, #topmenu, #contentTop, #logo  {
	width: 860px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_content.gif) repeat-y; 	
}
#ct3 #fullheightcontainer {
	background-image:none;
}
#contentWrap, #ct3 #contentMain,
#ct4 #contentNormal {
	width: 640px; 
}

#contentMain, #contentNormal {
	width: 420px;
}
#right, #contentLeft, #border,
#ct3 #leftmenu, #ct3 #contentNormal {
	width: 200px;
	height: 1%;
}
#contentRight, #contentBorder {
	padding: 0 0 0 20px; /*extra div for IE6*/
}

#ct3 #leftmenu, #ct3 #contentNormal,
#ct3 #contentRight, #ct3 #contentBorder {
	float:left;
}
#ct3 .csc-frame {
	height: 165px;
	overflow:hidden;
}
#ct3 #leftmenu h2, #ct3 #contentNormal h2,
#ct3 #right h2, #ct3 #border h2 {
	color:#a6a6a9;
	background: #E9E9EA;
}
#header {
	height: 135px;
	left: 0;
	top: 0;
	background: #fff;
}
#logo {
	right: 0;
	top: 45px;
	height: 51px;
	border-top: 4px solid #E9E9EA;
}
#logo h4 {
color: #f29310;
margin: 16px 0 0 0;
}
#topmenu {
	top: 100px;
	left:0; 
	height:55px;
	border-bottom: 10px solid #fff;
	background:#E9E9EA;
}
#searchform {
	right: 10px;
	top:17px;
}
.tx-srlanguagemenu-pi1 div {
	display: inline;
}
#contentTop {
    padding-top:  165px; /* distance to top = height of header*/
	padding-bottom:  10px; /*important! distance between content + page end incl. footer*/ 
	background:#fff;
	overflow:hidden;
}
.topimage {
min-height: 110px;
}
* html .topimage {
height: 110px;
}
#ct3 .topimage {
height: 387px;
min-height:387px;
}
.topimage h2 {
padding: 20px 0 0 40px;
margin:0;
color: #fff;
font-weight: normal;
font-size: 160%;
}
#content {
        /*padding-top:  180px;  distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentNormal {
clear:both;
}
#footer {
	background: #fff;
	height: 60px;
	margin: -60px auto 0 auto;
	font-size: 90%;
	clear: both;
}
.contentFooter {
background: #e9e9ea;
height: 13px;
border-top: 10px solid #fff;
padding: 2px 0;
}
.totop {
float:right;
margin-right: 10px;
} 
/* 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 */




