html, body {  height: 100%;}
/* not for mac ie\*/
html {overflow-y: scroll;}
/* end hack */
body {
	background: White;
	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, #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: 950px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}
/*-------content elements definition-------*/
#fullheightcontainer {/* Background for whole content: gray background left, dotline between content and right */	
	background: #fff url(../img/bg_content.gif); 
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}
#content {
        padding-top:  220px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 720px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 490px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 710px;
}
#contentRight {
	padding: 0 0px 0 40px; /*extra div for IE6*/
}
#right {
	width: 190px;
}

#right p {
padding-left: 12px;
	
}

#header {
	height: 190px;
	left: 0;
	top: 0;
	background: white;
}
/* Kein Header Img - CHO
#header img {
	position: absolute;
        top: 20px;
	right: 0px;
}
*/
#logo {
	left: 0;
	top: 20px;
	z-index: 2;
	border-bottom: 2px solid #FB8B92;
}
#servicemenu {
	top: 2px;
	right: 0px;
}
#language {
	top: 170px;
	left: 0;
}
#language div {
	display: inline;
}
#search {
	top: 150px;
	left: -2000px;
}
#printlink {
position: absolute;
	top: 168px;
	left: 180px;
}
#rootline {
	width: 520px; /*width  of content-wrap*/
	top: 170px;
	left: 200px;
	height: 20px;
	font-size: 90%;
	border-bottom: 1px solid #0F62AC;
	padding-left: 30px;
}
#footer {
	background: #CCE5F1;
	width: 550px;
	height: 30px;
	margin: -30px auto 0 auto;
	font-size: 90%;
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 5px;
}
/* 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 */

/*Preislisten */

.TabLowSeason {
	float: right;
	border: 1px solid #09A0CD;
}

.TdLowKopf {
	background-color: #09A0CD;
	padding: 3px;
	color: White;
		font-weight: bold;
}

.TDLowSeason {
		border-bottom: 1px solid #09A0CD;
				padding: 3px;
}
.TDLowSeason_r {
	text-align: right;
			border-bottom: 1px solid #09A0CD;
					padding: 3px;
}

.TabMedSeason {
	float: right;
	border: 1px solid #FFE600;
	margin-top: 10px;
}

.TdMedKopf {
	background-color: #FFE600;
	padding: 3px;
	color: black;
		font-weight: bold;
}

.TDMedSeason {
		border-bottom: 1px solid #FFE600;
				padding: 3px;
}
.TDMedSeason_r {
	text-align: right;
			border-bottom: 1px solid #FFE600;
					padding: 3px;
}

.TabHighSeason {
	float: right;
	border: 1px solid #FC4844;
	margin-top: 10px;
}

.TdHighKopf {
	background-color: #FC4844;
	padding: 3px;
	color: black;
	font-weight: bold;
}

.TDHighSeason {
		border-bottom: 1px solid #FC4844;
				padding: 3px;
}
.TDHighSeason_r {
	text-align: right;
			border-bottom: 1px solid #FC4844;
					padding: 3px;
}
