html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	/*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
	background: #bbb;
	color: #333;
	text-align: center; /*IE centered content*/
}

#fullheightcontainer, #wrapper {
     	min-height: 100%;
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html #wrapper {
	height: 100%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, #eckenSchmuck,
#search, #printlink, #language, #servicemenu, #topmenu {
	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, #topmenu {
	width: 860px;
	margin: 0 auto; /*centered content*/
	text-align: left;
}


/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bgContentBlock.jpg);
}
#ct2 #fullheightcontainer {  /* width for layout ct2 */
	background: #fff url(../img/bgContentBlock.jpg);
}

#contentWrap {
	width: 680px; /* width = content - leftmenu - margin to leftmenu */
         border: 0px solid orange;
}
#contentMain {
	width: 420px;
         border: 0px solid blue;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 640px;
         border: 0px solid orange;
}
#contentRight {
	padding: 0 10px 0 20px; /*extra div for IE6*/
         border: 0px solid green;
}
#right {
	width: 225px;
         border: 0px solid yellow;
}

#header {
	height: 170px;
	left: 0;
	top: 0;
	background: #2c2100;
         color:#FFFFF9;
         border: 0px solid black;
         overflow: hidden;
}
#header img {
	position: absolute;
         top: 0px;
	right: 0px;
         color:#FFFFF9;
         border: 0px solid red;
}
#logo {
	left: 0;
	top:0px;
         background: #2c2100;
         color:#FFFFF9;
	z-index: 2;
         border: 0px solid yellow;
}
#servicemenu {
	top: 150px;
	right: 40px;
         height: 15px;
         border: 0px solid yellow;
}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}

#search {
	top: 148px;
	right: 340px;
         color:#FFFFF9;
}
#printlink {
	top: 150px;
	right: 10px;
}
#rootline {
         width: 300px; /*width  of content-wrap*/
	top: 150px;
	left: 20px;
	height: 20px;
	font-size: 90%;
}
#content {
        padding-top:  190px;  /*distance to top = height of header (@mm + rootline & margins)*/
        padding-bottom:  50px; /*important! distance between content + page end incl. footer*/
}
#footer {
	background: white;
         color: #808080;
	height: 20px;
	margin: -20px auto 0 auto;
	font-size: 90%;
         border-top: 1px solid #808080;
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 0px;
}
#footer a {
         color: #808080;
	text-decoration: none;
}
#footer a:hover {
         color: #5377F2;
	text-decoration: none;
}
/* 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 */
