/* metabolic klienten --------------------------------------------------------
Autor: Fixtreme.de
Version 1.0, 13-10-2006

/*Grundformate der Seite---------------------------------------------------*/

html,body,div,p,table,td,h1,h2,h3,ul,ol,li {
	font:12px/16px Verdana,Arial, Helvetica, sans-serif;
	color: #5f5f5f; /*#727272;*/
}
BODY {margin: 0px; padding:0px; background-color:#EBF1F7;}
H1 {font: bold 16px Verdana, Arial, Helvetica, sans-serif; color: #264F91;}
H2 {font:bold 12px Verdana, Arial, Helvetica, sans-serif; color: #264F91; clear:both;}
H3 {font:normal 12px Verdana, Arial, Helvetica, sans-serif; color: #9AC371;padding-bottom: 11px;}
IMG {border:none; margin:0px; padding:0px;}

/*  Überschriften im Contentbereich  */

.contentbox #headlinepic {
	border:none; 
	float:left; 
	margin: 0px; 
	padding-right: 10px; 
	padding-bottom: 10px;
}
.contentbox .headlinesterne {
	border:none; 
	margin:0px; 
	padding:0px;
}
.contentbox .headline {
	width: 370px; 
	margin:10px 0px -5px 0px;
}

.contentbox .com_back{ 

		position:absolute; 
		top:160px; 
		right:220px; 
		border:none;
}

.contentbox .Preview {
	color: #264F91;
	/*font-weight:bold;
	font-style:italic;*/
}

/*  Links  */

a:link, a:active, a:visited {
		color: #264F91;
		text-decoration: none;
}
a:hover {text-decoration: underline;}
.txtright{ text-align:right;}

.left{ float:left;}

/*------navi ganz oben-------------------------------------------*/
						
/*.navihead { 
		 width:985px;
		 font:normal 9px  Arial, Verdana, Helvetica, sans-serif!import; 
		 color: #6282B5;
		 height:30px;
}*/

/* Zusammenlegung FIXTREME 19.Jan.2011
.navihead {
	background: url("/portaldata/6/styles/images/relaunch/mnavi.png") no-repeat right top;
	color:#6282B5;
	height:36px;
	width:985px;
}

.navihead
{
color:#275093;
float:right;
height:34px;
}
*/
 .navihead {
	background: url("/portaldata/6/styles/images/relaunch/mnavi.png") no-repeat right top;
	color:#275093;
	float:right;
	height:34px;
	width:auto;
	padding:0 125px 0 0;
}

 .navihead-inner {
	background: url("/portaldata/6/styles/images/relaunch/mnavi2.png") no-repeat left top;
	float:left;
	height:34px;
	width:auto;
}
  
.lang {
	position: absolute;
	right: 15px;
	top: 7px;
}
.navihead p{margin:0;padding:5px 0 0 4px; float:left; color: #275093; font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; }					
.navihead p.fb{padding:5px 0 0 12px;}
.navihead a {
		 font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
		 color: #275093;
}

.navihead p a:hover {
		 color: #fff;
		 text-decoration: none;
}

ul#ctl00_navihead {float:left;margin:0;padding:5px 0 0 17px;width:200px;}
ul#ctl00_navihead li{display: inline;}
	
p.flags a img.activeflag { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
}

p.flags a img.inactive { 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; opacity:0.5;
}

p.flags a:hover img, p.flags a:focus img, p.flags a:active img { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0; opacity:1;
}

p.flags a:hover, p.flags a:focus, p.flags a:active { 
	background-color:transparent; 
	color:#06a;
}
		
.navihead p.flags{margin:0;padding-top:10px; float:right;}					
.navihead p.flags a{width:16px; height:11px;margin-right:5px; display:block; float:left;}					
/*.navihead p.flags a span{display:none;}
.navihead p.flags a.deu{background: url(images/flags/de_off.gif) no-repeat;}					
.navihead p.flags a.deu:hover{background: url(images/flags/de.gif) no-repeat;}					
.navihead p.flags a.eng{background: url(images/flags/gb_off.gif) no-repeat;}					
.navihead p.flags a.eng:hover{background: url(images/flags/gb.gif) no-repeat;}					
.navihead p.flags a.ita{background: url(images/flags/it_off.gif) no-repeat;}					
.navihead p.flags a.ita:hover{background: url(images/flags/it.gif) no-repeat;}		
*/				

.navihead p.flags a {display:inline;background:url('images/international.gif') top left no-repeat; width:97px; height:20px; display:block;font-size:12px!important; padding:8px 0 0 10px; margin-top:4px;color:#264F91;}

					
/*------seite zentrieren-------------------------------------------*/

div.centered { 
		 width:985px;
		 margin-left:-492px;
         position: absolute; 
		 left: 50%;
		 padding: 0 0 30px;

}												
						
/*------HEADER-----------------------------------------------------*/

.header {
		width: 985px;
		height: 175px;
		float:left;
		background: url("/portaldata/6/styles/images/relaunch/round-corner-top.png") transparent no-repeat left bottom;
}

/*------LOGO OBEN LINKS (LOGO.GIF)---------------------------------*/

.header .logo {
		position: absolute;
		top: 57px; left:9px;
		width: 200px;
		height: 60px;
		border: none;
}

.header .logo-einfach {
		position: absolute;
		top: 57px; right:42px;
		width: 192px;
		height: 57px;
		border: none;
}
/*------CONTENT DIV-----------------------------------------------*/

.body {
		border:1px solid #c4d2dd;
		border-top: 0px;
		border-bottom: 0px;
		background:#fff;
		width: 983px;
		float:left;
}

/*  Hintergründe der Bereiche  
.body.profil{ background: url(images/bg_profil.gif) right top no-repeat scroll #fff; }
.body.profil2{ background: url(images/bg_profil_neu.gif) right top no-repeat scroll #fff; }
.body.kochen{ background: url(images/bg_kochen.gif) right top no-repeat scroll #fff; }
.body.fitness{ background: url(images/bg_fitness.jpg) right top no-repeat scroll #fff; }
.body.info{ background: url(images/bg_info.jpg) right top no-repeat scroll #fff; }
.body.community{ background: url(images/bg_community.gif) right top no-repeat scroll #fff; }
*/

/*  Hintergründe der Bereiche  */

.body4 /*.contentbox*/{/*width:610px;*/background: url(images/bg_fitness.jpg) right top no-repeat scroll #fff; } /*Homepage*/
.body5 /*.contentbox*/{ background: url(images/bg_profil.gif) right top no-repeat scroll #fff; } /*Profil*/
.body.profil2{ background: url(images/bg_profil_neu.gif) right top no-repeat scroll #fff; }
.body6 /*.contentbox*/{ background: url(images/bg_kochen.gif) right top no-repeat scroll #fff; } /*Kochen*/
.body7 /*.contentbox*/{ background: url(images/bg_fitness.jpg) right top no-repeat scroll #fff; } /*Fitness*/
.body8 /*.contentbox*/{ background: url(images/bg_info.jpg) right top no-repeat scroll #fff; } /*Info*/
.body9 /*.contentbox*/{ background: url(images/bg_community.gif) right top no-repeat scroll #fff; } /*Community*/

.body21 /*.contentbox*/{/*width:610px;*/background: url(images/bg_fitness.jpg) right top no-repeat scroll #fff; }
.body31 /*.contentbox*/{ background: url(images/bg_profil.gif) right top no-repeat scroll #fff; } /*Profil*/


/*------NAVI LINKS/RECHTS---------------------------------------------------*/

.leftnavi { 
		width:170px; 
		float:left;
}

.rightnavi { 
		padding:15px 0px 30px 0px;
		width:170px; 
		border-left: 1px solid #F8F8F9;
		float:left;
}

.rightnavi2 { 
		padding:15px 0px 30px 0px;
		width:170px; /* Ursprünglich 185px, geändert 01.09.2008 RAB */
		border-left: 1px solid #F8F8F9;
		float:left;
		}
		
		
		
.registration-button {background:url(images/relaunch/registration-button.png) no-repeat -1px 0; height:22px; display:block; margin:15px 0 15px 10px; padding:6px 0 0 40px; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold}
.registration-button:hover {background-position:-1px -28px; text-decoration:none}		
		
.login-button-gesundheit {background:url(images/relaunch/login-gesundheit.png) no-repeat; width:149px; height:26px; display:block; font-size:9px; line-height:10px; padding:5px 0 0 32px; letter-spacing:-0.2px; margin:15px 0 15px 10px}
.login-button-gesundheit:hover {background-position:0 -31px; text-decoration:none}



		
/*------DIV MIT CONTENT-----------------------------------------------*/

.body .homepage{width:610px;}
.body .homepage2{width:596px;}

.contentbox {
		text-align: left;
		width:782px;	
		padding:15px 0px 30px 30px;		
		float:left;
  }

.contentbox P {/*width: 580px;*/ /*display:inline;*/}

.hauptkapitel p {width: 580px;display:block; line-height:16px;}
.hauptkapitel h2 {padding-top:20px;}
.hauptkapitel h3 {width: 742px;} /*float:left;*/
/*.hauptkapitel h1.ca_headline {padding-bottom:10px;} auskommentiert am 17.12.2009 FAB*/
/* .contentbox OL LI {width:580px; padding-bottom:10px;} *//* auskommentiert am 18.11.2009 RAB (Zerstört die <OL><LI> Listen unter IE8) */
.contentbox img{
		padding:1px;
		margin:0 10px 15px 0px;
		/*border: 1px solid #B7D986; auskommentiert am 17.12.2009 FAB*/
		float:left;
}
.contentbox .right {float:right;margin: 0 0 6px 6px;}


.contentbox .einleitung p {display:block;}


/*------ footer ----------------------------------------------------------*/

.footer {width:985px; height:80px; float:left; background:url("/portaldata/6/styles/images/relaunch/footer.png") no-repeat scroll left top; text-align:left; padding-top:3px}

.footer a.ca_footer_hinweis {float:left; background: url("/portaldata/6/styles/images/info.jpg") no-repeat scroll left top; margin:13px 62px 0 48px; padding:16px 0 15px 50px; text-transform:uppercase; ntext-decoration:none}
.footer p {float:left; font:bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#275093; text-transform:uppercase; line-height:16px; margin-left:1px; padding-top:3px}
.footer p span {color:#8fbbdc; font-style:italic}
.footer img {float:left; margin:10px 1px 0 59px}
.footer a {font:bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#275093 !important; text-decoration:none}
.footer a:visited {color:#275093; text-decoration:none}
.footer a:hover {color:#335C9D!important; text-decoration:none}


/*----------- obere navi -----------------------------------------------*/

/*.reiter{
		margin-left: 10px; 
		padding: 0;
		width: auto;
		height: 24px;
		background: transparent;
		position:absolute;
		top: 148px; 
		voice-family: "\"}\"";
		voice-family: inherit;
		padding-left: 5px;
}*/

.reiter {
	background:transparent none repeat scroll 0 0;
	height:24px;
	position:absolute;
	top:138px;
	voice-family:inherit;
	width:auto;
}

.reiter ul{
		margin:0;
		padding:10px 0 0 8px;
		list-style:none;
}

.reiter li{
		display:inline;
		/*margin:0 2px 1px 0;*/
		padding:0;
		line-height: 1.3em;
}

.reiter a, .reiter strong{
		float:left;
		color:#fff;
		background: transparent url("/portaldata/6/styles/images/relaunch/button-links.png") no-repeat 0% -150px;
		margin:0 2px 0 0;
		padding:0 0 0 5px;
		text-decoration:none;
		display: inline-block;
}

.reiter a span, .reiter .current span{
		float:left;
		display:block;
		color:#fff;
		text-transform: uppercase;
		background: transparent url("/portaldata/6/styles/images/relaunch/button-rechts.png") no-repeat 100% -150px;
		padding:4px 10px 5px 3px;
		font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		_font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.reiter a span{float:none;}

.reiter .current a, .reiter strong{background-position:left top;}

.reiter .current a span, .reiter .current span{
		background-position:right top;
		padding:4px 5px 5px 0;	color:#275093; text-transform: uppercase;
}

.reiter a:hover{background-position:left top; text-decoration: none;}

.reiter a:hover span{
		color:#275093;
		text-decoration: none;
		background-position:right top;
}

.reiter #current a:hover {background-position:0% -150px; }
.reiter #current a:hover span {color: #fff; background-position:100% -150px;}


/*--------------------Grüne Boxen------------------------------------*/

.boxg  {
		margin: 15px 0px 0px 0px;
		float: left;
}
.boxg div  {
		margin: 0px;
		padding: 0px;
		border:1px solid #B7D986;
		border-top: none;
		background-color: #F8FFE4;
		float:left;
}
.boxg div div {border: none;}


.boxg H2 {
		margin:0px;
		height: 14px;
		padding: 2px 0px 0px 5px;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #fff;
}
.boxg H3 {
		padding:5px 0px 3px 5px;
		margin:0px;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}
.boxg H4 {
		width:auto;
		padding:5px 0px 5px 5px;
		margin: 0px;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #727272;
		background-color: #E4F4BB;
}
.boxg p  {
		width:auto;
		margin: 0px;
		padding:5px;
		font:normal 9px/13px Verdana, Arial, Helvetica, sans-serif; color: #5f5f5f;
}
.boxg img {
		margin:0px;
		padding:0px;
		border:none;
		float:none;
}

.boxg table  {padding:0px 5px 0px 5px;}


/*----kleine box----------*/

.b1{
	width: 283px;
	margin: 15px 15px 0px 0px;
}
.b1 h3 {float:none;width: auto;}
.b1 div {width: 281px;height: 210px}
.b1 H2{background: url(images/box_bg_green.gif) top left no-repeat scroll #C0DF93;}
.b1 p {display:block;}
/*----breite box----------*/

.breit  {width: 560px;}
.breit div{width: 558px;}
.breit H2 {	background: url(images/tabelle_head.gif) top left no-repeat scroll;}
.breit H3 {
/*		width: 538px;
*/		padding-bottom:4px;
		color: #727272;
		background-color: #F0FFC6;
		width:auto;

}

.breit p img {
		width:auto;
		margin:0px;
		padding:0px;
}


/*----info box----------*/

.info{
width: 271px;
margin: 15px 15px 15px 0px;
display:block;
}
.info div {width: 271px;}
.info H2{ width:100%; background: url(images/box_bg_green_info.gif) top left no-repeat scroll ;} 
.info UL LI{padding-right:8px;}


/*----breite info box----------*/

.info_wide  {
width: 560px;
display:block !important;
clear:both;
margin: 15px 0px 15px 0px;
}
.info_wide div{width: 558px;}
.info_wide H2 { background: url(images/tabelle_head.gif) top left no-repeat 
scroll;}
.info_wide UL LI{padding-right:8px;}
.info_wide P {font-size:12px; color:#727272; line-height:1.5em;padding:15px;}


/*----breite info urlaub box----------*/

.info_travel  {
width: 560px;
display:block !important;
clear:both;
margin: 15px 0px 15px 0px;
}
.info_travel div{width: 558px;}
.info_travel H2 {background: url(images/tabelle_head.gif) top left no-repeat 
scroll;}
.info_travel P {font-size:12px; color:#727272; 
line-height:1.5em;padding:15px;}
.info_travel p img { border:1px solid #B7D986; padding:1px; 
margin-right:10px; float:left;}
.info_travel p img.right { border:1px solid #B7D986; padding:1px; 
margin-left:10px; float:right;}
.info_travel H3 {font-size:14px; padding-left:15px; margin-bottom:-10px;}

/*----breite info box startseite----------*/


.info_start  {
width: 581px; 
display:block !important; 
clear:both; 
margin: 15px 0px 15px 0px;
}
.info_start div{width: 579px;}
.info_start H2 {background: url(../../../portaldata/3/images/tabelle_head_3.gif) top left no-repeat scroll;}
.info_start P {font-size:12px; color:#727272; line-height:1.5em;padding:15px;}
.info_start p img { border:1px solid #B7D986; padding:1px; margin-right:10px; float:left;}
.info_start p img.right { border:1px solid #B7D986; padding:1px; margin-left:10px;
float:right;}
.info_start H3 {font-size:14px; padding-left:15px; margin-bottom:-10px;}



/*----detail box----------*/


/*.detail  {width: 450px;}
.detail div {width: 448px;}
.detail H2 {background: url(images/box_bg_green_450.gif) top left no-repeat scroll #FFFFFF;}
.detail H3 {
		padding-bottom:8px;
		color: #727272;
		background-color: #F0FFC6;
}
.detail a  {font:normal 10px Verdana, Arial, Helvetica, sans-serif; color: #727272;}
.detail a:hover {font-weight:bold;}
.detail a img {
		width:auto;
		margin:4px;
		padding:0px;
		border: none;
		vertical-align:middle;
}
*//*----detail rezepte box----------*/
.rez  {	width: 202px; margin-right:0px;}
.rez div  {	width: 200px;}
.rez H2 {background: url(images/box_bg_green_200.gif) top left no-repeat scroll #FFFFFF;}
.rez td{ font-size:10px; padding:2px;}
.rez img{margin:0px; padding:0px;}
.rez .stars{ text-align:center;}
.rez .stars_legend{background:#E4F4BB;}

/*---------Profil box------------*/

.pro  {width: 560px;}
.pro DIV {width: 558px;}
.pro H2 {
		width:auto;
		background: url(images/tabelle_head.gif) top left;
		position:relative;
}

.pro H3 {
		font:bold 11px verdana,arial,helvetica,sans-serif;color:#444;
		border-bottom:1px solid #B7D986;
		padding: 10px 0px 5px 5px;
/*		width:558px;
		float:left;
*/
		width:auto;
		position:relative;

}

.pro H4 {
		padding: 5px 0px 5px 5px;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #727272;
		background-color: #E4F4BB;


}
.pro td{ font-size:10px; padding:2px;}


/*---------Profil box------------*/

.pro_navi  {width: 560px; margin-bottom:-15px;}
.pro_navi DIV {width: 558px; border-bottom:none;}
.pro_navi H2 {
		width:auto;
		background: url(images/tabelle_head.gif) top left;
		position:relative;
}

/*------wrapper 2 boxen nebeneinander-------*/
.wrap{ width:570px; overflow:hidden;float:left;}
.wrap2{ width:202px; float:left;}
/*-----------------------------------------*/

.boxg .date{
width:100%;height:30px;position:relative;border-bottom:1px solid #B7D986;
background:#E4F4BB;
float:none;}
.date span.datum { 
display:block;
position:absolute;
left:170px;
top:8px;
float:left;
}

.boxg .reiter1{
		padding: 0px;
		width: 100%;
		height: 30px;
		background: #E4F4BB;
		voice-family: "\"}\"";
		voice-family: inherit;
		position:relative;
		float:none;
		border-bottom:1px solid #B7D986;

}

.boxg .reiter1 ul{
		margin:0;
		padding:0px 0px 0px 5px;
		list-style:none;
		position:absolute;
		bottom:0px;
		width:100%;
}

.boxg .reiter1 li{
		display:inline;
		margin:0 2px 1px 0;
		padding:0;
		line-height: 1.3em;
}

.boxg .reiter1 a, .boxg .reiter strong{
		float:left;
		color:#fff;
		background: transparent url("images/reiter_links_2.gif") no-repeat left top;
		margin:0 2px 0 0;
		padding:0 0 0 5px;
		text-decoration:none;
		font-size: 10px;
}
.boxg .reiter1 a span, .boxg .reiter1 .current span{
		float:left;
		display:block;
		color:#264F91;
		background: transparent url("images/reiter_rechts_2.gif") no-repeat right top;
		padding:2px 8px 2px 3px;
		font: bold 10px verdana, arial, sans-serif;
}
.boxg .reiter1 a span{float:none;}
.boxg .reiter1 .current a,.boxg .reiter strong{background-position:0 -300px;}
.boxg .reiter1 .current a span,.boxg  .reiter .current span{ background-position:100% -300px; font-weight:bold; color:#fff;}
.boxg .reiter1 a:hover{background-position:0% -150px;}
.boxg .reiter1 a:hover span{ color: #fff; background-position:100% -150px;}
.boxg .reiter1 .current a:hover {background-position:0% -150px; }
.boxg .reiter1 .current a:hover span {color: #fff; background-position:100% -150px;}


/*---------höhe der fitness übungen-----------*/
.boxg p.fitn  {height: 150px;}

/*-------Link(s) unten an grünen Boxen---------*/

a.change span {
padding-right:5px;	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
}
a.change {
	width:100%;
	display:block;
	background: #F0FFC6;
	float:left;
	text-align:right;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #9DBA73;
border-top:1px solid #B7D986;

}
a.change:hover {
	background: #B7D986;
	color:#fff!important;
	text-decoration:none;
}

/*-----------SEITLICHE NAVI-----------------------------------------------*/


/*  graue Boxen   */

.box    {
		width: 149px;
		margin: 15px 0px 15px 10px;
		padding: 0 0 10px 0;
		background: url("/portaldata/6/styles/images/relaunch/box-bottom.png") #dceaf4 no-repeat left bottom;
}

.box div {background-color:#dceaf4;
}

.box H2 {
		margin: 0px;
		padding: 7px 0 2px 6px;
		background: url("/portaldata/6/styles/images/relaunch/box-top.png") top left no-repeat scroll #DCEAF4;
		font:bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box H3 {
		margin: 0px;
		padding: 1px 0px 1px 5px;
		border:1px solid #aeb9c4;
		background-color: #ebf1f7;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box H4 {
		margin: 0px;
		padding: 5px 0px 0px 5px;
		border:1px solid #aeb9c4;
		border-top: none;
		border-bottom: none;
		background-color: #F8F8F9;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box H5 {
		margin: 0px 0px -2px 0px;
		padding: 3px 0px 0px 5px;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #BDBDBD;
}

.box p  {
		margin: 0px;
		padding:5px;
		border:1px solid #aeb9c4;
		border-top: none;
		font:normal 9px Verdana, Arial, Helvetica, sans-serif; color: #555;
		line-height: 13px;
}

.box p.ca_loginlinks  {
		padding:0 6px!important; display:block
}

.box p a {
		font:normal 9px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
		padding-bottom:3px;
		line-height:18px
}

.box p a span {
		font:bold 11px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
		padding-bottom:3px;
		line-height:16px
}

.box p a:hover {color:#7AAD52}
.box p a span:hover {color:#7AAD52}


.box img {
		width:147px;
		padding:0px 0px 5px 0px;
		border:1px solid #E5E5E5;
		border-top:none;
		border-bottom:none;
		margin-bottom:-3px;
		background-color:#ebf1f7;	 
}

.box fieldset {
		margin: 0px;
		padding:0px;
		border: none;
}

.box fieldset p{
		margin: 0px;
		padding: 0px;
		border: none;
		/*text-align:right;*/
		font-weight:bold;
}

.box fieldset p label{
		padding: 5px 0 0 6px; 
		float:left;
}

.box input {
		margin:5px 5px 1px 5px;
		padding:4px 7px;
		border:none;
		width:125px; /*75px*/
		height:18px;
		font:normal 11px "Trebuchet MS", Verdana, Arial; color: #264F91;
		background:transparent url("/portaldata/6/styles/images/relaunch/input.png") no-repeat left top;
}

.box input.button {
		width:52px;
		height:18px;
		border:none;
		margin-left:85px;
		margin-top:6px;
		margin-bottom:4px;
		padding:0 20px 0 0;
		font:bold 12px "Trebuchet MS", Verdana, Arial, sans-serif; 
		text-transform:uppercase;
		color:#275093;
		background:url("/portaldata/6/styles/images/relaunch/arrowlink.png") no-repeat scroll right center transparent;
		cursor:pointer;
}

.box input.hover {
		width: 52px;
		height: 18px;
		border: none;
		margin-left: 85px;
		margin-top:6px;
		margin-bottom:4px;
		padding: 0 20px 0 0;
		font: bold 12px "Trebuchet MS", Verdana, Arial, sans-serif; 
		text-transform: uppercase;
		color:#275093;
		background: url("/portaldata/6/styles/images/relaunch/arrowlink.png") no-repeat scroll right center transparent;
		cursor: pointer;
}

/*ALTER STAND 11.01.2010*/
/*
.box  {
		width: 149px;
		margin: 15px 0px 0px 10px;
}
.box div {border:1px solid #E5E5E5; border-top:none;
}
.box H2 {
		margin: 0px;
		padding: 2px 0px 1px 5px;
		border-bottom:1px solid #E5E5E5;
		background: url(images/box_top.gif) top left no-repeat scroll #FFFFFF;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box H3 {
		margin: 0px;
		padding: 1px 0px 1px 5px;
		border:1px solid #E5E5E5;
		background-color: #F8F8F9;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box H4 {
		margin: 0px;
		padding: 5px 0px 0px 5px;
		border:1px solid #E5E5E5;
		border-top: none;
		border-bottom: none;
		background-color: #F8F8F9;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box H5 {
		margin: 0px 0px -2px 0px;
		padding: 3px 0px 0px 5px;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #BDBDBD;
}

.box p  {
		margin: 0px;
		padding:5px!;
		border:1px solid #E5E5E5;
		border-top: none;
		background-color: #F8F8F9;
		font:normal 9px Verdana, Arial, Helvetica, sans-serif; color: #666;
		line-height: 13px;
}

.box p.ca_loginlinks  {
		padding:5px!important;
}

.box p a {
		padding: 3px 0px 3px 0px;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}
.box p a:hover {color: #7AAD52;}


.box img {
		width:147px;
		padding: 0px 0px 5px 0px;
		border:1px solid #E5E5E5;
		border-top: none;
		border-bottom: none;
		margin-bottom:-3px;
		background-color: #F8F8F9;	 
}

.box fieldset {
		margin: 0px;
		padding:0px;
		border:1px solid #E5E5E5;
		border-top: none;
		background-color: #F8F8F9;
}

.box fieldset p{
		margin: 0px;
		padding: 0px;
		border: none;
		/*text-align:right;
		font-weight:bold;
}

.box input {
		margin: 5px 5px 0px 5px;
		padding: 0px;
		border: 1px solid #E5E5E5;
		width: 135px; 
		font:normal 11px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}
.box input.button {
		width: 46px;
		height: 16px;
		border: none;
		margin-left: 90px;
		margin-bottom:5px;
		font: bold 9px verdana,helvetica,sans-serif; color:#666;
		background:url(images/button_0.gif) left top no-repeat scroll;
}
.box input.hover {
		width: 46px;
		height: 16px;
		border: none;
		margin-left: 90px;
		margin-bottom:5px;
		font: bold 9px verdana,helvetica,sans-serif; color:#264F91;
		background:url(images/button_1.gif) left top no-repeat scroll;
}
*/

/*  suche */

.box label{font:bold 10px Verdana, Arial, Helvetica, sans-serif; padding: 4px 0 0 6px; float:left;}

.box .searchtxt{
background:url("/portaldata/6/styles/images/relaunch/input.png") no-repeat scroll left top transparent;
border:medium none;
color:#264F91;
font:12px "Trebuchet MS",Verdana,Arial;
margin:5px 5px 5px -2px;
padding:7px;
width:125px;
}
.box .searchin{
	DISPLAY: block; 
	PADDING: 4px; 
	FLOAT: left; 
}
.box #criteria2{
		margin: 0px;
		display:block;
		padding:0 0 5px 0;
		float:left;
}
.box .criteria {
     border: 1px solid #AEB9C4;
     color: #264F91;
     float: left;
     font: 9px Verdana,Arial,Helvetica,sans-serif;
     height: 18px;
     margin-bottom: 14px;
     padding: 1px 0;
     width: 123px;
}

.box input.button1 {
		width: 46px;
		height: 16px;
		border: none;
		font: bold 9px verdana,helvetica,sans-serif; color:#A6A6A6;
		background:url(images/button_0.gif) left top no-repeat scroll;
}

.box input.ca_search_inpt {
		width: 21px;
		height: 21px;
		border: none;
		padding:0 15px 0 0;
		margin: 0 4px 0 0;
		font: bold 12px "Trebuchet MS", Verdana, Arial, sans-serif; 
		text-transform: uppercase;
		color:#275093;
		background: url("/portaldata/6/styles/images/relaunch/arrowlink.png") no-repeat scroll right center transparent;
		cursor: pointer;
		float: right;
}

.box input.hover1 {
		width: 46px;
		height: 16px;
		border: none;
		font: bold 9px verdana,helvetica,sans-serif; color:#264F91;
		background:url(images/button_1.gif) left top no-repeat scroll;
}

/*-------------box rechts------------*/

.box2  {
		width: 169px;
		margin: 15px 0px 0px 10px;
}

.box2 H2 {
		margin: 0px;
		padding: 2px 0px 1px 5px;
		border-bottom:1px solid #E5E5E5;
		background: url(images/box_top_2.gif) top left no-repeat scroll #FFFFFF;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box2 H3 {
		margin: 0px;
		padding: 1px 0px 2px 5px;
		border:1px solid #E5E5E5;
		background-color: #F8F8F9;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #264F91;
}

.box2 p  {
		margin: 0px;
		padding: 5px;
		border:1px solid #E5E5E5;
		border-top: none;
		background-color: #F8F8F9;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #A6A6A6;
		line-height: 13px;
}
.box2 img {vertical-align:middle;}
.box2 p img {vertical-align:middle; padding:0px 2px 0px 2px;}
.box2 p.beitr {font-weight:normal;}

.box2 H4 {
		margin: 0px;
		padding: 3px 0px 3px 5px;
		border:1px solid #E5E5E5;
		border-top: none;
		border-bottom: none;
		background-color: #E5E5E5;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #777;
}

.boxg .blau {
		color:#264F91;
		font:bold 9px Verdana, Arial, Helvetica, sans-serif;
		line-height: 13px;
}


/*  Navigation   */

.body .leftnavi ul.navlist1
{
		width: 147px;
		margin: -23px 0 0 0;
		padding:6px 0px 5px 0px;
		border: none;
}

.body .leftnavi ul.navlist1 li
{
		margin: 5px 0px 0px 5px;
		padding:0px 0 3px 0;
		border: 0px;
		list-style: none;
		background:url(images/box_bg_1.gif) no-repeat left bottom;
		display:block;
}

.body .leftnavi ul.navlist1 li a
{
		width: 127px!important;
		margin: 0px;
		padding:4px 5px 0px 5px; 
		display: block;
		text-decoration: none;
		text-align: left;
		background:transparent url(images/box_bg_1.gif) no-repeat left top;
		font: normal 11px arial,helvetica,sans-serif;
}

.body .leftnavi ul.navlist1 li a:link { color: #555; }
.body .leftnavi ul.navlist1 li a:visited { color: #555;}

.body .leftnavi ul.navlist1 li:hover

{
		background:transparent url(images/box_bg_over_1.gif) no-repeat left bottom!important;
}

.body .leftnavi ul.navlist1 li:hover a,
.body .leftnavi ul.navlist1 li a:hover

{
		color: #264F91!important;
		background:transparent url(images/box_bg_over_1.gif) no-repeat left top!important;
}

.body .leftnavi ul.navlist1 li.current a

{
		color: #264F91!important;
		font-weight: bold;
		background:transparent url(images/box_bg_over_1.gif) no-repeat left top;
}

.body .leftnavi ul.navlist1 li a.active
{
		color: #264F91;
		font-weight: bold!important;
		background:transparent url(images/box_bg_over_1.gif) no-repeat left top;	
}

.body .leftnavi ul.navlist1 li.current

{
		color: #264F91;
		background:transparent url(images/box_bg_over_1.gif) no-repeat left bottom;
}

.centered .body .leftnavi ul.navlist1 .topic
{
		color:#264F91;
		font-weight: bold;
		background:  url(images/box_bg_topic.gif) no-repeat left top;
}

/*--------------- Tabellen -----------------*/

.tabelle {
		width:auto;
		border-collapse:separate; 
		border-spacing:2px;
		border:1px #B7D986 solid;
		background: #F0FFC6;
		margin:4px;
}

.tabelle TD {
		border:1px #DFEDB8 solid;
		background: #E6F4BD;
		padding:0px 0px 0px 4px;
		font: bold 9px verdana,arial,helvetica,sans-serif;
}

.tabelle TD.none {
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
}

/*------------Suchergebnisse------------------*/

.boxg .suchergebniss {width:100%; margin:0px; float:none; border:none;}
.boxg .suchergebniss td{padding:2px;}
.boxg .suchergebniss td.pix{padding:0px;}
.boxg .suchergebniss a{font: bold 10px verdana,arial,helvetica,sans-serif;color:#727272;}
.boxg .suchergebniss a:hover{ color:#7AAC53;}
.boxg .suchergebniss .seg_1{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:78px;
}

.boxg .suchergebniss .seg_2{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:100%;
}

.boxg .suchergebniss .seg_3{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:55px;
}

.boxg .suchergebniss .seg_4{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:55px;
}

.boxg .suchergebniss .seg_5{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:78px;
}

.boxg .suchergebniss .seg_6{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:100%;
}

.boxg .suchergebniss .seg_7{
		white-space: pre;
		padding:0px 0px 0px 4px;
		border:none;
		background: #F0FFC6;
		font:normal 10px arial,helvetica,sans-serif;
		width:55px;
}

/*------------Formular------------------*/

.form table  {
	border-collapse: collapse;
	border-spacing:1px;
	width:100%;
	padding:0px;
}

.form table th { 
		background: #F8FFE4;
		width: 140px;
		font:bold 10px verdana,arial,helvetica,sans-serif;
		padding: 4px 0px 4px 5px;
		border:1px #DFEDB8 solid;
}

.form table td {
		padding-left: 5px; 
		background:#F0FFC6;
		font:normal 9px verdana,arial,helvetica,sans-serif;
}

/*#form #suchen { 
		height:20px;
		width: 543px!important;
		background: #F0FFC6;
		border: none;
		border-top: 1px solid #B7D986;
		font:bold 10px verdana,arial,helvetica,sans-serif;color: #9DBA73;
		text-align:right;
		padding-right: 10px;
}

#form #suchen:hover { 
		background: #B7D986!important;
		color: #fff;
}
*/
.form p { 
		font-size:10px; 
		margin:5px 0px 5px 0px;  
		padding:0px;
}

.form .volltext th {
		background:#C1E095;
		width:auto;
		border: none;
}

.form .volltext td {
		background:#C1E095;
		width:auto;
}

.form  input {
		border:1px solid #B7D986;
		background:#F8FFE4;
}

.form  input.kont {width: 250px;}
.form  textarea {
		width: 250px;
		height:150px;
		border: 1px solid #B7D986;
		background:#F8FFE4;
}

.form .volltext input {
		width: 200px;
		border: 2px solid #a2bc7d;
		font: normal 11px verdana,arial,helvetica,sans-serif; color:#577E00;
		background:#F8FFE4;
		padding:2px;
		margin:5px;
}

.form select {
		width: 250px;
		border: 1px solid #ccc;
		font: normal 10px verdana,arial,helvetica,sans-serif; color:#577E00;
		background:#F8FFE4;
}

/*Profil Meine Ernährung Phasen*/

.boxg .me{ 
		background: #F0FFC8;
		padding:20px;
		width:518px;
		float:none;
}

/* .me p#p3{ 
		padding:5px!important;
		margin:0px!important;
		border: none!important;

}*/

.boxg .me table {
		border-spacing:1px;
		width:100%;
		border: none;
		background: #F0FFC6;
		empty-cells:hide;
		margin:5px 0px 5px 0px;
}

.boxg .me table th { 
		background: #F8FFE4;
		width: 140px;
		font:bold 12px verdana,arial,helvetica,sans-serif;
		padding: 4px 0px 4px 10px;
		border:1px #DFEDB8 solid;
		text-align:left;
}

.boxg .me table tr td {
		border: 1px solid #DFEDB8;
		background: #F8FFE4;
		width: 260px;
		font:normal 9px verdana,arial,helvetica,sans-serif;
		padding:3px 3px 3px 3px;
}

.boxg .me table th img{padding-right:5px;margin-left:-5px;border:none;}
.boxg .me table th img.vert_mid{ vertical-align:middle;}

.boxg .me table tr.vs td{	background: #F8FFE4; font-weight:bold;}

.boxg .att {
background: url(images/att.gif) 0px 15px no-repeat scroll;
padding:20px 0px 15px 30px;
font-weight:bold;
}

div.me2{
position:relative;
background:url(images/mb_phase3.jpg) no-repeat center scroll #F0FFC8; 
height:320px;
}
/*div.me2#p4{background:url(images/mb_phase4.jpg) no-repeat center scroll #F0FFC8;height:372px;}
div.me2#gr{background:url(images/mb_gr.jpg) no-repeat center scroll #F0FFC8;height:450px;}
div.me2#p4_2{background:url(images/mb_tagebuch4.jpg) no-repeat center scroll #F0FFC8;height:450px;}
*/

div.me2 p{
position:absolute; 
background:none; 
border:none;
padding:100px 60px 40px 60px;
color:#666;
line-height:16px;
}

div.me2 span{ font-size:11px; font-style:oblique;}

div.me2 .flash_header{position:absolute; top: 50px; left: 55px;}
div.grundr .flash_header{position:absolute; top: 45px; left: 65px;}


/* regeln tabelle*/

/*
#mbregeln{
position:absolute; 
top:150px;
left:30px;
border-spacing:1px;
width:450px;
border: none;
empty-cells:hide;
padding:0px;
}

#mbregeln th { 
		width: 70px;
		font: italic 10px verdana,arial,helvetica,sans-serif;
		color:#e34a2b;
		padding: 4px 0px 4px 10px;
		vertical-align:top;
}

#mbregeln tr td {
		width:380px;
		font:normal 9px verdana,arial,helvetica,sans-serif;
		color:#666;
		padding:3px 0px 6px 3px;
}
*/

.regelnpic {
	position:absolute;
	top:300px;
	left:670px;
	z-index:20;
}
.regelnpic img {border:none;}

/*.print {margin:0px 0px 5px 10px!important; vertical-align:middle; border:none!important;}
*/
/*10 Grundregeln POP-UP*/

div.grundr{
	position:relative;
	background:url(images/mb_gr.jpg) no-repeat 2px top scroll #F0FFC8; 
	height:470px;
	width:500px;
	margin-top: -2px;
	border-top: 1px solid #B7D986!important;
}

div.grundr p{
	position:absolute; 
	background:none; 
	border:none;
	padding:95px 40px 40px 25px;
	color:#666;
	line-height:1.7em;
	font-size:10px;
}
.mbreg{
	position:absolute; 
	width:450px;
	top:145px;
	left:0px;
	border-spacing:1px;
	width:95%;
	border: none;
	empty-cells:hide;
}
.mbreg th { 
	width: 70px;
	font: italic 10px verdana,arial,helvetica,sans-serif;
	color:#e34a2b;
	padding: 4px 0px 4px 10px;
	vertical-align:top;
}

.mbreg tr td {
	width: 380px;
	font:normal 9px verdana,arial,helvetica,sans-serif;
	color:#666;
	padding:3px 0px 6px 3px;
}

.close {
	position:absolute; 
	top:450px;
	left: 180px;
	color:#666;
	font-size:10px;
}

/*------------Rezept Details------------------*/

.detail1{
		width:100%;
		table-layout: fixed;
		border-collapse: collapse;
		background: #F0FFC6;
}

.detail1 TD {
		width:auto;
		border-bottom:1px #CDF396 solid;
		background: #F8FFE4;
		padding:2px 4px 2px 4px;
		font: normal 10px verdana,arial,helvetica,sans-serif;
		color:#979797;
}
.detail1 TD.r {
		width:55px;
		text-align:right;}

.detail1 TD.r1 {
		width:120px;
		text-align:right;}
		
.detail1 TD.r2 {
		width:130px;
		text-align:right;}
		
.detail1 TD.r3 {
padding:7px 0px 7px 20px;
		text-align:left;}


.detail1 a {font: normal 10px verdana,arial,helvetica,sans-serif;}
.detail1 a:hover {color:#7AAD52;}

/*------------Piktos oben rechts bei Profil------------*/

.prof {
		width: 490px;
		height: 44px;
		float:left;
		padding:0px;
		margin:-14px 0px 15px 0px;
}

.prof img {
		width: 44px;
		height: 43px;
		margin: 0px;
		padding:5px;
		border: none;
}

/*--------------- horiz. Piktos bei Home -----------------*/

.piktolist
{
		list-style: none;
		padding:0px 57px 20px 0px;
		margin:0px;
}

.piktolist li
{
		display: inline;
		padding: 0;
		margin: 0;
}

.piktolist li img {
		margin:0px 10px 0px 0px;
		border: none;
		float:none;
}

/*------------Glossar A-Z---------------------*/

.glossar {text-align:center;}
.glossar a{font: normal 9px verdana,helvetica,sans-serif;}

/*-------profil---------*/

.boxg .profil  {
		border-spacing:1px;
		width:100%;
		background: #F0FFC6;
		empty-cells:hide;
		float:left;
}

.boxg .profil th { 
		background: #F8FFE4;
		width: 100px;
		font:bold 10px verdana,arial,helvetica,sans-serif;
		padding: 4px 0px 4px 5px;
		border:1px #DFEDB8 solid;
}

.boxg .profil th.off { 
background:#F8FFE4 url(images/tick2.gif) 1% 50% no-repeat scroll;padding-left:22px;
}

.boxg .profil th.on { 
background:#F8FFE4 url(images/tick.gif) 1% 50% no-repeat scroll;padding-left:22px;
}

.boxg .profil tr td {
		border: 1px solid #DFEDB8;
		background: #F0FFC6;
		width: 260px;
		font:normal 9px verdana,arial,helvetica,sans-serif;
		padding:3px 0px 3px 3px;
}

.boxg .profil td.avatar{
		width:auto;
		text-align:center;
}


.boxg .profil td img{
		width:auto;
		border:none;
 }


.boxg .profil tr.nobrd td {border: none;}

.boxg .profil td input {
		border:1px #B7D986 solid;
		height: 16px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
}
.boxg .profil td select {
		border:1px #B7D986 solid;
		width: 360px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
		background:#F8FFE4;
}

.boxg .profil td select.auspr { width:133px;}


.boxg .profil td textarea {
		border:1px #B7D986 solid;
		height: 80px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
}
.boxg .profil td input.breit {width:97%;}
.boxg .profil td textarea.breit {width:97%;}

.boxg .profil td select {
		border:1px #7c935b solid;
		width: 200px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
		background:#F8FFE4;
	}


.boxg .profil .k{width:300px; background:#F8FFE4;}
.boxg .profil .k img{float:left; padding-right:10px;}
.boxg .profil .k a{font-weight:bold;width:auto;}
.rang{font:normal 9px verdana,arial,helvetica,sans-serif;color:#979797;}

.boxg .profil .lounge_1{width:100%;}
.boxg .profil .lounge_2{padding:6px;}
.boxg .profil .lounge_btn{margin-top:4px; background-color:#C5E29A; width:100px;}

.boxg .profil .member_flash{text-align:center; display:block; width:527px; float:left; padding-top:20px;}

/*<<<<< mein tagebuch >>>>>>>>>>>*/

.boxg .bt {
		vertical-align:middle;
		padding: 0px 10px 0px 10px;
}

/*alte navi nur bei printseiten*/

.tbnavi{
		background:#F0FFC6 url(images/tg_bt_bg.gif);
		margin: 0px 0px 2px 0px;
		padding:2px 5px 2px 0px;
}
.tbnavi a{
		padding:3px; 
		background:#B7D986 url(images/tg_bt_bg.gif) left top repeat-x scroll;
		border-right:2px solid #F0FFC6;
}

.tbnavi a:hover{
		font-weight:normal!important; color:#FFF;
		background:#667766 url(images/tg_bt_bg1.gif) left top repeat-x scroll;
}
.tbnavi a.act{
		font-weight:normal!important; color:#FFF;
		background:#667766 url(images/tg_bt_bg2.gif) left top repeat-x scroll;
}


.boxg .tbtable{
		padding:0px;
		width:100%;
		border:none;
}
.boxg .tbtable table{
		width:100%;
		border-collapse: collapse;
		padding:0px;
}
.boxg .tbtable table td{
		font:normal 10px verdana,arial,helvetica,sans-serif;
		border-bottom:1px solid #CCF295;
		padding:5px;
}
.boxg .tbtable table td.moticheck{
		text-align:right; 
		background-color:#F0FFC6;
}

.boxg .tbtable table th{
		font:bold 11px verdana,arial,helvetica,sans-serif;
		border-bottom:1px solid #CCF295;
		padding: 10px 0px 8px 10px;
		color:#264F91;
		text-align:left;
}
.boxg .tbtable table th a{
		font:bold 11px verdana,arial,helvetica,sans-serif;
}
/*.boxg .tbtable table th a.new{
		font:bold 10px verdana,arial,helvetica,sans-serif;
}
*/.boxg .tbtable table td img{
		width:auto;
		border:none;
		margin:2px;
		padding:0px;
}

.boxg .ern .ftn,.boxg .tbtable .ftn{
		border:1px solid #CCF295;
		margin-right:10px;
		vertical-align:middle;
}

.boxg .tbtable table td select {
		border:1px #7c935b solid;
		width: 100px;
		font:normal 9px verdana,arial,helvetica,sans-serif;
		background:#F8FFE4;
}

.boxg .tbtable .sm{font:normal 10px verdana,arial,helvetica,sans-serif;}
.boxg .sb{font:bold 11px verdana,arial,helvetica,sans-serif;color:#444;}

/*<<<<< statistik >>>>>>>>>>>*/
.boxg .stat{text-align:center;}
.boxg .stat table{margin-top:10px;}
.boxg .stat table td a
{
		width:123px;
		margin: 0px 0px 3px 0px;
		padding: 2px 0px 0px 5px;
		display:block;
		text-decoration: none;
		text-align: left;
		background:  url(images/box_bg_stat.gif) no-repeat left top;
		font: normal 11px arial,helvetica,sans-serif;
}

.boxg .stat table td a:link { color: #979797; }
.boxg .stat table td a:visited { color: #979797;}
.boxg .stat table td a:hover{
		color: #264F91;
		background:  url(images/box_bg_stat_over.gif) no-repeat left top;
}

.boxg .stat table td a.active
{
		color: #264F91;
		font-weight: bold;
		background:  url(images/box_bg_stat_over1.gif) no-repeat left top;	
}

/*<<<<< community >>>>>>>>>>>*/
.box .erw {
		padding:2px 0px 4px 5px;
		margin-top:-1px;
}

.box .erw a{
		font:normal 10px verdana,arial,helvetica,sans-serif;
		text-decoration:underline;
}

/*<<<<< login >>>>>>>>>>>*/
.warning {
	color: #ff0000;
	font-size: 10px;
	padding:4px;
}

.boxg .spruch{
		padding: 10px 0px 10px 10px;
		font-style:italic; color:#264f91;
		font-weight:bold;
		font-size:11px;
}

/*<<<<< forum >>>>>>>>>>>*/

.forum  {
		width: 745px;
		margin: 15px 0px 0px 0px;
		float: left;

}
.forum H2 {
		width:auto;
		background: url(images/tabelle_head_2.gif) top left no-repeat scroll;
}
.forum H2.blau {
		background: url(images/box_bg_blau_510.gif) top left no-repeat scroll;
}

.forum IMG {
		width:auto; border:none;
}

.boxg .forum2{
	float:left;
	width:737px;
	border-top:1px solid #B7D986;
	background:#E4F4BB;
	padding:10px 6px 6px 0px;
	text-align:right;
}

/*-------profil---------*/

.boxg .forumtbl  {
	border-spacing:1px;
	empty-cells:hide;
	width:100%;
	float:left;
}

.boxg .forumtbl th { 
	background: #F8FFE4;
	font:bold 10px verdana,arial,helvetica,sans-serif;
	border: 1px solid #c1e091;
	padding: 0px;
	margin: 0px;
	width:100px;
}

.boxg .forumtbl th.det { 
	background:#E0EEBB;
}

.boxg .forumtbl th span{ 
	font:normal 9px/14px verdana,arial,helvetica,sans-serif;color:#727272;
	padding-left: 5px;
}

.boxg .forumtbl tr td.det {		
	border: 1px solid #c1e091;
	background: #F0FFC6;
	font:normal 11px verdana,arial,helvetica,sans-serif;color:#333333;
}

.boxg .forumtbl tr td {
	border: 1px solid #c1e091;
	padding: 3px;
	background: #f8ffe4;
	font:normal 9px/10px verdana,arial,helvetica,sans-serif;color:#727272;
}

.boxg .forumtbl tr td H5 { 
	font:bold 14px verdana,arial,helvetica,sans-serif;color:#264F91;
	margin:  0px 0px 10px 0px;
}
.boxg .forumtbl tr td img{width:auto;
}

.boxg .forumtbl td input {
		border:1px #7c935b solid;
		width: 200px;
		height: 16px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
}

.boxg .forumtbl.f {margin-bottom:8px;}

.boxg .forumtbl .det1 {width:36px;}
.boxg .forumtbl .det2 {width:auto;}
.boxg .forumtbl .det2 a {font-weight:bold;}
.boxg .forumtbl .det3 {text-align:center;width:50px; }
.boxg .forumtbl .det4 {
		width:118px;
		font-weight:bold; 
		letter-spacing:-0.05em;
}
.boxg .forumtbl .det4 a {
		font-size:9px;
		font-weight:normal;
		text-decoration:underline;
}
.boxg .forumtbl .det5 {
		border:none;
		background:#F0FFC6;
		padding:10px;
}
.boxg .forumtbl .det6 { 
		vertical-align:top; 
		width:99px; 
		padding:7px; 
		line-height:14px;
}
.boxg .forumtbl .det6 img{border: 1px solid #c6eb91;}
.boxg .forumtbl .det6 a {text-decoration:underline;}
.boxg .forumtbl .det6 .star{border:none;margin:6px 0px 0px 10px;}

.contentbox .boxg .forumtbl .det7 {
		line-height:14px;
		padding:10px;color:#000; 
		height:250px; 
		vertical-align:top;
    font-size:12px;
}

/* (RAB 16-04-2008) Nachfolgende Klasse eingefügt lt. Fabian Britsch */
.contentbox .boxg .forumtbl .det7 p {
    color:#000;
}

.contentbox .boxg .forumtbl .det8 {
		background:#f0ffc6;
		padding:5px 5px 3px 10px;
		color:#727272;
		letter-spacing:-0.05em; 
}
.contentbox .boxg .forumtbl .det8 h5{
		font-size:10px; 
		border:none; 
		margin:0px; 
		letter-spacing:0.05em; 
		float:left;
}
.contentbox .boxg .forumtbl .det8 h5 span{
		color:#999; 
		letter-spacing:0em;
		margin-left:10px;
}
.contentbox .boxg .forumtbl .det8 img{float:right;}

/*.boxg .forumtbl .det9 {background:#F0FFC6;}
*/
.boxg .forumtbl.start  {
		border: 1px solid #96C0E6;
		background: #D2E3F5;
		margin-left:-1px;
		margin-right:-1px;
		width:745px;
}

.boxg .forumtbl.start tr td {
		border: 1px solid #96C0E6;
		padding: 3px;
		background: #EBF1F7;
		font:normal 9px/10px verdana,arial,helvetica,sans-serif;color:#727272;
}

.boxg .forumtbl.start tr td H5 { 
		font:bold 11px verdana,arial,helvetica,sans-serif;color:#264F91;
		margin:  10px 0px 6px -2px;
}


.contentbox .boxg .forumtbl.start .det8 {background:#cad8f3;color:#727272;}

/*-------nachrichten---------*/

.contentbox .boxg .forumtbl.nachrichten{
		border-collapse:collapse;
		width:auto;
		margin:7px;
		float:none;
}

.contentbox .nachrichten2{
		width:auto;
		margin:0px;
		float:none;
		border-top:1px solid #B7D986;
		background:#E4F4BB;
		padding:10px 6px 6px 0px;
		text-align:right;

}

.forumtbl .a{ text-align:center;}
.forumtbl .b a{color:#727272;}
.forumtbl .bneu a{color:#727272; font-weight:bold;}
.forumtbl .c,.forumtbl .cneu{ width:100%;}
.forumtbl .d{ width:545px;}
.forumtbl .cneu a{font-weight:bold;}
.forumtbl .e{ text-align:center;}
.forumtbl .e{ width:100%; float:none;}
.forumtbl .f {width:auto;margin:0px;
}
.forumtbl .f label{
		display:block; 
		float:left; 
		width:100px;
		padding:5px 5px 0px 0px; 
		text-align:right;
}
.boxg .forumtbl .f textarea{
	padding:5px;
	width:375px;
	height:100px;
	border:1px solid #B7D986;
}
.boxg .forumtbl .f select{
	width:100px;
	border:1px solid #B7D986;background:#E4F4BB;
	font-size:11px;
	margin:0px 0px 5px 0px;

}
.boxg .forumtbl .f input{
	width:380px;
	padding:2px 0px 0px 5px;
	margin:0px 0px 5px 0px;
	background:#E4F4BB;
	border-color:#B7D986;
	font-weight:bold;
}

.boxg .forumtbl .g{
		padding:20px;
		line-height:13px;
}
.boxg .forumtbl .sig{
		padding:4px;
		color:#264F91;
 }
/*----------------------*/

.boxg .forumtbl .head td{
		background:#F0FFC6 url(images/tg_bt_bg.gif);
		color:#666666;
}
.contentbox .pager { width:100%; text-align:center; padding:10px 0px 10px 0px;  border:none; background:none;}
.contentbox .pager span{text-align:center;font: normal 10px Verdana, Arial, Helvetica, sans-serif;color:#333333;}
.contentbox .pager a{ border:none; padding:4px;}
.contentbox .pager a#on{color:#CC0000; text-decoration:underline; }
.contentbox .pager a:hover{ border:1px solid #B7D986; padding:3px;color:#CC0000;}
.contentbox .pager a.nob:hover{ border:1px solid #fff;} 



.contentbox .ansprache{
		background:#F8FFE4;
		padding:20px;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
		color: #264F91;
		float:left;
}

.contentbox .notice{font-weight:bold;}
.contentbox .notice IMG{vertical-align:middle;}

/*---------kochen aktionenpiktos-----------*/

.kakt  {vertical-align:middle;}

.contentbox .flash{
		text-align:center;
		padding-top:10px;
}

.wt{
		width:100px;
		height:17px;
		display:block;
		position:absolute;
		top:7px;
		left:5px;
}
.contentbox .wt1,.contentbox .wt2, .contentbox .wt3, .contentbox .wt4{
		float:left;
		display:block;
		padding:0px 0px 0px 9px;
		height:17px;
		font-size:9px;
		font-weight:bold;
		color:#264f91;

}

.contentbox .wt1{
		background: url(images/tb_wt_3.gif) top left no-repeat;
}
.contentbox .wt2{
		width:31px;
		color:#fff;
		background: url(images/tb_wt_3.gif) top right  no-repeat;
}

.contentbox .wt3{
		width:42px;
		background: url(images/tb_wt_4.gif) top left no-repeat;
		color:#fff;

}
.contentbox .wt4{
		width:31px;
		background: url(images/tb_wt_4.gif) top right  no-repeat;		
}

/*  Profil Vorschau  */
.contentbox .vorsch img {
		border:none;
		padding:0px 10px 0px 0px;
		margin: 0px;
		vertical-align:middle;
		float:none;
}
.contentbox .vorsch1{ 
		width:70%;
		border:1px dotted #ddd;
}

/*Profil Tagebuch*/

div.tb{
		background:#F0FFC8;
		float:left;
}
div.tb p{
		color:#666;
		border:none;
		margin:15px 0px 0px 10px;
		padding:0px 0px 15px 0px; 
		width:174px;
		background:url(images/mb_tagebuch_3.jpg) left bottom no-repeat;
}
div.tb p span{margin:0px 14px;}
div.tb p h4{
		margin:0px 14px;
		background:none;
}

div.tb div{
		border:1px solid #B7D986;
		margin-bottom:15px;
		width:99.5%;
		position:relative;
}

.boxg div.tb div h2{
		height:auto;
		padding:8px 0px 10px 30px;
		color:#444;
		width:auto;
}

.boxg div.tb div h3{
		padding:4px 0px 4px 6px;
		border:none;
		background:#CDE8A2;position:relative;
}

.boxg div.tb div .zu{
		position:absolute;
		top:7px;
		right:5px;
		z-index:200;
}

.boxg div.tb .termine{
		width:318px;
		padding:20px;
		border:none;
		float:left;
		margin:2px 0px;
}

.boxg div.tb .termine .termin{background:url(images/tb_termin_3.png) 4px 4px no-repeat #E6F4BD;}
.boxg div.tb .termine .wieget{background:url(images/tb_gewicht_3.png) 4px 4px no-repeat #E6F4BD; }
.boxg div.tb .termine .sport{background:url(images/tb_sport_3.png) 4px 4px no-repeat #E6F4BD;}
.boxg div.tb .termine .notiz{background:url(images/tb_notiz_3.png) 4px 4px no-repeat #E6F4BD;}
.boxg div.tb .termine .ernaehrung{background:url(images/tb_ern_3.png) 4px 4px no-repeat #E6F4BD;}
.boxg div.tb .termine .tipps{background:url(images/tb_tipps_3.png) 4px 4px no-repeat #E6F4BD;}


.boxg div.tb .zitat{
		width:200px;
		height:100%;
		border:none;
		padding:0px;
		background:none;
		float:left;
}

div.tb .zitat img{border:none;}

div.tb div span{
		display:block;
		padding:4px 0px 4px 6px;
		font-size:10px;
}


.contentbox .kalender{
		background:#E6F4BD;
		border-collapse:collapse;
		text-align:center;
		margin:20px 4px;
		width:550px;
		table-layout:fixed;
}

.contentbox .kalender th{
		background: url(images/table_bg.gif) top left;
		font-size:11px;
		padding:4px 3px 4px 3px;
		border:1px solid #B7D986; text-align:center;
		letter-spacing:-0.05em;
}
.contentbox .kalender th:hover{background: url(images/table_bg_hover.gif) top left;}
.contentbox .kalender th:hover a{color:#606f4b;}
.contentbox .kalender th.actv {background: url(images/table_bg_act.gif) top left;}
.contentbox .kalender th.actv a{color:#fff;}
.contentbox .kalender th.actv:hover {background: url(images/table_bg_act_hover.gif) top left;}

.contentbox .kalender tr td{
		vertical-align:top;
		text-align:center;
		border:1px solid #B7D986;
}
.contentbox .kalender tr td a img{margin:0 0 10px 0;}

.contentbox .boxg .legende{
		letter-spacing:-0.05em;
		font-size:9px;
}

.contentbox .boxg .legende img{
		padding-left:12px;
		vertical-align:middle;
}


/*-frage button-*/
.boxg .frage{ position:absolute; right:2px;}

/*------------tagebuch ernährung------------------*/
.boxg .tbtable .ern {
		border:1px solid #CCF295; 
		background:#E6F4BD;
}
.boxg .tbtable .ern th{
		font-size:10px;
		font-style:oblique;
		font-weight:normal;
		color:#727272;
		background:#F8FFE4;
		padding:1px 4px 1px 4px;
}
.boxg .tbtable .ern img  {margin:2px;}

.boxg .tbtable .ern a{
		font-weight:bold;
		color:#727272;
}
.boxg .tbtable .ern a:hover{ color:#7AAC53;}

.print { text-align:center;}
.print img{ vertical-align:middle;}
.print a{font-size:10px;}


.boxg .tbtable .ern .ern_1{width:20%;}
.boxg .tbtable .ern .ern_2{width:auto;}
.boxg .tbtable .ern .ern_3{width:14%;}

.back{ 
		background:url(images/back.png) 0px 1px no-repeat;
		padding-left:15px;
		position:absolute; 
		right:10px;
}
.contentbox .com_back{ 
		position:absolute; 
		top:160px; 
		right:220px; 
		border:none;
}


img.xxl-editbutton

{
    width:auto;
    height:auto;
    border:none;
    background:none;
    margin:0;
    padding:0;

}

.rez_search_box {
    width: 450px;
    display:block !important;
    clear: both;
    margin: 15px 0px 15px 0px;
 }
 
 .rez_search_box div{width: 448px;}
 .rez_search_box H2 { background: url(images/tabelle_head_4.gif) top left no-repeat scroll; }
 
 /*Homepage Styles*/
.hp_teaser_1{width:300px; float:left; margin-top:15px;}
.hp_teaser{width:300px;  padding:5px 0 15px 0; border-bottom:1px dotted #666; float:left;}
.hp_teaser span{color:#87a6c4; font-weight:bold; font-size:11px;}
.hp_teaser h1{font-size:13px}
.hp_teaser_2{width:432px; background:url(images/home_teaser_bg_3.gif) no-repeat; padding:0px; margin-left:35px; float:left;}
.hp_teaser_2 h1{margin-top:26px;padding-top:0; margin-left:30px;}
.hp_teaser_2 h2{margin-top:0px;padding-top:0;}
.hp_teaser_2_item{display:inline; float:left; margin-top:10px; margin-left:30px;}
.hp_teaser_2_item img{border:none; float:left; padding:0; margin:15px 9px 0 0;}
.hp_teaser_2_item span{font-size:11px; color:#5f5f5f; line-height:16px;}
.hp_teaser_2_item_txt{ width:280px; float:left;}
.hp_teaser_2_end{width:432px; height:20px; background:url(images/home_teaser_bg_3.gif) left bottom no-repeat; margin-left:0px; display:inline; float:left;}

.hp_teaser_go{float:right; margin-top:20px;}
.hp_teaser_go img{border:none;}

.hp_banner img{margin-bottom:20px; border:none;}

.boxfrontspecial {
	width: 412px!important;
	display:inline!important;	
	float: right!important; 
	margin-right: 15px; 
	margin-top: 17px; 
	height: 169px; 
	background-color: #EDF4FA!important;
	padding-left: 0px!important;
	padding-top: 0px!important;
}

.boxfrontspecial h1{
	margin-left:30px;
	margin-top:26px;
	padding-top:0;
}

.boxfrontspecial h2{
	font-size: 12px!important; 
}

.boxfrontspecial .hp_teaser_2_item {
	display:inline;
	float:left;
	margin-left:30px;
	margin-top:0;
}

.ca_left_navi_teaser {display:block; width:149px; margin:15px 0 0 10px;}
				
.ca_portal_teaser {height:42px; background:url(images/mbcom-test.png) left top no-repeat; text-indent:-9999px}
.ca_portal_teaser:hover{ background:url(images/mbcom-test.png) left bottom no-repeat}
.ca_abo_teaser{ height:57px; background:url(/portaldata/6/styles/images/relaunch/meine-balance-abo.png) left top no-repeat; text-indent:-9999px}
.ca_abo_teaser:hover{background:url(/portaldata/6/styles/images/relaunch/meine-balance-abo.png) left bottom no-repeat}
.ca_change_lang{height:22px; background:url(/portaldata/6/styles/images/relaunch/change_language.png) left top no-repeat; padding:6px 0 0 39px; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold}
.ca_change_lang:hover{ background:url(/portaldata/6/styles/images/relaunch/change_language.png) left bottom no-repeat; text-decoration:none}
.ca_akademie_teaser {height:71px; background:url(/portaldata/6/styles/images/relaunch/akademie.png) left top no-repeat; text-indent:-9999px}
.ca_akademie_teaser:hover{ background:url(/portaldata/6/styles/images/relaunch/akademie.png) left bottom no-repeat}
.ca_urlaub_teaser {height:71px; background:url(/portaldata/6/styles/images/relaunch/urlaubundreisen.png) left top no-repeat; text-indent:-9999px}
.ca_urlaub_teaser:hover{ background:url(/portaldata/6/styles/images/relaunch/urlaubundreisen.png) left bottom no-repeat}
.ca_survey_teaser { height:28px; background:url(images/umfrage_button.gif) left top no-repeat; text-indent:-9999px}
.ca_survey_teaser:hover{background:url(images/umfrage_button.gif) left bottom no-repeat}


.logout {white-space:nowrap;}

.box fieldset.searchbox {margin-bottom:10px!important;}

/* ------------------------ ADDED 21.03.2011 FORM "MEINE BALANCE BESTELLUNG" ------------------------ */
/* ------------------------ ADDED 21.03.2011 FORM "MEINE BALANCE BESTELLUNG" ------------------------ */
/* ------------------------ ADDED 21.03.2011 FORM "MEINE BALANCE BESTELLUNG" ------------------------ */

.ca_form_wrapper .ca_form_upper_left,
.ca_form_wrapper .ca_form_upper_right {
	float: left;
	width: 121px;
	padding-top: 10px;
}

.ca_form_wrapper .ca_form_upper_right {
	width: 265px;
}

.ca_form_wrapper .ca_form_upper_left img,
.ca_form_wrapper .ca_form_upper_right img {
	border: none;
	margin: 0;
	padding: 0;
}

.ca_form_wrapper .ca_form_upper_left img {
	margin: 0px 0 0 0;
}

.ca_form_wrapper .ca_form_upper_right .ca_form_img img {
	margin: 0px 0 0 15px;
}

.ca_form_upper_right .ca_form_img {
	width: 265px;
	height: 55px;
}

.ca_form_upper_right .ca_form_abo p {
	background: url('images/form_abo_bg.jpg') no-repeat 0 0 transparent;
	padding: 17px 20px 15px 22px;
	font-size: 12px;
	color: #285098;
	font-weight: bold;
	margin: 5px 0 0 0;
	width: 245px;
}

.ca_form_upper_right span {
	display: block;
	font-size: 10px;
	padding: 0 0 0 12px;
	line-height: 13px;
	width: 265px;
	margin: 0px 0 0 0;
}
	
/* ------------------------ END ADDED 21.03.2011 FORM "MEINE BALANCE BESTELLUNG" ------------------------ */
/* ------------------------ END ADDED 21.03.2011 FORM "MEINE BALANCE BESTELLUNG" ------------------------ */
/* ------------------------ END ADDED 21.03.2011 FORM "MEINE BALANCE BESTELLUNG" ------------------------ */
/*ADDED 19.01.2010 FORM "MEINE BALANCE BESTELLUNG" */

.ca_form_wrapper{
	background:#e0edfc;
	float:left;
	width:386px;
	padding:30px 92px;
	position:relative;
	}

	.ca_form_c1{background:url(images/form_corner.png) top left no-repeat; width:12px; height:12px; position:absolute; top:0; left:0;}
	.ca_form_c2{background:url(images/form_corner.png) top right no-repeat; width:12px; height:12px; position:absolute; top:0; right:0;}
	.ca_form_c3{background:url(images/form_corner.png) bottom right no-repeat; width:12px; height:12px; position:absolute; bottom:0; right:0;}
	.ca_form_c4{background:url(images/form_corner.png) bottom left no-repeat; width:12px; height:12px; position:absolute; bottom:0; left:0;}

.ca_form_wrapper fieldset{ border:none;}
.ca_form_wrapper .ca_form_logo{margin:0px 0px 40px 48px;}

.ca_form_wrapper h2{
	padding:30px 0 15px 0;
	float:left;
	width:100%;
}

#ca_mb_order .myBalanceForm { width: 376px;}
#ca_mb_order .myBalanceForm li{ display: block; height: 30px;}
#ca_mb_order .myBalanceForm  .FirstLeft { float: left; width: 376px;}

.ca_form_wrapper ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	width:386px;
}

	.ca_form_wrapper ul li{
		margin:0px 0px 5px 0px;
		padding:0;
		display:block;
		float:right;
	}
	
	.ca_form_wrapper ul li .ca_form_input{
		background:url(images/form_input_bg.png) 0 -30px no-repeat;
		padding-left:5px;
		margin-left:5px;
		float:left;
		height:30px;
		border:none;
	}
	
		.ca_form_wrapper ul li .ca_form_input input{	
			height:22px;
			margin:0;
			padding:8px 5px 0 0;
			border:0px;
			background:url(images/form_input_bg.png) top right no-repeat;
			float:left;
		}

	.ca_form_wrapper ul li .ca_form_input.error {
		background:url(images/form_input_bg.png) bottom left no-repeat;
	}
	
		.ca_form_wrapper ul li .ca_form_input.error input{	
			background:url(images/form_input_bg.png) right -60px no-repeat;
		}


		#firstname{width:150px;}
		#surname{width:136px;}
		#street{width:240px;}
		#number{width:46px;}
		#zip{width:46px;}
		#city{width:240px;}
	
	.ca_form_wrapper ul li label{
		width:60px;
		float:left;
		padding:8px 0px;
		line-height:1.2em;
		cursor:pointer;
	}

/*Dyn. DIV Form Elements*/

.ca_form_wrapper .ca_form_choose_box{
	width:354px;
	height:32px;
	cursor:pointer;
	padding:12px 0 0 32px;
	color:#285098;
}

	.x1.hover_x1,.x1.selected_x1,.x2.hover_x2,.x2.selected_x2{font-weight:bold;}

	.ca_form_wrapper .ca_form_choose_box label{ 
		padding:2px 0px 0px 0px;		
		width:auto;
	}

		.x1{background:url(images/form_choose_box_x1.png) top left no-repeat;}
		.x1.hover_x1{background:url(images/form_choose_box_x1.png) 0px -51px no-repeat;}
		.x1.selected_x1{background:url(images/form_choose_box_x1.png) 0px -101px no-repeat;}

		/*.ca_form_choose_box.x1 span{
			width:58px;
			float:right;
			padding:0;
		}*/
		
		.x1.selected_x1 span,.x1.hover_x1 span{font-weight:normal;}
	
			.free{color:#6f8233;}
		
		.x2{background:url(images/form_choose_box_x2.png) top left no-repeat;}
		.x2.hover_x2{background:url(images/form_choose_box_x2.png) 0px -51px no-repeat;}
		.x2.selected_x2{background:url(images/form_choose_box_x2.png) 0px -101px no-repeat;}

		#xtend.selected_x2{
			background:url(images/form_choose_box_x2_2.png) top left no-repeat;
			font-weight:bold;
			height:215px;
		}
		
/*Payment Informations Form*/

.ca_form_wrapper .ca_pay_form{
	float:left;
	margin:20px 0 0 0;
	width:315px;
	display:none;
}

	.ca_form_wrapper .ca_pay_form li{
		margin:0 0 10px 0;
		float:left;
	}
		
	.ca_form_wrapper .ca_pay_form label{
		padding:6px 0 0 0;
		width:120px;
	}

	.ca_form_wrapper .ca_pay_form input{
		padding:5px;
		border:1px solid #AFBFCC;
		background:#EBF1F7;
		width:180px;
	}

	.ca_form_wrapper .ca_pay_form .error label{
		color:red;
	}

	.ca_form_wrapper .ca_pay_form .error input {
		border:1px solid #f00;
		background:#f0e0e0;
	}


/*Submit Button*/

.ca_form_wrapper .ca_form_button{
	border:none;
	background:url(images/form_button.png) right -37px no-repeat;
	float:right;
	padding:0 10px 0 0;
	font-weight:bold;
	margin-top:20px;
}

	.ca_form_wrapper .ca_form_button:hover{text-decoration:none; background:url(images/form_button.png) right -111px no-repeat;}
	.ca_form_wrapper .ca_form_button:hover span{text-decoration:none;background:url(images/form_button.png) left -74px no-repeat;}
	
	.ca_form_wrapper .ca_form_button span{
		background:url(images/form_button.png) top left no-repeat;
		padding:9px 0px 12px 10px;
		float:left;
		margin:0;
	}

.example{ font-style:italic; color:#777;}
.error .example{ font-style:italic; color:red;}

.ca_pay_info{
	float:right;
	font-size:9px;
}
	
.ca_form_details{
	background:url(images/form_choose_box_x2_1.png) top left no-repeat;
	float:left;
	height:500px;
	padding:0px 20px;
	width:346px;
}
	.ca_form_details p{ width:auto; margin:20px 0 0 0; float:left; font-size:9px;}
	.ca_form_details p.error label{ color:red;}

	.ca_form_details h3{ color:#264F91; font-weight:bold; font-size:11px; padding:10px 0 5px 0; width:auto; border-bottom:1px solid #AFC0CE;}

		.ca_form_details table{border-collapse:collapse;}
			.ca_form_details td,th{border-bottom:1px dotted #AFC0CE; padding:5px;font-size:11px;}
			.ca_form_details td{color:#285098;}
			.ca_form_details th{font-weight:normal;}

.ca_specialbox_wrapper{
	background:#e0edfc;
	float:left;
	padding: 10px 20px;
	position:relative;
	margin-bottom:15px
}

	.ca_specialbox_c1{background:url(images/form_corner.png) top left no-repeat; width:12px; height:12px; position:absolute; top:0; left:0;}
	.ca_specialbox_c2{background:url(images/form_corner.png) top right no-repeat; width:12px; height:12px; position:absolute; top:0; right:0;}
	.ca_specialbox_c3{background:url(images/form_corner.png) bottom right no-repeat; width:12px; height:12px; position:absolute; bottom:0; right:0;}
	.ca_specialbox_c4{background:url(images/form_corner.png) bottom left no-repeat; width:12px; height:12px; position:absolute; bottom:0; left:0;}

	.ca_specialbox_wrapper h2 {
		clear:both;
		color:#264F91;
		font-size:14px;
		line-height: 15px;
		padding: 0px;
		margin: 0 0 7px;
	}

	.ca_specialbox_wrapper h3 {
		color:#7D971F;
		font-size:12px;
		line-height:16px;
		margin: 0px;
	}

	.ca_specialbox_wrapper p {
		color:#5F5F5F;
		font-size:12px;
		line-height:16px;
		margin-bottom: 16px;
	}
	
	/* Hilfetexte */
	
.contentbox .ca_form_rc_box p 
{
	width:auto;
	margin: 0px;
	padding:5px;
	font:normal 10px/13px Verdana, Arial, Helvetica, sans-serif; color: #333;
}


/* metabolic balance bmi & whtr rechner / Aktualisiert am 11-02-10 CA */

.whtr_box-container {width:742px}
.bmi_box-container {width:742px}
.BMICalc .bmi_box, .WHTRCalc .whtr_box {background:url("images/bmi_slider_bg.png") no-repeat 0 0; height:60px; width:641px; border:none; float:left; margin-top:4px; margin-right:81px}

.ca_specialbox_wrapper .bmi_teaser, .ca_specialbox_wrapper .whtr_teaser {margin:15px 0 15px 7px; width:144px; height:34px}

.BMICalc .bmi_box h2, .WHTRCalc .whtr_box h2 {margin:0 0 0 7px; padding:12px 0 5px; float: left;display:inline;}
.BMICalc .bmi_box p , .WHTRCalc .whtr_box p {margin:6px 0 0 7px; padding:0; float: left; clear: left; font-size: 10px; line-height:12px; letter-spacing:-0.08em; display:inline; width: auto;}

.BMICalc .ca_bmi_result {width:578px; margin:0 0 10px -9px; float:left; padding-left:77px}

.BMICalc .ca_bmi_result p {text-align:center; width:147px; margin:5px 10px; color:#264f91; float:left; font-weight:bold}
.BMICalc .bmi_box .ca_bmi_count {float:right; margin: 3px 15px 0 0; display: inline;} 
.WHTRCalc .whtr_box .ca_whtr_count {float:right; margin: 7px 15px 0 0; display: inline;}
.BMICalc .bmi_box .ca_bmi_count span, .WHTRCalc .whtr_box .ca_whtr_count span {font-size: 10px; line-height:12px; float:left;}

.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.first, 
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.first, 
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.first,
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.first, 
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgw span.first,
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.first, 
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.first {padding:0}

.BMICalc .bmi_box .ca_bmi_count.bmi_kg span{ padding: 0 0 0 0px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s2{ padding: 0 0 0 32px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s3{ padding: 0 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s4{ padding: 0 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s5{ padding: 0 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s6{ padding: 0 0 0 26px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s7{ padding: 0 0 0 26px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s8{ padding: 0 0 0 24px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s9{ padding: 0 0 0 23px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s10{ padding: 0 0 0 23px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s11{ padding: 0 0 0 23px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kg span.s12{ padding: 0 0 0 23px}

.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span{ padding: 0 0 0 50px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s2{ padding: 0 0 0 48px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s3{ padding: 0 0 0 53px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s4{ padding: 0 0 0 49px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s5{ padding: 0 0 0 51px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s6{ padding: 0 0 0 50px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s7{ padding: 0 0 0 51px}
.BMICalc .bmi_box .ca_bmi_count.bmi_kgw span.s8{ padding: 0 0 0 44px}
			
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.first {padding:3px 0 0 0}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s2 {padding:3px 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s3 {padding:3px 0 0 32px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s4 {padding:3px 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s5 {padding:3px 0 0 32px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s6 {padding:3px 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s7 {padding:3px 0 0 32px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s8 {padding:3px 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s9 {padding:3px 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s10 {padding:3px 0 0 32px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s11 {padding:3px 0 0 31px}
.BMICalc .bmi_box .ca_bmi_count.bmi_bmi span.s12 {padding:3px 0 0 28px}

.BMICalc .bmi_box .bmi_kgw table,
.BMICalc .bmi_box .bmi_kg table,
.BMICalc .bmi_box .bmi_bmi table {
	padding: 0; 
	margin: 0; 
	width: 508px; 
	border: 0px none;
}

.BMICalc .bmi_box .bmi_kgw table tr td,
.BMICalc .bmi_box .bmi_kg table tr td,
.BMICalc .bmi_box .bmi_bmi table tr td {
	text-align: center; 
	font-size: 10px; 
	line-height: 12px;
}

.BMICalc .bmi_box .bmi_kgw table tr td {
	width: 63px;
}

.BMICalc .bmi_box .bmi_kg table tr td {
	width: 42px;
}

.BMICalc .bmi_box .bmi_bmi table tr td {
	width: 42px;
}

#sliderSize, #sliderWeight, #sliderBMI, #sliderAge {background: none; border: none; width: 500px; margin:7px 0 0 122px;}

	
#inputSize, #inputWeight, #inputBMI, #inputAge {float:right; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-input-bg.jpg") no-repeat; border:none; outline:none; width:74px; height:56px; font:bold 24px Arial, Helvetica, sans-serif; color:#264f91; margin:-59px 21px 0 0; text-align:center; /* for IE<=8 */line-height:54px}


.ui-state-default, .ui-widget-content .ui-state-default { background:url("images/bmi_button.png") no-repeat center top; border: none; outline: none;}
	
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active {	background-position: center bottom;	}
.ui-slider .ui-slider-handle {  width: 17px; height: 35px;}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute;}
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em;}
		
.WHTRCalc .ca_whtr_result p {
	text-align: center; 
	width: 147px; 
	margin: 5px 15px 15px 1px; 
	color: #264f91;  
	float: left; 
	font-weight: bold; 
	display: inline;
}

.WHTRCalc .ca_whtr_result p.whtrp-last {
	margin-right: 0;
}

.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.first {padding: 0 0 0 0}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s2 {padding: 0 0 0 48px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s3 {padding: 0 0 0 49px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s4 {padding: 0 0 0 48px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s5 {padding: 0 0 0 49px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s6 {padding: 0 0 0 48px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s7 {padding: 0 0 0 49px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s8 {padding: 0 0 0 48px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_age span.s9 {padding: 0 0 0 45px}

.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s2 {padding: 0 0 0 49px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s3 {padding: 0 0 0 51px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s4 {padding: 0 0 0 50px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s5 {padding: 0 0 0 51px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s6 {padding: 0 0 0 50px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s7 {padding: 0 0 0 50px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_kgr span.s8 {padding: 0 0 0 43px}

.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s2 { padding: 0 0 0 38px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s3 { padding: 0 0 0 38px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s4 { padding: 0 0 0 34px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s5 { padding: 0 0 0 34px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s6 { padding: 0 0 0 34px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s7 { padding: 0 0 0 34px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s8 { padding: 0 0 0 34px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s9 { padding: 0 0 0 34px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_bu span.s10 { padding: 0 0 0 33px}

.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s2 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s3 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s4 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s5 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s6 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s7 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s8 { padding: 0 0 0 31px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s9 { padding: 0 0 0 32px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s10 { padding: 0 0 0 32px}
.WHTRCalc .whtr_box .ca_whtr_count.whtr_whtr span.s11 { padding: 0 0 0 32px}


.whtr_summary {background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-summary-bg.jpg") no-repeat; width:616px; height:66px; margin:20px 1px 14px 0; float:right}
.whtr_summary_left {float:left; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-summary-bg_left.jpg") no-repeat; width:83px; height:58px; margin-top:20px; margin-left:1px; font-size:12px; color:#264F91; font-weight:bold; padding:8px 0 0 21px; line-height:22px}
.whtr_summary_left label {font-size:14px; color:#5f5f5f; text-align}
.whtr_summary img {float:left; margin:5px 0 0 10px}
.whtr_summary label {float:right; font-size:11px; font-weight:bold; padding-top:20px; width:541px}

.bmi_summary {background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-summary-bg.jpg") no-repeat; width:616px; height:66px; margin:20px 1px 14px 0; float:right}
.bmi_summary_left {float:left; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-summary-bg_left.jpg") no-repeat; width:83px; height:58px; margin-top:20px; margin-left:1px; font-size:12px; color:#264F91; font-weight:bold; padding:8px 0 0 21px; line-height:22px}
.bmi_summary_left label {font-size:14px; color:#5f5f5f; text-align}
.bmi_summary img {float:left; margin:5px 0 0 10px}
.bmi_summary label {float:right; font-size:11px; font-weight:bold; padding-top:20px; width:541px}


#sliderSize, #sliderNavel, #sliderWHTR, #sliderAge {background:none; border:none; width:500px; margin:7px 0 0 122px}
	
	
#inputWHTRSize, #inputWHTRNavel, #inputWHTR, #inputWHTRAge {float:right; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-input-bg.jpg") no-repeat; border:none; outline:none; width:74px; height:56px; font:bold 24px Arial, Helvetica, sans-serif; color:#264f91; margin:-59px 21px 0 0; text-align:center; /* for IE<=8 */line-height:54px}


/* metabolic balance BMI-Rechner styling Selectbox */


.BMICalc_SB {width:722px; float:right; margin-top:-44px}

.ca_specialbox_wrapper .BMICalc .BMICalc_SB select {font-size:12px; padding:5px 0 5px 3px; width:722px; margin:3px 0 0px 2px; background:none}

.ca_specialbox_wrapper .BMICalc .BMICalc_SB {height:36px; width:236px; padding:0; background:url('images/bmi_selectbox_bg.png') no-repeat 0 0 transparent}


/* metabilc balance BMI-Rechner Selectbox Replacement */
/* applied to original <select> to hide */
.bmi_sb.has_sb {
	position: absolute;
	left: -999999em;
	text-indent: -999999em;
}

/* always visible styles */

.bmi_sb.selectbox {display: inline-block; *display:inline; font:10px/11px Verdana, Arial, Helvetica, sans-serif; margin:2px 0 0 1px; position:relative; vertical-align:middle; zoom:1}

.bmi_sb .text {font:11px/12px Verdana, Arial, Helvetica, sans-serif; font-weight:normal; padding-bottom:4px}

.bmi_sb.display {float:right; width:207px; height:20px; color:#000; font-weight:normal; line-height:1.46em; padding:9px 18px 3px 8px; text-decoration:none}

.bmi_sb.selectbox.disabled .display {color:#5F5F5F}

.bmi_sb.selectbox.focused .display .text {background-color:none; color:#5F5F5F; display:inline-block; *display:inline; zoom:1}

.bmi_sb.selectbox .display.active {border-color:#7b7d83}

.bmi_sb.selectbox .display .arrow_btn {background: url('Images/bmi_selectbox.png') no-repeat right top; height:30px;/*line-height: .92em;*/ padding:0px; position:absolute; right:0; text-align:center; top:0; width:24px}

.bmi_sb.selectbox .display .arrow_btn .arrow {background: none; /*transparent url(Images/select_arrow.gif) no-repeat center center;*/ display:inline-block; *display:inline; height:0px; vertical-align:middle; width:0px; /*zoom: 1;*/}

.bmi_sb.selectbox .display.active .arrow_btn {-moz-box-shadow: none; /*inset 0 0 1px 1px #9eb0ba;*/-webkit-box-shadow: none; /*inset 0 0 1px 1px #9eb0ba;*/}

.bmi_sb.selectbox .display.hover .arrow_btn {background-position:right bottom}

.bmi_sb.selectbox .value {display:none}

/* dropdown styles */
.bmi_sb.selectbox.items {
  background: #f9fbf3;
  border: 1px solid #cbd3b8;
  display: block;
  font-family: arial;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 1px 0;
  z-index: 99999;
  width: 230px;
  height: auto;
  -moz-box-shadow: none; /*0 3px 5px rgba(0,0,0,.5);*/
  -webkit-box-shadow: none; /*0 3px 5px rgba(0,0,0,.5);*/
}

.bmi_sb.selectbox.items.above {
}

.bmi_sb.selectbox.items li {
	display: block;
	margin: 0;
	padding: 0;/*white-space:nowrap; maybe necessary if using fixedWidth: false */
}

.bmi_sb.selectbox.items li.first {
	margin-top: 0;
}

.bmi_sb.selectbox.items li>.item {
	color: #000;
	cursor: pointer;
	display: block;
	padding: 4px 6px;
	text-decoration: none;
}

.bmi_sb.selectbox.items li>.item>.text {display:inline-block; *display:inline; zoom:1; cursor:pointer}

.bmi_sb.selectbox.items li.selected>.item {
	border-bottom: 0px dotted #999;
	border-top: 0px dotted #999;
}

.bmi_sb.selectbox.items li.disabled>.item {
	color: grey;
}

.bmi_sb.selectbox.items li.hover>.item {
	background-color: #dfe8c4;
	color: #5F5F5F;
}

.bmi_sb.selectbox.items .value {
	display: none;
}

/* optgroup styles */
.bmi_sb.selectbox.items .optgroup .items {
  border: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.bmi_sb.selectbox.items .optgroup>.label {
	cursor: default;
	font-weight: bold;
	line-height: 1em;
}

.bmi_sb.selectbox.items .optgroup .items li>.item {
	padding-left: 1em;
}

/* easy rounding styles */
.bmi_sb.selectbox .bmi_sb.display {/*padding: 2px 26px 2px 5px;*/border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; cursor:pointer}

.bmi_sb.selectbox .bmi_sb.display .arrow_btn {
	right: 0px;
	top: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.bmi_sb.selectbox.bmi_sb.items {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.bmi_sb.selectbox.bmi_sb.items>li>a {
	padding: 4px 6px;
}

.bmi_sb.selectbox.bmi_sb.items>li.first>.item {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}

.bmi_sb.selectbox.bmi_sb.items>li.last>.item {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* for optgroups */
.bmi_sb.selectbox.bmi_sb.items>li>.label {
	line-height: 2.08em;
	padding: 4px 6px;
}

.bmi_sb.selectbox.bmi_sb.items>li>.items li>.item {
	padding: 4px 6px 4px 12px;
}

/* fixed width example styles */
.bmi_sb.selectbox .display.fixed_width {
	width: 236px;
	padding: 0 24px 0 3px;
}

.bmi_sb.selectbox.fixed_width.items {
	width: 200px; /* width of display text plus the padding (60 + 27) = 87 */
}

.bmi_sb.selectbox .display.fixed_width2 {
	width: 200px;
	padding: 0 24px 0 3px;
}

.bmi_sb.selectbox.fixed_width2.items {
	width: 300px; /* width of display text plus the padding (60 + 27) = 87 */
}

/* END metabolic balance BMI-Rechner Selectbox Replacement */


.pic_right
{
  float: right!important;
  }
  
/* 11-06-21 Änderungen bzgl. der editierbaren Startseite */
.hp_teaser {
    border-bottom: none;
    float: left;
    padding: 0 0 0 0;
    width: 300px;
}

.news-more {
    background: url("images/news-more-bg.png") repeat-x scroll 0 10px transparent;
    float: left;
    width: 100%!important;
    margin:5px 0 10px 0;
}

.news-more a {
    background: url("images/link-arrow-2.png") no-repeat scroll 100% 50% #FFFFFF;
    float: right;
    font-size: 11px;
    font-style: italic;
    padding: 0px 14px 2px 5px;
}


h2.hp_teaser_h2 {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #275093;
    text-decoration: none;
    padding: 0!important;
    padding-bottom: 10px!important;
    margin: 0;
    clear:none;
}

.hp_teaser_img{
	float:left;
}

.hp_teaser span {
    color: #5F5F5F;
    font: 11px/16px Verdana,Arial,Helvetica,sans-serif;
}


.hp_teaser_2 {
	background:#EDF4FA;
	-moz-border-radius: 12px;
	border-radius: 12px;
    float: left;
    margin-left: 35px;
    padding: 0 0 30px 0;
    width: 432px;
}

.hp_teaser_2 h1 {
	font-size:18px;
	font-weight:normal;
    margin-left: 30px;
    margin-top: 26px;
    margin-bottom:0;
    padding-top: 0;
}

.hp_teaser_2_item {
    display: inline;
    float: left;
    margin-left: 23px;
    margin-top: 10px;
}
.hp_teaser_2_item img {
    background: url("images/front-bg-template.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 72px;
    margin: 7px 9px 0 0;
    padding: 9px;
    width: 72px;
}
.hp_teaser_2_more{
	font-style: italic;
	font-size:11px;
	text-decoration:underline!important;
}
.hp_teaser_2_h2{font-style: italic; font-weight:normal; font-size:14px;}


.location-finder {
	background:#EDF4FA;
	-moz-border-radius: 12px;
	border-radius: 12px;
    float: left;
    margin-top:40px;
    padding: 20px 20px 20px 260px;
    width: 487px;
    position:relative;
}
.location-img {
	position:absolute;
	top:-30px;
	left:20px;
}
.location-finder h2{
 font-weight:normal; font-size:18px; padding: 0 0 0 0;
}
.location-finder p{
width:auto;
}

.locbox {
width:230px;
float:left;
}
.locbox p{clear:both;}
.loc-info{margin:0 20px 0 0;}

a.ca_btn_general {
    background: url("images/button_01.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font: 14px Verdana,Arial,Helvetica,sans-serif;
    height: 29px;
    letter-spacing: 0.03em;
    margin: 5px 6px 15px 0;
    padding-right: 14px;
    text-decoration: none;
    text-shadow: -1px 1px 1px #1A3867;
}
a.ca_btn_general span {
    background: url("images/button_02.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 27px;
    padding: 0 0 3px 18px;
}
a.ca_btn_general:hover {
    background: url("images/button_01.png") no-repeat scroll right bottom transparent;
}
a.ca_btn_general:hover span {
    background: url("images/button_02.png") no-repeat scroll 0 -29px transparent;
}


.hp_teaser_img{
	min-width: 80px;
	min-height:60px;
}

.news-more {
    position:relative;
}

.location-img {
    position: absolute;
    left: 0px;
    top: 20px;
}


.info_box_text {
	width: inherit!important;
}
/* END 11-06-21 Änderungen bzgl. der editierbaren Startseite */

/*BEGIN metabolic balance teaser slider*/
	
		.ca_container_sudo {
			margin: 15px 0 25px 0;
			position: relative;
			width: 764px;
			height: 343px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			overflow: hidden;
		}
		.ca_container_sudo .ca_slider {border: 3px solid #acc7e2; width: 758px; height: 337px;}
		.ca_container_sudo .ca_slider ul {
			width: 758px;
			height: 337px;
			overflow:hidden;
			margin: 0;
			padding: 0;
			list-style-type:none;
			position: relative;
			display: block;
		}
		
		.ca_container_sudo .ca_slider li {
			width: 758px;
			height: 337px;
			overflow:hidden;
			margin: 0;
			padding: 0;
			position: relative;
			display: block;
		}
		
		.ca_container_sudo .ca_slider ul li {
			/*width: 758px;*/
			height: 337px;
			overflow:hidden;
			margin: 0;
			padding: 0;
		}
		
		.ca_container_sudo .ca_slider li img {  height: 339px; overflow:hidden; 			margin: 0 !important;
			padding: 0  !important;}
				
		.ca_container_sudo .ca_cr1 {
			background: url("images/corner.png") left top no-repeat transparent;
			position: absolute; top: 0; left: 0; width: 16px; height: 16px; z-index: 100001;}
		.ca_container_sudo .ca_cr2 {
			background: url("images/corner.png") right top no-repeat transparent;
			position: absolute; top: 0; right: 0; width: 16px; height: 16px; z-index: 100001;}
		.ca_container_sudo .ca_cr3 {
			background: url("images/corner.png") left bottom no-repeat transparent;
			position: absolute; bottom: 0; left: 0; width: 16px; height: 16px; z-index: 100001;}
		.ca_container_sudo .ca_cr4 {
			background: url("images/corner.png") right bottom no-repeat transparent;
			position: absolute; bottom: 0; right: 0; width: 16px; height: 16px; z-index: 100001;}
					
					
		.ca_container_sudo ol { position: absolute; right: 12px; top: 12px; z-index: 100001;}
		.ca_container_sudo ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
		.ca_container_sudo ol li a{
			color: #999999;
			font: bold 12px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
			display: inline-block;
			text-decoration: none;
			padding: 4px 9px 0 8px;
			height: 20px;
			margin: 0 5px 0 0;
			background: url("images/button.png") no-repeat left top transparent;
			text-align: center;
			outline: 0;
		}
		.ca_container_sudo ol li.current a{background-position: left bottom; color: #1c4678;}
		.ca_container_sudo ol li a:focus, .ca_container_sudo .prevBtn a:focus, .ca_container_sudo .nextBtn a:focus{outline:none;}
		
		.ca_container_sudo img{border:none; padding: 0; margin: 0;}
		
.ca_container_sudo .ca_slider_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 324px;
	padding: 15px 0 0 30px;
}
		
.ca_slider1 h2 {color: #a7c6e2; font-size: 22px; font-weight: bold; margin: 0;}
.ca_slider1 h3 { color: #fff; font-size: 22px; font-weight: bold; margin: 0 0 20px 0;width:540px;}
.ca_slider1 p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url("images/arrow.png") left 7px no-repeat transparent;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px #000;
	line-height: 25px;
}

.ca_slider2 h2 { color: #1c4678; font-size: 22px; font-weight: bold; margin: 0 0 30px 0; width:550px;}
.ca_slider2 p {
	color: #1c4678;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url("images/arrow.png") left 7px no-repeat transparent;
	margin-bottom: 15px;
	line-height: 25px;
}
.ca_slider3 h2 { color: #f78805; font-size: 22px; font-weight: bold; margin: 0 0 30px 0;}
.ca_slider3 p {
	color: #1c4678;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url("images/arrow.png") left 7px no-repeat transparent;
	margin-bottom: 15px;
	line-height: 25px;
}

.ca_slider4 h2 { color: #88ba2c; font-size: 22px; font-weight: bold; margin: 0 0 30px 0;}
.ca_slider4 p {
	color: #1c4678;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url("images/arrow.png") left 7px no-repeat transparent;
	margin-bottom: 15px;
	line-height: 25px;
}

a.ca_sld_btn{
    background: url("images/slider-button-r.png") no-repeat scroll right top transparent;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font: 16px Verdana,Arial,Helvetica,sans-serif;
    height: 38px;
    letter-spacing: 0.03em;
    margin: 5px 6px 15px 0;
    padding-right: 15px;
    text-decoration: none;
    text-shadow: -1px 1px 1px #1A3867;
    position: absolute;
    bottom: 15px;

}
	
a.ca_sld_btn span {	
    background: url("images/slider-button-l.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 35px;
    padding: 0 0 3px 18px;
}

a:hover.ca_sld_btn{background-position: right bottom; text-decoration:none}
a:hover.ca_sld_btn span { background-position: 0 bottom;}

div.centered { 
		 width:985px !important;
/*		 margin-left:-492px;
         position: absolute; 
		 left: 50%;
		 padding: 0 0 30px;*/
		 margin:0 auto !important;
		 position:relative !important;
		 left:auto !important;
}

.ca_lang_35 .ca_slider1 h2 {
    color: #F78805;
}

.ca_lang_35 .ca_slider1 h3 {
    color: #F78805;
}
.ca_lang_35 .ca_slider1 p {
  color: #1C4678;
}


.footer {padding-bottom: 30px;}
/*END Teaser Slider */

/*---------------------------- DIALOG ----------------------------*/

.ca_dialog-wrapper {
	width: 683px;
	float: left;
}

.ca_tb_options.ca_dialog a.ca_help {
	margin-left: 20px;
}
	
.ca_dialog-wrapper .ca_prot-control fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.ca_dialog-wrapper textarea {
	resize: vertical;
	color: #333333;
}

.ca_dialog-menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
	
ul.ca_dialog-menu li {
	float: left;
	font-size: 11px;
}

ul.ca_dialog-menu li a,
ul.ca_dialog-menu li.active a {
	background: url('images_dialog/tabn_bg_left.png') no-repeat left top transparent;
	float: left;
	display: block;
	padding-left: 7px;
	cursor: pointer;
}

ul.ca_dialog-menu li a span,
ul.ca_dialog-menu li.active a span {
	background: url('images_dialog/tabn_bg_right.png') no-repeat right top transparent;
	float: left;
	display: block;
	padding: 6px 7px 6px 0;
}

ul.ca_dialog-menu li.active a,
ul.ca_dialog-menu li a:hover {
	background: url('images_dialog/tabn_bg_left_hover.png') no-repeat left top transparent;
	color: #ffffff;
	text-decoration: none;
}

ul.ca_dialog-menu li.active a span,
ul.ca_dialog-menu li a:hover span {
	background: url('images_dialog/tabn_bg_right_hover.png') no-repeat right top transparent;
	color: #ffffff;
	text-decoration: none;
}

.ca_dialog-wrapper select {
	border: 1px solid #b7d986;
	font: 11px Verdana, Geneva, sans-serif;
	padding: 3px 0;
	width: 212px;
}

.ca_protokoll-wrapper,
.ca_docs-wrapper,
.ca_plan-wrapper,
.ca_chat-wrapper,
.ca_cldetails-wrapper {
	width: 681px;
	float: left;
	background: #e4f4bb;
	border: solid 1px #b7d986;
	margin: 0 0 15px 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
}

.ca_docs-wrapper, 
.ca_chat-wrapper {
	width: 651px;
	padding: 15px;
}

/*---------------------------- DIALOG - PROTOKOLL ----------------------------*/

.ca_prot-tabelle
{
	width: 681px;
	height: 291px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	float: left;
}
	
.ca_docs-tabelle
{
	width: 297px;
	height: 225px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	border: 1px solid #B7D986;
	border-top: none;
	margin: 9px 0 15px 0;
	background: #fff;
}

.ca_plan-tabelle,
.ca_chat-tabelle {
				width: 681px;
				float: left;
				height: 294px;
				overflow: auto;
				background: #ffffff;
				border-bottom: 1px solid #b7d986;
}

.ca_plan-tabelle {
				border-top-right-radius: 6px;
				-webkit-border-top-right-radius: 6px;
				-moz-border-radius-topright: 6px;
				overflow-y: hidden;
}

.ca_plan-tabelle {
				border: none;
				height: 100%;
}

.ca_chat-tabelle {
				width: 651px;
				border: 1px solid #b7d986;
				height: 430px;
}

.ca_prot-tabelle table,
.ca_docs-tabelle table,
.ca_plan-tabelle table,
.ca_chat-tabelle table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px; 
}

.ca_prot_head,
.ca_doc_head
{
	width:100%;
}

.ca_prot_head th,
.ca_doc_head th
{
	text-align:left;
	background: url('images/thead_bg.gif') repeat scroll left top transparent;
	height: 16px;
	padding: 4px;
	white-space: nowrap;
	color: #264f91;	
}

.ca_docs-tabelle table th,
.ca_plan-tabelle table th {
	background: url('images/thead_bg.gif') repeat scroll left top transparent;
	height: 16px !important;
	padding: 4px;
	white-space: nowrap;
	color: #264f91;  
	text-align: left;
}

.ca_prot-tabelle table th.active,
.ca_docs-tabelle table th.active {
			   background: url('images/thead_bg_act.gif') repeat scroll left top transparent;
				color: #ffffff;
}

.ca_prot-tabelle table th.active a,
.ca_docs-tabelle table th.active a {
				color: #ffffff;
}

.ca_prot-tabelle table th.active span.ca_sort.ca_down {
	background: url("images/betreuer/sort_down_w.gif") no-repeat scroll 100% 50% transparent;
}

.ca_prot-tabelle table th.active span.ca_sort {
	background: url("images/betreuer/sort_up_w.gif") no-repeat scroll 100% 50% transparent;
	cursor: pointer;
	display: block;
}

.ca_prot-tabelle table tr td,
.ca_docs-tabelle table tr td,
.ca_plan-tabelle table tr td,
.ca_chat-tabelle table tr td {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #b7d986; 
	color: #264f91;
	font: 10px verdana,arial,helvetica,sans-serif;
	padding: 4px 7px 4px 4px;
}

.ca_prot-tabelle table tr.selected td,
.ca_docs-tabelle table tr.selected td,
.ca_plan-tabelle table tr.selected td,
.ca_chat-tabelle table tr.selected td {
	background: none repeat scroll 0 0 #c0d4ec;
	border: 1px solid #ffffff;
	color: #264f91;
	font: 10px verdana,arial,helvetica,sans-serif;
	padding: 4px 7px 4px 4px;
}

.ca_prot-tabelle table tr td.sp1 
{
	width: 105px;
	border-left: none;
}

.ca_prot-tabelle table tr td.sp2
{
	width: 48px;
}

.ca_prot-tabelle table tr td.sp3
{
	width: 48px;
}

.ca_prot-tabelle table tr td.sp4
{
	border-right: none;
}

.ca_prot-tabelle table tr td a.lnk {
				text-decoration: underline;
}

.ca_prot-tabelle table tr td a.lnk:hover {
				text-decoration: none;
}
.siegel {
				background: url('images_dialog/siegel-gepr_Betr-bg.png') no-repeat 490px 25px transparent;
}

.ca_prot-control {
				width: 651px;
				padding: 15px;
}
.ca_prot-select,
.ca_plan-select {
				float: left;
}


.ca_prot-select.mrg label,
.ca_prot-select.mrg input,
.ca_prot-select.mrg select,
.ca_plan-select label,
.ca_plan-select input {
				margin: 0 0 0 43px;
}

.ca_prot-select label,
.ca_plan-select label {
				display: block;
				width: 169px;
	font: 11px Verdana,Geneva,sans-serif;
				color: #264f91;
				padding: 0 0 8px 0;
}

.ca_plan-select input {
	border: 1px solid #b7d986;
	float: left;
	font: 11px Verdana,Geneva,sans-serif;
	padding: 3px 0;
	width: 168px;
}

.ca_prot-select select,
.ca_prot-select label {
				width: 100px;
}

.ca_prot-select input,
.ca_plan-select input {
	font: 11px verdana,arial,helvetica,sans-serif;
	padding: 4px 0;            
}

.ca_prot-select a {
	display: inline;
	float: right;
	height: 19px;
	margin: 2px 0 0 4px;
	width: 19px;
}

.ca_plan-select a {
	display: inline;
	float: left;
	height: 19px;
	margin: 2px 0 0 8px;
	width: 19px;
}

.ca_prot-select a.minus,
.ca_plan-select a.minus {
	background: url('images_dialog/btn_minus.png') no-repeat scroll 0 0 transparent;
}

.ca_prot-select a.minus:hover,
.ca_plan-select a.minus:hover {
	background: url('images_dialog/btn_minus.png') no-repeat scroll 0 -30px transparent;
}

.ca_prot-select a.plus,
.ca_plan-select a.plus {
	background: url('images_dialog/btn_plus.png') no-repeat scroll 0 0 transparent;
}

.ca_prot-select a.plus:hover,
.ca_plan-select a.plus:hover {
	background: url('images_dialog/btn_plus.png') no-repeat scroll 0 -30px transparent;
}

.ca_prot-select a.minus span,
.ca_prot-select a.plus span,
.ca_plan-select a.minus span,
.ca_plan-select a.plus span,
.ca_lrbtns a.left span,
.ca_lrbtns a.right span,
.ca_lrbtns a.btn-email span {
				display: none;
}

.ca_plan-termin {
				float: left;
				margin: 15px 0 0 0;
	font: 11px Verdana,Geneva,sans-serif;           
}

.ca_prot-termin {
				float: left;
				margin: 0;
	font: 11px Verdana,Geneva,sans-serif;           
}

.ca_prot-termin-wrapper {
				padding: 0 0 0 130px;
}

.ca_plan-termin {
				margin: 0;
}

.ca_prot-termin.begin label,
.ca_prot-termin.mrgend label,
.ca_plan-termin label,
.ca_plan-termin.termin span   {
				display: block;
				padding: 0 0 8px 0;
				color: #264f91;
}

.ca_prot-termin.termin label{
				color:#264f91;
}

.ca_prot-termin input.date,
.ca_prot-termin input.time,
.ca_plan-termin input.date,
.ca_plan-termin input.time {
				border: 1px solid #b7d986;
	float: left;
	font: 11px Verdana,Geneva,sans-serif;
	padding: 4px 0;
	width: 69px;
}

.ca_prot-termin input.time,
.ca_plan-termin input.time {
				width: 38px;
}

.ca_prot-termin.mrgend label,
.ca_prot-termin.mrgend input.date,
.ca_plan-termin.mrgend {
				margin-left: 20px;
}

.ca_prot-termin a.date,
.ca_prot-termin a.time {
				background: url('images_dialog/picto/icon_dialog_datepicker.png') no-repeat 0 0 transparent;
	display: inline;
	float: left;
	height: 22px;
	margin: 0px 4px 0 1px;
	width: 22px;
}


.ca_plan-termin a.date,
.ca_plan-termin a.time {
				background: url('images_dialog/picto/icon_dialog_datepicker.png') no-repeat 0 0 transparent;
	display: inline;
	float: left;
	height: 22px;
	margin: 0px 4px 0 4px;
	width: 22px;
}

.ca_prot-termin a.time,
.ca_plan-termin a.time {
				background: url('images_dialog/picto/icon_dialog_timepicker.png') no-repeat 0 0 transparent;
}

.ca_prot-termin a.date span,
.ca_plan-termin a.date span,
.ca_prot-termin a.time span,
.ca_plan-termin a.time span {
	display: none;
}

.ca_prot-termin.termin{
				margin-left: 13px;
				padding-top: 21px;
				zoom: 1;
}

.ca_plan-termin.termin {
				margin-left: 69px;
				padding-top: 21px;
				zoom: 1;
}

.ca_prot-termin.termin label,
.ca_plan-termin.termin label {
				padding: 0px;
				margin: 0 5px 0 0;
				float: left;
}

.ca_prot-termin.termin label {
				margin-top: 5px;
}

.ca_prot-termin.termin input{
				margin: 5px 0 0 0;
				padding: 0px;
}

.ca_plan-termin.termin input {
				margin: auto;
				padding: 0px;
}

.ca_prot-titel{
				float:left;
}
.ca_prot-titel label {
				display: block;
				margin: 10px 0 0 0;
				padding: 0 0 8px 0;
				color: #264f91;
				font: 11px Verdana,Geneva,sans-serif;
}
.ca_prot-titel input {
				font: 11px Verdana, Geneva, sans-serif;
				border: 1px solid #b7d986;
				font: 11px Verdana,Geneva,sans-serif;
				padding: 4px 0;
				width:455px;
				}

.ca_prot-select.mrg{
				padding: 0 0 0 30px;
				}
.ca_prot-select.mrg label {
				width:150px;
				display: block;
				margin: 30px 0 0 0;
				padding: 0 0 8px 0px;
				color: #264f91;
				font: 11px Verdana,Geneva,sans-serif
}

.ca_prot-select.mrg select,
.ca_prot-select.mrg input{
				float:none;
				width: 150px;
				font: 11px Verdana, Geneva, sans-serif;
				border: 1px solid #b7d986;
	 font: 11px Verdana,Geneva,sans-serif;
				margin:0;
				}

.ca_prot-tt,
.ca_docs-mail-bn {
				font: 11px Verdana,Geneva,sans-serif;
}

.ca_prot-tt label,
.ca_docs-mail-bn label {
				display: block;
				color: #264f91;
				margin: 0 0 0 0;
				padding: 15px 0 8px 0;
}

.ca_prot-tt input[type="text"],
.ca_docs-mail-bn input[type="text"] {
				border: 1px solid #b7d986;
	font: 11px Verdana,Geneva,sans-serif;
	padding: 4px 0;
	width: 651px;
}

.ca_prot-tt textarea,
.ca_docs-mail-bn textarea {
				border: 1px solid #b7d986;
	font: 11px Verdana,Geneva,sans-serif;
	padding: 4px 0;
	width: 630px;
				height: 81px;
				overflow: auto;
	color: #333333;
}

.ca_form_buttons.dialog,
.ca_form_buttons.dialog .ca_form_buttons_bg {
				background: none;
}

.ca_form_buttons.dialog .ca_form_buttons_bg a {
				margin-top: 15px;
				margin-bottom: 0px;
				font: 12px/16px Verdana,Arial,Helvetica,sans-serif;
}

.ca_form_buttons.dialog .ca_form_buttons_bg a.first {
				margin-left: 0px;
}


/*---------------------------- DIALOG - DOKUMENTE ----------------------------*/

.ca_mydocs, 
.ca_clientdocs {
	width: 299px;
	float: left;
	font: 11px Verdana,Geneva,sans-serif;
}

.ca_clientdocs {
	float: right;
}

.ca_mydocs a,
.ca_clientdocs a {
	font: 10px Verdana,Geneva,sans-serif;
}

.ca_mydocs label,
.ca_clientdocs label {
	display: block;
	width: 299px;
	color: #264f91;
	padding: 0 0 8px 0;
}

.ca_mydocs select,
.ca_clientdocs select {
	border: 1px solid #b7d986;
	padding: 3px 0;
	width: 299px;
	float: left;
	color: #333333;
}

.ca_mydocs input[type="text"] {
	border: 1px solid #b7d986;
	font: 11px Verdana,Geneva,sans-serif;
	padding: 4px 0;
	width: 200px;
	margin-bottom: 10px;
}

.ca_mydocs input[type="file"],
.ca_clientdoc input[type="file"] {
	font: 11px Verdana,Geneva,sans-serif;
	margin-bottom: 10px;
}

/*---------------------------- DIALOG - DOKUMENTE - InputTypefile Replacement----------------------------*/
.ca_mydocs .pf_ph_cont,
.ca_clientdocs .pf_ph_cont {
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0 0 5px 0;
}

.ca_clientdocs .pf_ph_cont {
	padding-bottom: 0px;
}

.ca_mydocs .pf_ph_cont em,
.ca_clientdocs .pf_ph_cont em {
	background: url(images_dialog/btn_open.png) no-repeat 0 0 transparent;
	display: inline;
	float: left;
	margin: 0 0 0 2px;
	font-weight: normal;
	height: 23px;
	width: 29px;
}

.ca_mydocs .pf_ph,
.ca_clientdocs .pf_ph {
	float: left;
	text-align: left;
	background:#FFFFFF;
	font-size: 11px;
	color: #333333;
	padding: 4px 3px;
	overflow: hidden;
	white-space: nowrap;
	width: 260px;
	border: 1px solid #b7d986;
}
/*---------------------------- DIALOG - DOKUMENTE - InputTypefile Replacement----------------------------*/

.ca_mydocs select.upl-filter {
	width: 200px;
}

.ca_mydocs input[type="button"] {
	font: 11px Verdana,Geneva,sans-serif;
	margin-bottom: 10px;
}

./* {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 230px;
	overflow: auto;
	width: 297px;
	border: 1px solid #B7D986;
	margin: 9px 0 15px 0;
} */

.ca_docs-tabelle table th {
	background: url('images/thead_bg.gif') repeat scroll left top transparent;
	height: 16px !important;
	padding: 4px;
	white-space: nowrap;
	color: #264f91;	
}

.ca_docs-tabelle table th.typ {
	text-align: center;
	vertical-align: middle;
}

.ca_docs-tabelle table th a {
	font-weight: bold;	
}

.ca_docs-tabelle .ca_sort.ca_down {
	background: url("images_dialog/dialog_docs_sortdown.gif") no-repeat scroll 100% 50% transparent;
}

.ca_docs-tabelle .ca_sort {
	background: url("images_dialog/dialog_docs_sortup.gif") no-repeat scroll 100% 50% transparent;
	cursor: pointer;
	display: block;
	padding-right: 14px;
}

.ca_docs-tabelle table th.active span.ca_sort.ca_down {
	background: url("images_dialog/dialog_docs_sortdown_w.gif") no-repeat scroll 100% 50% transparent;
}

.ca_docs-tabelle table th.active span.ca_sort {
	background: url("images_dialog/dialog_docs_sortup_w.gif") no-repeat scroll 100% 50% transparent;
	cursor: pointer;
	display: block;
}

.ca_doc_head th.sp1
{
	text-align: center;
	padding: 4px 0;
	width: 19px;
}
	
.ca_docs-tabelle table tr td.sp1,
.ca_docs-tabelle table tr td.sp3,
.ca_docs-tabelle table tr td.sp4 {
	text-align: center;
	padding: 4px 0;
}

.ca_docs-tabelle table tr td.sp1 {
	width: 19px;
	border-left: none; 
}

.ca_docs-tabelle table tr td.sp4 
{
	border-right: none;
	text-align: left;
	padding: 4px 0 0 4px;

}

.ca_docs-tabelle table tr td a.lnk {
	text-decoration: underline;
}

.ca_clientdocs .ca_docs-tabelle table tr td.sp2 {
	border-right: none;
}

.ca_docs-tabelle.ca_tabellecl 
{
	margin-top: 0px;
	height: 90px;
	border: 1px solid #b7d986;
}

.ca_docs-tabelle.ca_tabellecl tr td {
	border-top: 0px;
}

.ca_docs-tabelle.ca_tabellecl tr td.sp1 {
	border-left: 0px;
}

.ca_docs-tabelle.ca_tabellecl tr td.sp3,
.ca_docs-tabelle.ca_tabellecl tr td.sp4 {
	padding: 4px;
}

.elements {
	float: left;
	width: 282px;
}
.elements span {
	display: block;
	padding-bottom: 8px;
}
.elements input[type="text"] {
	border: 1px solid #B7D986;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 3px;
	width: 100%!important;
	margin: 0 0 6px 0;
}

.elements .ca_form_buttons.content_editor, 
.popup-btns .ca_form_buttons.content_editor,
.type-image .ca_form_buttons.content_editor {
	float: left;	
	margin-top: 5px;
}
.elements .ca_form_buttons.content_editor a,
.popup-btns .ca_form_buttons.content_editor a,
.type-image .ca_form_buttons.content_editor a {
	margin: 7px 8px 0 1px;
}
.elements .pf_ph {
	padding: 3px 3px;
	width: 238px;
}
.elements .pf_wrap_class, 
.elements .pf_ph_cont {
	padding-bottom: 0px!important;
}
.elements .pf_ph_cont em {
	background: url("images_dialog/btn_open.png") no-repeat scroll 0 0 transparent;
}

/*---------------------------- DIALOG - ABLAUFPLAN ----------------------------*/

.ca_plan-tabelle table tr td.sp1 {
	text-align: center;
	border-left: none;
}

.ca_plan-tabelle table tr td.sp2 {
	width: 105px;
}

.ca_plan-tabelle table tr td.sp4 {
	border-right: 0px;
}

.ca_plan-todo {
	margin: 15px 0 0 0;
	font: 11px Verdana,Geneva,sans-serif;
}

.ca_plan-todo span {
	color: #264f91;
}

.ca_plan-todo ul {
	list-style: none;
	list-style-position: outside;
	padding: 0px;
	margin: 8px 0 8px 15px;
}

.ca_plan-todo ul li {
	font: 11px Verdana,Geneva,sans-serif;
	line-height: 25px;
}

/*---------------------------- DIALOG - CHAT ----------------------------*/

.ca_chat-wrapper p.online {
	background: url('images_dialog/picto/icon_dialog_chat_online.png') no-repeat 0 0 transparent;
	font: 11px Verdana,Geneva,sans-serif;
	color: #264f91;
	padding: 10px 0 20px 45px;
}

.ca_chat-wrapper p.offline {
	background: url('images_dialog/picto/icon_dialog_chat_offline.png') no-repeat 0 0 transparent;
	font: 11px Verdana,Geneva,sans-serif;
	color: #264f91;
	padding: 10px 0 20px 45px;
}

.ca_chat-tabelle table tr td {
	border: 0px solid #b7d986;
	border-bottom: 1px solid #b7d986;
	border-right: 1px solid #b7d986;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}

.ca_chat-tabelle table tr td a {
	color: #264f91;
	text-decoration: underline;
}

.ca_chat-tabelle table tr td.sp1 {
	width: 11px;
	text-aligin: center;
}

.ca_chat-tabelle table tr td.sp2 {
	padding-top: 8px;
}

.ca_chat-tabelle table tr td.sp3 {
	width: 125px;
	padding-top: 8px;
}

.ca_chat-tabelle table tr td.sp4 {
	border-right: 0px;
	width: 380px;
	padding-top: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

.ca_chat-tabelle table tr td.sp4 div {
	width: 380px;
	word-wrap: break-word;
	font: 11px Verdana,Geneva,sans-serif;
}

.ca_prot-tt.chat {
	margin: 15px 0 0 0;
}

.ca_lrbtns {
	width: 27px;
	height: 61px;
	float: left;
	margin: 136px 0 0 13px;
}

.ca_lrbtns a {
	display: inline;
	float: left;
	height: 27px;
	width: 27px;
}


.ca_lrbtns a.right {
	background: url('images_dialog/btns_lr.png') no-repeat scroll 0 0 transparent;
	float: left;
	margin: 0 0 7px 0;
}

.ca_lrbtns a.left {
	background: url('images_dialog/btns_lr.png') no-repeat scroll 0 -40px transparent;
	float: left;
	margin: 0 0 7px 0;
}

.ca_lrbtns a.btn-email {
	background: url('images_dialog/btns_lr.png') no-repeat scroll 0 -160px transparent;
				float: left;
				margin: 0 0 7px;
}

.ca_lrbtns a.right:hover {
	background: url('images_dialog/btns_lr.png') no-repeat scroll 0 -80px transparent;
}

.ca_lrbtns a.left:hover {
	background: url('images_dialog/btns_lr.png') no-repeat scroll 0 -120px transparent;
	}
	
.ca_lrbtns a:hover.btn-email {
	background: url('images_dialog/btns_lr.png') no-repeat scroll 0 -200px transparent;
}

/*---------------------------- KLIENTDETAILS ----------------------------*/

.ca_cldetails-wrapper {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	padding: 15px 0 15px 15px;
	width: 666px;
	margin-bottom: 20px;
	display: none;
}

.ca_cldetails-wrapper .ca_close-cldetails {
	background: url('images/betreuer/30.png') no-repeat 0 0 transparent;
	top: 4px; 
	width: 10px; 
	height: 10px; 
	right: 4px; 
	display: block; 
	position: absolute; 
	cursor: pointer;
}

.ca_cldetails-wrapper .ca_close-cldetails span {
	display: none;
}

.ca_cldetails-avatar {
	background: url('images_dialog/dialog_avatar.jpg') no-repeat 0 0 transparent;
	height: 98px;
	width: 91px;
	border: 1px solid #b7d987;
	float: left;
	margin: 0 0 15px 0;
	position: relative;
}

.ca_cldetails-avatar .caption {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 20px;
	width: 90px;
	text-align: center;
}

.ca_cldetails-avatar .caption img {
	margin: 0 5px;
}

.ca_cldetails-data {
	float: left;
	height: 100px;
	width: 256px;
	background: #f8ffe4;
	margin: 0 0 15px 15px;
	padding: 0 0 0 8px;
	overflow: hidden;
}

.ca_cldetails-wrapper .ca_cldetails-data p {
	padding: 9px 0 0 0;
	font-size: 11px;
}

.ca_cldetails-data p span.ca_cldd-info {
	color: #264f91;
	display: block;
	float: left;
	width: 80px;
}

.ca_cldetails-stat {
	float: left;
	width: 651px;
	background: #f8ffe4;
}

.ca_cldetails-wrapper .ca_cldetails-stat p {
	padding: 9px 32px 9px 8px;
	float: left;
}

.ca_cldetails-stat p span.ca_clds-info {
	color: #264f91;
	padding-right: 10px;
	font-weight: bold;
}

.ca_cldetails-stat hr {
	margin: 0;
	padding: 0;
	background-color: #b7d987;
	height: 1px;
	border: 0px solid #b7d987;
}

ul.ca_clds-list {
	float: left;
	list-style: none;
	padding: 15px 10px 12px 9px;
	margin: 0;
}

.ca_cldetails-stat ul.ca_clds-list li {
	padding: 5px 0;
}

ul.ca_clds-list li a {
	background: url('images/box_bg_stat.gif') no-repeat 0 0 transparent;
	font: 9px Verdana, Geneva, sans-serif;
	padding: 3px 0 3px 5px;
	display: block;
	width: 120px;
	color: #444444;
}

ul.ca_clds-list li a:hover {
	background: url('images/box_bg_stat_over.gif') no-repeat 0 0 transparent;
	text-decoration: none;
	color: #264f91;
}

.ca_cldetails-wrapper .ca_cldetails-stat img {
	width: 340px;
	height: 172px;
	border: none;
	margin: 13px 0 0 7px;
}

.ca_cldetails-wrapper.client {
	display: block;
}


.ca_content-control .ca_cldetails-wrapper h2 {
	padding: 0;
}

.ca_dialog-wrapper .ca_docs-wrapper.client,
.ca_dialog-wrapper .ca_chat-wrapper.client {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

.ca_docs-tabelle.client {
	margin-top: 0;
}

.ca_lrbtns.client {
	margin-top: 105px;
}

.ca_cldetails-data.client {
	height: 142px;
}

.ca_ik-status {
	text-align: center;
	width: 11px;
}

/* 14.09.2011 - redesign Startseite */

.ca_news_redesign .hp_teaser { width: 515px;}
.ca_news_redesign .hp_teaser span{ width: 335px; display: block; float: left;}
.ca_news_redesign .hp_teaser img {
	background: url('PortalData/6/Resources/templating/front-bg-template.png') no-repeat 0 0 transparent;
	width: 72px;
	height: 72px;
	padding: 9px;
	margin: -5px 9px 0 0;
	float: left;
}
.ca_home_right {
	float: right; padding: 0 0 20px 0; margin: 0 20px 2px 0; width: 193px;
	background: url("/portaldata/6/styles/images/news-more-bg.png") repeat-x scroll 0 bottom transparent;
}

.ca_whtr .ca_whtrbutton {
	background: #ffffff url("/PortalData/6/Resources/templating/redesign/home/whtr-berechnen.jpg") 0 0 no-repeat;
	width: 127px;
	height: 14px;
	cursor: pointer;
	bottom: 0;
	right: 15px;
}

.ca_whtr input {
	position: absolute;
	right: 45px;
	padding: 5px 0 0 0;
	height: 20px;
	width: 50px;
	background-color: transparent;
	border: none;
	color: #275093;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

.ca_whtr #gewicht{ top: 97px;}
.ca_whtr #koerpergroese{ top: 132px;}
.ca_whtr #bauchumfang{ top: 167px;}
.ca_newsletter .button{
	background: url("/portaldata/6/styles/images/relaunch/arrowlink.png") no-repeat scroll right center transparent;
	border: medium none;
	color: #275093;
	cursor: pointer;
	font: bold 12px "Trebuchet MS",Verdana,Arial,sans-serif;
	height: 18px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	margin: 12px 15px 0 0;
	float: right;
}
.ca_newsletter p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	width: auto; color: #464b54;
}

.ca_newsletter .niput {
	background: #ffffff url("/PortalData/6/Resources/templating/redesign/home/n-input.jpg") 0 0 no-repeat;
	width: 160px;
	height: 20px;
	border: none;
	padding: 5px 15px;
	color: #275093;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.ca_more_news {
	background: #ffffff url("/PortalData/6/Resources/templating/redesign/home/more_news.jpg") 0 0 no-repeat;
	width: 104px;
	height: 26px;
	border: none;
	display: block;
	float: left;
	font-weight: bold;
	padding: 7px 0 0 9px;
	margin-bottom:20px
}

/*---------------------------- BEGIN HRI Client Census ----------------------------*/
.eyecatcher {float:left; width:288px; height:282px; background:url("images/HRI_Pics/eyecatcher_cutted.jpg") no-repeat -25px 0}
.text-main-content_1 {float:left; width:318px}
.text-main-content_1 p { width:300px}
.text-main-content_2 {clear:both; width:600px; margin-top:16px}
.text-main-content_2 p { width:600px}

.body-ldc-fc {background-image:none}

.checkbox {clear:both; background:url("images/HRI_Pics/bg-checkbox.png") no-repeat; width:600px; height:48px; padding:12px 0 0 5px; color:#333; margin-top:25px; margin-bottom:-20px}
.revisitation-field {clear:both; color:#000; background:url("images/HRI_Pics/bg-checkbox.png") no-repeat; width:600px; height:48px; padding:15px 0 0 25px; color:#333; margin-top:25px; margin-bottom:-10px}

.error-message {width:552px; color:red; border:dashed 1px #F00; padding:14px 24px; margin-top:16px}

.button-field {padding-right:181px; margin-top:15px}
a.button {float:right; background:url("images/HRI_Pics/button.jpg") no-repeat; width:323px; height:49px; margin-bottom:10px}
a.button span {display:none}
a.button:hover {background:url("images/HRI_Pics/button_hover.jpg")}

.button-sub-text p {color:#264F91; font-size:11px; margin-left:322px}
/*---------------------------- END HRI Client Census ----------------------------*/

.button-sub-text p {color:#264F91; font-size:11px; margin-left:322px} 


/*--------------- Gesundheits-Check ---------------*/

.gesundheits-check {background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check.jpg") no-repeat -4px 0; width:180px; height:180px; display:block}
.gesundheits-check-button {background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-button-bg.png") no-repeat; width:158px; height:42px; color:#264F91; padding:6px 0 0 13px; font-size:12px; font-weight:bold; line-height:18px; margin-bottom:5px; display:block}
.gesundheits-check-button span {font-size:11px; font-weight:normal; font-style:italic; text-shadow:none}
.gesundheits-check-button:hover {background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-button-bg_hover.png"); text-decoration:none}

.h1-gesundheits-check {margin-top:18px}
.gesundheits-check-text p {width:742px; font-size:11px}
.gesundheits-check-eyecatcher {float:left; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-main.jpg") no-repeat; width:210px; height:260px; margin:0 10px 0 -19px}
.gesundheits-check-button-fields {margin-top:30px}
.gesundheits-check-button-fields p {font-size:11px}
.gesundheits-check-button-field {float:left; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-button-field-bg.jpg") no-repeat; width:530px; height:59px; margin-top:20px; font-size:20px; font-weight:bold; color:#243C7F; padding:16px 0 0 15px; line-height:14px}
.gesundheits-check-button-field span {color:#88B619; font-weight:normal; font-style:italic}
.gesundheits-check-button-field:hover {background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-button-field-bg_hover.jpg") no-repeat; cursor:pointer; text-decoration:none}
.gesundheits-check-sub-text {margin-top:40px}
.gesundheits-check-sub-text p {clear:both; width:742px; font-size:11px}

.whtr-check-header {width:742px}
.whtr-check-icon {float:left; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-icon.jpg") no-repeat; width:70px; height:70px; margin:2px 10px 0 -10px}
.whtr-check-headlines {float:left; width:518px; padding-top:3px}
.whtr-check-headlines h1, .whtr-check-headlines h3 {width:518px}
.whtr-check-eyecatcher {float:right; background:url("/PortalData/6/Resources/templating/redesign/home/whtr-check-eyecatcher.jpg") no-repeat; width:154px; height:162px; margin-top:-35px}
.whtr-check-text {float:left; width:578px; margin-top:-10px; padding-left:10px}
.whtr-check-text p {font-size:11px}
.waist-measuring {font-size:11px; margin-top:12px; margin-left:2px}
.whtr-check-supp-text p {width:732px; padding-left:10px; font-size:11px}
.whtr-check-table {width:732px; border-collapse:collapse; margin-top:10px; margin-left:10px}
.whtr-check-table tr:nth-child(2n) {background-color:#e6e6e6}
.whtr-check-table td {padding:5px 0 5px 5px; border:1px solid #ccc; font-size:11px}
.whtr-table-info-text {padding-left:10px; width:732px; margin-top:21px; font-size:11px}
.whtr-check-sub-text {width:732; padding-left:10px; margin:43px 0 60px 0}
.whtr-check-sub-text p {font-size:11px}

.bmi-check-header {width:742px}
.bmi-check-icon {float:left; background:url("/PortalData/6/Resources/templating/redesign/home/gesundheits-check-icon.jpg") no-repeat; width:70px; height:70px; margin:2px 10px 0 -10px}
.bmi-check-headlines {float:left; width:662px; padding-top:3px}
.bmi-check-headlines h1, .whtr-check-headlines h3 {width:662px}
.bmi-check-text {float:left; width:732px; margin-top:-10px; padding-left:10px}
.bmi-check-text p {width:732px; font-size:11px}
.bmi-check-supp-text p {width:732px; padding-left:10px; font-size:11px}
.bmi-check-supp-text2 {margin-top:31px}
.bmi-check-supp-text2 p {width:610px; padding-left:10px; font-size:11px}
.bmi-check-table {width:732px; border-collapse:collapse; margin-top:10px; margin-left:10px}
.bmi-check-table tr:nth-child(2n) {background-color:#e6e6e6}
.bmi-check-table td {padding:5px 0 5px 5px; border:1px solid #ccc; font-size:11px}
.bmi-check-sub-text {width:610px; padding-left:10px; margin:43px 0 60px 0}
.bmi-check-sub-text p {font-size:11px}
.bmi-check-eyecatcher {float:right; background:url("/PortalData/6/Resources/templating/redesign/home/bmi-check-eyecatcher.jpg") no-repeat; width:116px; height:375px; margin:-340px 57px 0 0}

/*------------- Gesundheits-Check end -------------*/
