html, body {
	height: 100%;
}
body {
	background-color: #4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 50px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(bg-body-careforlife.jpg);
	color: #4d4d4d;
}
img, img a { border: 0;}
div { position:relative; }

label {display:block; float:left; padding:0px; margin:0px;}
#content div.txt ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 14px;
}
#content div.txt ul li {
	list-style-type: square;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}

/*	AUFBAU Blöcke */
#page {
	width:852px;
	background: url(bg-page.png) repeat-y;
	display:block;
	margin:0 auto;
}

#header {
	width: 852px;
	height: 261px;
	clear: both;
}

div#menu, div#content, div#news {
	min-height: 60%;
	position:relative;
	
}
div#menu a.logo {
	width: 188px;
	height:3.75em;
	text-align: center;
	margin: 0 0 62px 0;
	display:block;
}
div#menu #counter {margin-top:80px; color:#e1e1e1;}
div#menu #counter p {margin:0 0 0 40px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:13px;}


#page #content {
	float:left;
	width:416px;
	padding:0 18px 36px 18px;
	background-color:#fff;
}
#page #content div.txt .lang {
	position: absolute;
	width: 120px;
	line-height: 20px;
	top:-62px;
	right:-20px;
	font-size: 10px;
	font-weight: bold;
}
#page #content .txt .lang img {
	float: left;
}

#page #content div.txt .lang a {
	line-height: 14px;
}

#page #breadcrumb {
	color: #A4A4A4;
	padding-top: 8px;
	height:58px;
	margin:0;
}
#page #content #breadcrumb a {
	text-decoration: none;
	color: #A4A4A4;
}
#page #content #breadcrumb a:hover {
	text-decoration: underline;
}

#page #news {
	background-color:#acacac;
	float:right;
	width:212px;

	/*padding-top:62px;*/
	/* padding-top:6em; */
}
#page #search {
	position:absolute;
	height:62px;
	display:block;
	margin-top: -62px;
}
#page #search legend {color:#333;}
#page #search fieldset {padding:4px; color:#333; border-color:#fff;}

#page #search input {
	width: 130px; border:1px solid #ccc;
}

#page #search .button {width:30px; height:20px; border:0px solid #ccc; line-height:20px;}

div.clr, div.dotted {width:100%; display:block; clear:both; height:0px;}
div.dotted {border-bottom:1px dotted #ccc; margin-bottom:24px;}
#footer {
	width:852px;
	background-color: #9e9e9e;
	height:70px;
	clear:both;
	border-top:1px solid #ff5704;
	border-bottom:1px solid #fff;
	line-height:70px;
	color:#fff;
	text-align: center;
	position:relative;

}
#footer a {color:#fff;}
#footerimg {position:absolute; bottom:-20px; left:760px;}
