html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
/*	overflow-y: scroll; */
}
/* end hack */

body {	background: #FDF6D9; 	/* blassgelber hintergrund */
	text-align: center;     /*IE centered content*/
	padding-top:20px;   	/* oben rand lassen */	
}
#fullheightcontainer {
	min-height: 100%;  min-height: 70%;	
}
/* 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, #address, #text, #russisch, #tuerkisch, #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: 900px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}

/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_content.gif) repeat-y; /* Background 900x25 for whole content: eiergelb links und rechts mitte blassgelb */	
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}
#content {
	padding-top:  205px;  /* distance to top = height of header */
	padding-bottom:  20px; /*important! distance between content + page end incl. footer*/
/*	border-bottom: 10px solid #FECA42;*/
}
#contentWrap {
	width: 670px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 440px;
	padding-top: 20px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 660px;
}
#contentRight {
	padding: 0 10px 0 30px; /*extra div for IE6*/
}
#right {
	width: 170px;
	font-size: 90%;
	line-height: 0.9em;
	padding-left:20px;
	margin-top:-20px;
}
#header {
	height: 180px;
	left: 0;
	top: 0;
	background: #fff;
	border-bottom:1px #AE1B28 dotted;
	border-bottom: 25px solid #FECA42;
}
#header img {
	position: absolute;
        top: 20px;
	right: 0px;
	display: none;
}
#logo {
	left: 5px;
	top:  5px;
	z-index: 2;
}
#address {
	left: 720px;
	top:  20px;
	z-index: 2;
	font-size: 90%;  		/* schriftfont kleiner */
	color:#AE1B28;			/* schriftfarbe weinrot */
}
#text {
	left: 228px;
	top:  147px;
	z-index: 2;
	font-size: 275%;  		/* schriftfont sehr groß */
	color:#FECA42;			/* schriftfarbe eiergelb */
}
#tuerkisch {
	left: 790px;
	top:  205px;
	z-index: 3;
	display: none;
}
#russisch {
	left: 720px;
	top:  205px;
	z-index: 3;
	display: none;
}
#servicemenu {
	top: -15px;
	right: 2px; right: 0px;
	font-size: 90%;  		/* schriftfont kleiner */
}
#language {
	top: 3px;
	right: 0;
	display: none;                   /* ausblenden */
}
#language div {
	display: inline;
}
#search {
	top: 150px;
	left: 10px;
	display: none;                   /* ausblenden */
}
#printlink {
	top: 150px;
	right: 10px;
	display: none;                   /* ausblenden */
}
#rootline {
        width: 670px; /*width  of content-wrap*/
	top: 155px;
	left: 230px;
	height: 20px;
	font-size: 90%;
	display: none;                   /* ausblenden */
}
#footer {
	background: #FDF6D9; background: #fff;
	height: 25px;
	border-top: 25px solid #FECA42;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	clear: both;
/*	display: none;                   ausblenden */
}
#footer p {
	text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
	color: #AE1B28;
}
/* 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 */




