@import url(content.css);

html, body {  
	height: 100%;
	margin: 0;
	padding: 0;

}
body {
	background: #fff;
	color: #000;
	text-align: center;/*IE centered content*/
	background-color: #fefce7
		
}
#fullheightcontainer, #header, #content, #footer, #topmenu {
	width: 950px; /*width of whole content*/
	margin: 0 auto; /*centered content*/
	text-align: left; 
	
}
#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, #kopftext  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline,  
#search, #printlink, #language, #headmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain,background-color: #fefce7, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*--------- element definitions-----*/
#fullheightcontainer {
	background: #FEFCE7 url(../img/bg_content_01.gif) repeat-y;	
	
}
#header {
background: #65a1dd;	
    height: 185px;
    left: 0;
    top: 0;
}

#logo {
	left: 29px;
	top:20px;
	z-index: 2;
}
#headmenu {
	top: 2px;
	left: 750px;
	text-align:right;
}
#headmenu li{
list-style-type:none;
}
#kopftext {
	top: 0px;
	left: 300px;
	width: 380px;
}

#rootline {
        width: 710px; /*width  of content-wrap*/
	top: 185px;
	left: 230px;
	height: 20px;
	font-size: 90%; 

}
#leftmenu {
	padding: 0 10px;
}
#content-side {
	width: 200px;
}
#content {
        padding-top:  210px;  /*distance to top = height of header*/
	padding-bottom:  40px; /*important! distance between content + page end incl. footer*/ 
	
	
}
#footer {
	background: #65a1dd url(../img/bg_footer.gif);	
	height: 20px;
	margin: -20px auto 0 auto;
	font-size: 90%; 
}
#footer1 p {
	

}
/*-------content elements definition-------*/

#contentWrap {
width: 710px; /*width = content - leftmenu - margin to leftmenu*/

}
#contentMain {
width: 630px;
background-color: #fefce7
}

#contentRight {

}
#contentBorder {

}


.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;
}
/* ohne IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* Ende ohne IE Mac */

.invisible, li dfn {
display:block;
height:0;
left:-2000px;
position:absolute;
width:0;
}


