html, body {  
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: 			#FFF;	
	text-align: center; /*IE centered content*/	
}
body.fs {
	background: #CA6989;
}


body.za {
	background: #48906D;
}


body.nm {
	background: #6E6896;
}



#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, 
#search, #loginlink, #language, #servicemenu, #topmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
	float:left;
}

#leftmenu {
	margin:			180px 0 0 45px;
}

#address {
	position:			relative;
	top:				30px;
	left:				0px;
	width:			172px;
	clear:			both;
	font-size:			0.9em;
}

#address a.mail {
	text-decoration:		none;
	font-weight:		normal;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer, #topmenu {
	width: 900px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#contenWrap {
	/* background: #fff url(../img/bg_content.gif);	 */
	background:		transparent url(../img/bg_content_familiensinn.png) no-repeat scroll 290px 183px;
}
.fs #fullheightcontainer {  /* width for layout fs */
	background: transparent url(../img/bg_content_familiensinn.png) no-repeat scroll 260px 183px;	
}

.nm #fullheightcontainer {  /* width for layout fs */
	background: transparent url(../img/bg_nanniesundmehr.png) no-repeat scroll 260px 0px;	
}

.za #fullheightcontainer {  /* width for layout fs */
	background: transparent url(../img/bg_zusammenimalter.gif) no-repeat scroll 90px 60px;	
}


#contentWrap {
	width: 625px; /* width = content - leftmenu - margin to leftmenu */
	/* background: #fff url(../img/bg_content_familiensinn.png)  no-repeat scroll 61px 13px;	*/

}
#contentMain {
	width: 440px;
}
.fs #contentMain {  /* width for layout fs */
	width: 440px;
}
#contentRight {
	padding: 0 10px 0 30px; /*extra div for IE6*/
}
#right {
	width: 190px;
}

#header {
	height: 135px;
	left: 0;
	top: 0;
	background: #bbb;
}
#header img {
	position: absolute;
        top: 20px;
	right: 0px;
}
#logo {
	left: 0;
	top:20px;
	z-index: 3;
}
#servicemenu {
	top: 6px;
	right: 180px;
	z-index:		5;
	color:		#9F9AA1;
}

#topmenu {
	top: 			80px;
	left: 			265px;
	z-index: 		5;
	width	:		540px;

}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}

#search {
	top: 150px;
	left: 10px;
}
#loginlink {
	top: 70px;
	right: 190px;
	z-index:		3;
	color:		#FFF;
}

#loginlink form {
	display:			inline;
}
#loginlink .abmelden {
	color:				#FC0;
}

.abmelden {
	background-color: 		transparent;
	border:				0 solid #DCDDDE;
	cursor:				pointer;
	padding:				0;
}


#rootline {
        width: 670px; /*width  of content-wrap*/
	top: 155px;
	left: 230px;
	height: 20px;
	font-size: 90%; 
}

#content {
        padding-top:  117px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
	position: 			relative;
	z-index:			3;
}


#footer {
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	z-index:			3;
}


.footer_text{
	margin:			0 0 0 268px;
	
}

.footer_menu a {
	text-decoration:		none;
	padding:			0 4px 0 4px;

}

#footer a  {
	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 */


#map * {
	color:		#000;
}
