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: #7d971f;padding-bottom: 11px;}
IMG {border:none; margin:0px; padding:0px;}


a:active { outline: none; }
a:focus { -moz-outline-style: none; }



/*  Überschriften im Contentbereich  */

.contentbox .ca_headlinepic 
{
	border:none; 
	float:left; 
	margin: 0px; 
	padding-right: 10px; 
	padding-bottom: 10px;
}
.contentbox .ca_headlinepic img 
{
	border:none; 
}

.contentbox .ca_headline {
	width: auto; 
	margin:10px 0px -5px 0px;
}

/*  Links  */

a:link, a:active, a:visited 
{
	color: #264F91;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

.ca_left{ float:left;}

/*zurück*/
.ca_back_button{
	display:inline;
	width:40px;
	height:40px;
	background:url(images/back_button.gif) no-repeat;
	float:right;
	margin-right:40px;
	text-indent:-9999px;
}

/*------DIV MIT CONTENT-----------------------------------------------*/

.contentbox 
{
    text-align: left;
	width:782px;	
	padding:15px 0px 30px 30px;		
	float:left;
}



/*-----BETREUER WEB-----*/


.ca_content_box
{
	background: url(images/betreuer/content_box_head.gif) top left no-repeat;
	width: 745px;
	margin: 15px 0px 0px 0px;
	padding-top:16px;
	float: left;
}

.ca_content_box .ca_content_box_inner
{
	width:743px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	border:1px solid #B7D986;
	border-top: none;
	background-color: #F8FFE4;
	float:left;
}
	
.ca_content_box H2 
{
	margin:0px;
	height: 14px;
	padding: 2px 0px 0px 5px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif; color: #fff;
}

.ca_content_box H3
{
	padding:5px 0px 3px 5px;
	margin:0px;
	font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #000;
}

.ca_content_box H4
{
	width:auto;
	padding:5px 0px 5px 5px;
	margin: 0px;
	font:bold 9px Verdana, Arial, Helvetica, sans-serif; color: #000;
	background-color: #E4F4BB;
}

.ca_content_box p 
{
	width:auto;
	margin: 0px;
	padding:5px;
	font:normal 10px/13px Verdana, Arial, Helvetica, sans-serif; color: #333;
}

.ca_content_box img
{
	margin:0px;
	padding:0px;
	border:none;
	float:none;
}


/*---------Tabs----------*/


.ca_content_box .ca_tab
{
	width:100%;
	border-bottom:1px solid #B7D986;
	background:#E4F4BB;
	float:left;
}

.ca_content_box .ca_tab_inner
{
  width:681px;
	border-left:1px solid #B7D986;
	border-right:1px solid #B7D986;
	background:#E4F4DD;
	float:left;
}

.ca_tabs{
	margin:0;
	padding:7px 5px;	
	float:left;

}

.ca_tabs  li{
	list-style:none;
	float:left;
			
}

.ca_tabs li a, .ca_tabs li a:link, .ca_tabs li a:visited{
	height:17px;
	font-size:10px;
	font-weight:bold;
	float:left;
	padding:0 5px;
	background: url(images/betreuer/tabs.gif) top center no-repeat;
	border-right:1px solid #9ebb73;
}
.ca_tabs li a:hover{
	background-position:bottom center;
	color:#fff;
}

.ca_tabs li a#act{
	background-position:bottom center;
	color:#fff;
}

.ca_tabs li a.ca_tabs_first, .ca_tabs li a.ca_tabs_first:link, .ca_tabs li a.ca_tabs_first:visited{
	background-position:top left;
}
.ca_tabs li a.ca_tabs_first:hover, .ca_tabs li a.ca_tabs_first#f_act{
	color:#fff;
	background-position:bottom left;
}

.ca_tabs li a.ca_tabs_last, .ca_tabs li a.ca_tabs_last:link, .ca_tabs li a.ca_tabs_last:visited{
	background-position:top right;
	border-right:none;
}
.ca_tabs li a.ca_tabs_last:hover, .ca_tabs li a.ca_tabs_last#l_act{
	color:#fff;
	background-position:bottom right;
}

.ca_content_box .ca_hovermenu
{
    border:1px solid #9ebb73;
    background:#E4F4BB;
}

.ca_hoverlist
{
    margin:0;
	padding:7px 5px;
}
.ca_hoverlist li
{
    border-bottom:1px solid #9ebb73;
    list-style:none;
    padding:3px 0px 3px 0px;
}

.ca_hoverlist li.ca_last
{
    border-bottom:none;
}
    
.ca_hoverlist li a, .ca_hoverlist li a:link, .ca_hoverlist li a:visited
{
    
    padding:0 5px;
}


/*--------------- Fehler   -----------------*/

.ca_content-control fieldset table tr.ca_error td{	
				color: red;
			}
.ca_content-control fieldset table tr.ca_error td input,.ca_content-control fieldset table tr.ca_error td select,.ca_content-control fieldset table tr.ca_error td textarea{	
				border: 1px  dashed red;
				background:#FBEEEE;
			}
			
.ca_content-control fieldset table tr td span input.radio,
.ca_content-control fieldset table tr td span input.checkbox{
	width:auto;
	border:none;
}

.ca_info_box
{
	border:1px solid #BDD589;
	padding:10px;
	background:#E7F4BE;
	margin:20px 0;
	position:relative;
}

.ca_info_box.ca_main
{
	width:661px;
	float:left;
	margin:0px;
}
.ca_info_box.ca_main h1{
margin:15px 0 10px 0;
}

.ca_msg_box
{
	border:1px solid darkgreen;
	padding:5px;
	color:red;
	background:#F8FFE4;
	margin:10px 0;
}
.ca_msg_box li
{
	color:black;
}

.ca_legend
{
	margin:0 0 0 20px;
	padding:0;
	/*list-style-position:inside;*/
}

.ca_legend li
{
	font-size:10px;
	color: #CC0000;
}


/*--------------- Tabellen -----------------*/
.ca_table-control{
/*width:680px;
overflow:auto;
*/}

.ca_table-control table {
		margin:1px;
		width:100%;
		min-width:683px;
		border-collapse:collapse; 
		border-spacing:2px;
		border:1px #B7D986 solid;
		background: #F0FFC6;
		margin-bottom:6px;
}

.ca_table-control-2{
		width:682px;
}

.ca_table-control-2 table {
		margin:0 0 6px 1px;
		width:100%;
		border-collapse:collapse; 
		border-spacing:2px;
		border:1px #B7D986 solid;
		background: #F0FFC6;
}


.ca_table-control-2.ca_small 
{
  width: 652px;
}

.ca_table-control table .ca_th, .ca_table-control-2 table .ca_th{
		font-size:11px;
		text-align:left;
		color: #264f91;
		background:#dceab7;
	}
		
	.ca_table-control table .ca_th th, .ca_table-control-2 table .ca_th th{
		padding:4px;
		background:url(images/thead_bg.gif) top left repeat;
		height:16px!IMPORTANT;
		white-space:nowrap;
	}
			
	.ca_table-control table tr td, .ca_table-control-2 table tr td {
			border:1px #BDD589 solid;
			background:#fff;
			padding:4px 10px 4px 4px;
			font: 10px verdana,arial,helvetica,sans-serif;
	}

	.ca_table-control table tr.ca_Selected td, .ca_table-control-2 table tr.ca_Selected td {
			border:1px #fff solid;
			background:#C0D4EC;
			padding:4px 10px 4px 4px;
			font: 10px verdana,arial,helvetica,sans-serif;
			color:#000;
	}
	
	.ca_table-control table td.ca_status, .ca_table-control-2 table td.ca_status {
		text-align:center;
		width:50px;
	}

	.ca_table-control table tr.ca_tb_empty td, .ca_table-control-2 table tr.ca_tb_empty td {
			border:1px #fff solid;
			background:#d8edad;
			padding:4px 20px 4px 4px;
			font: 10px verdana,arial,helvetica,sans-serif;
	}

	.ca_table-control table th.ca_act, .ca_table-control-2 table th.ca_act{
			padding:4px;
			background:url(images/thead_bg_act.gif);
		}			
	.ca_table-control-2 table th.ca_act a, .ca_table-control table th.ca_act a{
			color:#fff;
		}


.ca_sort{
			cursor:pointer;	
			background:url(images/betreuer/sort_up.gif) 100% 50% no-repeat;
			display:block;
			padding-right:14px;
}
.ca_sort.ca_down{
			background:url(images/betreuer/sort_down.gif) 100% 50% no-repeat;
}

.ca_act span.ca_sort{
			cursor:pointer;	
			background:url(images/betreuer/sort_up_w.gif) 100% 50% no-repeat;
			display:block;
}
.ca_act span.ca_sort.ca_down{
			background:url(images/betreuer/sort_down_w.gif) 100% 50% no-repeat;
}

/* Styles für das Pagercontrol */

.ca_rc_box.ca_custom {
	float:right;
	margin: -7px 0 10px 0;
	padding: 10px 10px 10px 9px;
	*padding: 5px 6px 5px 5px;
	width: auto;
	*width: 254px;
}

.ca_rc_box.ca_custom-2 {width: 70px;}

.ca_rc_box.ca_custom .ca_entries {
	padding-left: 0px;
	font-size: 10px;
	margin-top: 5px;
	float:right;
	clear:right;
	width: 100%;
	text-align: right;
	_width:213px;
	_width:225px;
}

.ca_rc_box.ca_custom .ca_entries input {
	width: 25px;
	height: 10px;
	font-size: 10px;
}

/*.ca_paging.ca_paging_custom { width: 254px;}*/
.ca_paging.ca_paging_custom a {
	margin:0 2px;
	line-height: 12px;
}

.ca_infexpo {
	width: 200px;
	clear:left;
	padding-top:15px;
}
.ca_infexpo span.ca_export {
	background-position: 0px 0px;
	padding-left: 20px;
}

.ca_start, .ca_last, .ca_next, .ca_end { width: 20px !important;}


.ca_tb_options
{
	display:block;
	margin:10px 0 0 0;
	width:683px;
}
	
.ca_tb_options.ca_tb_opt_small {
	display:block;
	padding:10px 5px;
	margin:0;
	width:548px;
	background-color : #E7F4BE;
	border:1px solid #BDD589;
	border-top:none;
}

	
.ca_tb_options2
{
	display:block;
	margin:10px 0;
	width:655px;
}
		
.ca_paging
{
	float:right;
}

.ca_paging a{ 
	font-size:10px;
	border: 1px solid #F8FFE4;
	margin:0 3px;
	padding:2px 4px;
	float:left;
}

		
.ca_paging a:hover,.ca_paging a.ca_act
{ 
	background:#fff;
	border: 1px solid #BDD589;
	padding:2px 4px;
}
	
.ca_paging a.ca_last span,.ca_paging a.ca_next span,.ca_paging a.ca_start span,.ca_paging a.ca_end span
{ 
	display:none;
}

.ca_paging a.ca_last,.ca_paging a.ca_last:hover{ background: url(images/betreuer/bt_last.gif) no-repeat; border:none;}
.ca_paging a.ca_next,.ca_paging a.ca_next:hover{ background: url(images/betreuer/bt_next.gif) no-repeat; border:none;}
.ca_paging a.ca_start,.ca_paging a.ca_start:hover{ background: url(images/betreuer/bt_start.gif) no-repeat; border:none;}
.ca_paging a.ca_end,.ca_paging a.ca_end:hover{ background: url(images/betreuer/bt_end.gif) no-repeat; border:none;}	

.ca_paging a.ca_last,.ca_paging a.ca_next,.ca_paging a.ca_start,.ca_paging a.ca_end
{ 
	margin-top:4px;
	display:block;
	float:left;
	width: 28px;
	height:12px;
	border: none;	
}

html>body .ca_paging a.ca_last,html>body .ca_paging a.ca_next,html>body .ca_paging a.ca_start,html>body .ca_paging a.ca_end
{ 
	margin-top:4px;
	display:block;
	float:left;
	width: 20px;
	height:8px;
	border: none;	
}
	

.ca_clear
{
	clear:both;
}
/*Added TB 05.11.*/
.ca_required
{
    /*margin-left:5px;*/
    color:Red;
}
/*TB END*/

.ca_refresh{
	width:30px;
	height:32px;
	float:right;
	margin-right:20px;
}

.ca_holder
{
	margin-left:30px;
}

.ca_scroll-pane {
	width: 200px;
	background: #fff;
	float: left;
	padding: 0;
}

.ca_holder .pane1
{
	/*Tabellengröße muss in jedem Modul selbst festgelegt werden*/
/*
	height: auto;
	min-height: 258px;
*/
	width: 681px;
	padding: 0;
	display: block;
	background:#E7F4BE;
}

span.ca_help_on
{
	background: url(images/betreuer/help_symb.gif) no-repeat;
	float:left;
    padding-left:22px;
	cursor:pointer;
	color:#333;
}

div.ca_help
{
	background:#E7F4BE none repeat scroll 0 0;
	border:1px solid #BDD589;
	color:#FFFFFF;
	/*display:none;*/
	margin-bottom:1em;
	padding:0.6em;
	position:relative;
	width:668px;
}
div.ca_help.ca_help_inner
{
	width:639px;
}

div.ca_help.ca_help_small {
background:#e3eebf none repeat scroll 0 0;
border:1px solid #BDD589;
color:#FFFFFF;
display:none;
margin-bottom:0;
padding:6px;
position:relative;
width:546px;
}
div.ca_help p{
padding-top:0;
width:auto;
}	

a.ca_help_top {
	background:transparent url(images/help_top.png) no-repeat scroll 0 0;
	display:inline;
	float:right;
	height:27px;
	margin:6px ;
	width:27px;
}
	
a.ca_help_top:hover{
	background:url(images/help_top_act.png) no-repeat scroll 0 0;
}

a.ca_help_top span{
	display:none;
}

/*
.ca_table_head{
	background:url(js/betreuer/scroll_top_left.gif) left bottom no-repeat;
	float:left;
	width:673px;
	height:32px;
	padding-left:10px;
}
*/


.ca_table_head{
background:url(js/betreuer/scroll_top_left.gif) left bottom no-repeat;
float:none;
width:673px;
height:32px;
padding-left:10px;
}

.ca_table_head_right{
	background:url(js/betreuer/scroll_top_right.gif) bottom right no-repeat;
	height:32px;
	width:100%;
	float:left;
}
	
.ca_holder3 .ca_table_head{
background:url(js/betreuer/scroll_top_left.gif) left bottom no-repeat;
float:none;
width:550px;
height:32px;
padding-left:10px;
}
.ca_holder3 { margin:0 0 0 0; }
.ca_holder3 .pane1{ width:560px; }

.ca_holder3 a.jScrollArrowLeft {
background: url(js/betreuer/left_2.gif) no-repeat 0 0;
}
.ca_holder3 a.jScrollArrowLeft:hover {
background: url(js/betreuer/left_2_over.gif) no-repeat 0 0;
}
.ca_holder3 a.jScrollArrowRight {
background: url(js/betreuer/right_2.gif) no-repeat 0 0;
}
.ca_holder3 a.jScrollArrowRight:hover {
background: url(js/betreuer/right_2_over.gif) no-repeat 0 0;
}

.ca_holder2 .ca_table_head{
	width:643px;
}
.ca_holder2 { margin:0 4px 30px 4px; }
.ca_holder2 .pane1{ width:653px; }

.ca_tab_head{
background:url(js/betreuer/scroll_top_left.gif) left bottom no-repeat;
float:left;
width:673px;
height:25px;
margin-top:20px;
padding-left:10px;
}

.ca_tab_head_right{
background:url(js/betreuer/scroll_top_right.gif) bottom right no-repeat;
float:left;
height:25px;
width:100%;
}

.ca_tab_head.ca_small{width:500px;}

/*
.ca_tab_head
{
	background:url(js/betreuer/scroll_top.gif) repeat-x bottom;
	float:left;
	width:100%;
	height:25px;
	margin-top:20px;
}

.ca_tab_head_left
{
	background:url(js/betreuer/scroll_top_left.gif) bottom left no-repeat;
	float:left;
	height:25px;
	width:5px;
}

.ca_tab_head_right
{
	background:url(js/betreuer/scroll_top_right.gif) bottom right no-repeat;
	height:25px;
	width:5px;
	float:right;
}
*/
.ca_TicketNaviTabs
{
	float:left;
	margin:0 0 0 10px;
	padding:0;
}

.ca_TicketNaviTabs ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
/*TB Added 04.11*/
.ca_TicketNaviTabs li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;

}

.ca_TicketNaviTabs li a{
display:block;
background: url(images/betreuer/tab_bg.gif)  top right no-repeat;
color:#264F91;
cursor:pointer;
font-size:11px;
}

.ca_TicketNaviTabs li a span{
	display:block;
	padding: 6px 6px 4px 4px;
}
.ca_TicketNaviTabs li a.ca_tab_left span{
	background: url(images/betreuer/tab_bg_left.gif)  top left no-repeat;
}
.ca_TicketNaviTabs li a.ca_tab_right span{
	padding: 6px 6px 4px 4px;
	display:block;
	background: url(images/betreuer/tab_bg_right.gif)  top right no-repeat;
}


.ca_TicketNaviTabs li a.ca_tab_left:hover span,.ca_TicketNaviTabs li a.ca_tab_left_act span{
	background: url(images/betreuer/tab_bg_left_hover.gif)  top left no-repeat;
}
.ca_TicketNaviTabs li a.ca_tab_right:hover span,.ca_TicketNaviTabs li a.ca_tab_right_act span{
	background: url(images/betreuer/tab_bg_right_hover.gif)  top right no-repeat;
}

.ca_TicketNaviTabs li a:hover,.ca_TicketNaviTabs li a.ca_act,
.ca_TicketNaviTabs li a:hover,.ca_TicketNaviTabs li a.ca_tab_right_act,
.ca_TicketNaviTabs li a:hover,.ca_TicketNaviTabs li a.ca_tab_left_act{
	background: url(images/betreuer/tab_bg_hover.gif)  top right no-repeat;
	text-decoration:none;
	color:#fff;
}

.ca_TicketNaviTabs li a.ca_inactive,.ca_TicketNaviTabs li a.ca_inactive:hover{
	display:block;
	background: url(images/betreuer/tab_bg.gif)  top right no-repeat;
	color:#91ada5;
	cursor:pointer;

}
.ca_TicketNaviTabs li a.ca_tab_left.ca_inactive:hover span
{
	background: url(images/betreuer/tab_bg_left.gif)  top left no-repeat;
}

.ca_TicketNaviTabs li a.ca_tab_right.ca_inactive:hover span
{
	background: url(images/betreuer/tab_bg_right.gif)  top right no-repeat;
}



/*TB added end*/

.ca_TicketNaviTabs .ca_single_left
{
	display:block;
	background: url(images/betreuer/tab_bg_left_hover.gif)  top left no-repeat;
	padding: 6px 0px 4px 0px;
	float:left;
}

.ca_TicketNaviTabs .ca_single
{
	display:block;
	background: url(images/betreuer/tab_bg_hover.gif)  top left repeat-x;
	color:#FFFFFF;
	padding: 6px 0px 4px 0px;
	float:left;
}

.ca_TicketNaviTabs .ca_single_right
{
	display:block;
	background: url(images/betreuer/tab_bg_right_hover.gif)  top right no-repeat;
	padding: 6px 0px 4px 0px;
	float:left;
}


.ca_legend-wrapper
{
	border-bottom:1px solid #BDD589;
	padding: 5px 0 0 40px;
}

.ca_legend-wrapper.l1 
{
    background: url(images/betreuer/legend_1.gif) 5px 10px no-repeat;
}

.ca_legend-wrapperCoach
{
	border-bottom:1px solid #BDD589;
	padding: 5px 0 0 60px;
}

.ca_legend-wrapperCoach.l1 
{
    background: url(images/betreuer/legend_1.gif) 5px 10px no-repeat;
}

/* Legende für die Betreuersuche */
.ca_legend-wrapper.coachlist1 
{
    background: url(images/picto/icon_bl_arzt.png) 5px 10px no-repeat;
}
.ca_legend-wrapper.coachlist2
{
    background: url(images/picto/icon_bl_heilpr.png) 5px 10px no-repeat;
}
.ca_legend-wrapper.coachlist3
{
    background: url(images/picto/icon_bl_ernber.png) 5px 10px no-repeat;
}
.ca_legend-wrapper.coachlist4
{
    background: url(images/picto/icon_bl_kineseo.png) 5px 10px no-repeat;
}
.ca_legend-wrapper.coachlist5
{
    background: url(images/picto/icon_bl_fitness.png) 5px 10px no-repeat;
}
.ca_legend-wrapper.coachlist6 
{
    background: url(images/picto/icon_bl_einzelbetr.png) 5px 10px no-repeat;
}
.ca_legend-wrapper.coachlist7
{
    background: url(images/picto/icon_bl_gruppenbetr.png) 5px 10px no-repeat;
}

.ca_legend-wrapper p
{
	
}


.ca_content-control fieldset .ca_table_right
{
	float:right;
}

.ca_content-control fieldset .ca_table_left
{
	float:left;
}





.ca_form_buttons {
	background:url(images/form_buttons_bg.gif) no-repeat left bottom;
	float:left;
	margin:0;
	padding:0;
	width:683px;
}
.ca_form_buttons.ca_nobox
{
	background:none;
	width:auto;
}
.ca_form_buttons.ca_small {
	width:550px;
}
.ca_form_buttons_bg {
	background:url(images/form_buttons_bg_2.gif) no-repeat  left top;
	min-height:43px;
	height:auto;
	margin:0;
	padding:0 10px 0 0;
	width:673px;
	float:left;
}		

.ca_form_buttons a, .ca_form_buttons a:link, .ca_form_buttons a:visited, .ca_form_buttons a:active {
	background:transparent url(images/betreuer/button_2.gif) no-repeat scroll left top;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	margin:8px 0 8px 9px;
	text-decoration:none;
}

.ca_form_buttons a span{ 
	display:block; 
	float:left; 
	background: url(images/betreuer/button_1.gif) top right no-repeat; 
	padding:6px 6px 6px 0px;
	margin-left:5px;
}

.ca_form_buttons a:hover{background-image: url(images/betreuer/button_2_hover.gif); text-decoration:none;}
.ca_form_buttons a:hover span{background-image: url(images/betreuer/button_1_hover.gif);}

.ca_form_buttons a.ca_active{background-image: url(images/betreuer/button_2_hover.gif); text-decoration:none;}
.ca_form_buttons a.ca_active span{background-image: url(images/betreuer/button_1_hover.gif);}

.ca_form_buttons a.ca_inactive,.ca_form_buttons a.ca_inactive:link,.ca_form_buttons a.ca_inactive:visited,.ca_form_buttons a.ca_inactive:active,
.ca_form_buttons a.ca_inactive:hover{
	background: url(images/betreuer/button_4.gif) top left no-repeat;
	color:#87bb54;
}
.ca_form_buttons a.ca_inactive span,
.ca_form_buttons a.ca_inactive:hover span{
	background: url(images/betreuer/button_3.gif) top right no-repeat;
}



/*--------------- Content -----------------*/

.ca_content-control{
	width:auto;
	padding:0 30px;
	float:left;
}

.ca_content-control fieldset{
	padding:0;
	border:none;
	margin-bottom:40px;
}
	.ca_content-control fieldset legend{
		display:none;
	}

	.ca_content-control fieldset table{
		margin:0;
		padding:0;
		display:block;
		border-collapse:separate;
	}
	
		.ca_content-control fieldset table tr td{
			font-size:11px;
			padding:4px;
			color:#333;
			border:1px solid #c5e39b;
			/*height:36px;*/
		}
		
			
			.ca_content-control fieldset table tr td.ca_tb_label
			{
				width:135px;
				background:#f5ffd8;
			}
			.ca_content-control fieldset table tr td.ca_tb_right
			{
				width:165px;
			}

			.ca_content-control fieldset table tr td.ca_tb_labelwide{
			background:#f5ffd8;
			width:135px;
			}
			.ca_content-control fieldset table tr td.ca_tb_wide{
			width:350px;
			}	
			.ca_content-control fieldset table tr td.ca_tb_full{
			width:496px;
			}	
			.ca_content-control fieldset table tr td input,.ca_content-control fieldset table tr td textarea {
				padding:3px;
				font:11px Verdana, Arial, Helvetica, sans-serif;
				width:155px;
				border: 1px solid #b7d986;
			}
			
			.ca_content-control fieldset table tr td textarea.ca_txtarea_wide {
				width:488px;
			}

			.ca_content-control fieldset table tr td input.ca_inp_small{
				width:50px;
			}

			.ca_content-control fieldset table tr td select
			{
				width:163px;
				padding:3px 0;
				font-size:11px;
				border: 1px solid #b7d986;
			}
			.ca_content-control fieldset table tr td select.ca_halve
			{
				width:90px;
				padding:3px 0;
				font-size:11px;
				border: 1px solid #b7d986;
			}
			.ca_content-control fieldset table tr td select.ca_auto
			{
				width:auto;
				padding:3px 0;
				font-size:11px;
				border: 1px solid #b7d986;
			}

			.ca_content-control fieldset table tr td  input.ca_radio,
			.ca_content-control fieldset table tr td  input.ca_checkbox{
				width:auto;
				border:none;
			}
			.ca_content-control fieldset table tr td span.ca_radio input,
			.ca_content-control fieldset table tr td span.ca_checkbox input{
				width:auto;
				border:none;
			}
			.ca_content-control fieldset table tr td span.ca_radio_invoice input,
			.ca_content-control fieldset table tr td span.ca_checkbox_invoice input{
				width:auto;
				border:none;
				float:left;
				margin-top:15px;
			}			

.ca_input_wide
{
	width:350px;
}
/*------fehler-------*/

			.ca_content-control fieldset table tr.ca_error td{	
							color: red;
						}
			.ca_content-control fieldset table tr.ca_error td input,.ca_content-control fieldset table tr.ca_error td select,.ca_content-control fieldset table tr.ca_error td textarea{	
							border: 1px  dashed red;
							background:#FBEEEE;
						}
			a.ca_help{
				display:block;
				width:16px;
				height:16px;
				background:url(images/betreuer/info.png) top left no-repeat;
				float:left;
				margin-right:5px;
			}
			.ca_content-control fieldset table tr.ca_error td a.ca_help{
				display:block;
				width:16px;
				height:16px;
				background:url(images/betreuer/help.gif) top left no-repeat;
				float:left;
				margin-right:5px;
			}
	
			a.ca_help span{
				display:none;
			}

	.ca_content-control fieldset .ca_table_right{
	float:right;
	}

	.ca_content-control fieldset .ca_table_left{
	float:left;
	}

			
/* Style für das Übersetzungsmodul */
.ca_Mytable
{
	padding:3px;
	font-size: 11px;
	float: left;
}
		
.ca_Mytable td
{
	font-size: 11px;
}
		
.ca_Mytable textarea
{
	font-size: 11px;
	border: 1px solid #b7d986;
	overflow: auto;
}

/* DropDownListen */
.ca_select
{
	border: 1px solid #b7d986;
	font-size: 11px;
	padding: 3px 0;
	line-height: 11px;
}
			
			
/* DropDown Menue */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:100;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-bottom:1px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu li a.ca_act	{
    background:#5e85c8 url(images/tg_bt_bg1.gif) repeat-x;
	color:#fff;
}

.sf-menu li li a.ca_act {
	background:		#5e85c8;
	color:#fff;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:	left;
	padding:.5em;
}
.sf-menu a {
	background:#B7D986 url(images/tg_bt_bg.gif) repeat-x scroll 0 0;
	font-size:11px;
	padding:0.5em;
	text-decoration:none;
	white-space: nowrap;
}

.sf-menu li li a {
	background:#b7d986;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#264F91;
}
.sf-menu li {
	background-color:		#b7d986;
	border-right:1px solid #9EBB73;
	border-left:1px solid #F8FFE4;

}
.sf-menu li li {
	background:		#b7d986;
}
.sf-menu li li li {
	background:		#b7d986;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background:#5e85c8 url(images/tg_bt_bg1.gif) repeat-x;
	color:#fff;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {

	background:		#5e85c8;
	color:#fff;
}



/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			.6em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('js/betreuer/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('js/betreuer/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-menu li.ca_tab_inactive a, .sf-menu li.ca_tab_inactive a:visited  {
	color:	#7f9991;
}


.sf-menu li.ca_tab_inactive:hover, .sf-menu li.ca_tab_inactive.sfHover, .sf-menu li.ca_tab_inactive a:focus, .sf-menu li.ca_tab_inactive a:hover, .sf-menu li.ca_tab_inactive a:active {
	outline:		0;
	background:#b7d986 url(images/tg_bt_bg.gif) repeat-x;
	color:#7f9991;
}			
			
			
			
	
	
/* Symbolerklärungen */			
			
.ca_legend-wrapper{
	border-bottom:1px solid #BDD589;
	padding: 5px 0 0 30px;
}

.ca_legend-wrapper.l1{ background: url(images/betreuer/legend_1.gif) 5px 10px no-repeat; }
.ca_legend-wrapper.l2{ background: url(images/betreuer/legend_2.gif) 5px 10px no-repeat; }
.ca_legend-wrapper.l3{ background: url(images/betreuer/legend_3.gif) 5px 10px no-repeat; }
.ca_legend-wrapper.l4{ background: url(images/betreuer/legend_4.gif) 5px 10px no-repeat; }
.ca_legend-wrapper.l5{ background: url(images/betreuer/legend_5.gif) 5px 10px no-repeat; }
.ca_legend-wrapper.l6{ background: url(images/betreuer/legend_6.gif) 5px 10px no-repeat; }

.ca_legend-wrapper p{
	padding-top:0;
}


span.ca_help_on {
background: url(images/betreuer/help_symb.gif) no-repeat;
float:left;
padding-left:22px;
cursor:pointer;
color:#333;
}



div.ca_help {
	background:#E7F4BE none repeat scroll 0 0;
	border:1px solid #BDD589;
	color:#FFFFFF;
	display:none;
	margin-bottom:1em;
	padding:0.6em;
	position:relative;
	width:668px;
}


div.ca_help span.ca_close_help{ 
background: url(images/betreuer/30.png) no-repeat;
display:block;
width:10px;
height:10px;
position:absolute;
top:3px;
right:3px;
cursor:pointer;
}

span.ca_entries {
	float:left;
	padding-left:40px;
	color:#333;
}


span.ca_export {
	background:url(images/betreuer/document_excel.png) 40px 0px no-repeat;
	float:left;
	padding-left:60px;
	color:#333;
}


/*rounded corners*/



.ca_rc_box {
	margin: 20px auto;
	background-color : #E7F4BE;
	width :601px;
	height : auto;
	position : relative;
	padding : 30px 40px;
	border:1px solid #BDD589;
}

.ca_rc_box.ca_rc_box_small {
width :480px;
margin:20px 0;
}

.ca_tl, .ca_tr, .ca_bl, .ca_br {
  position : absolute;
  width : 10px;
  height : 10px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
  margin-right : -1px;  /* this is for IE */

}

.ca_tl {
  background : transparent url(images/betreuer/c1.gif) top left no-repeat;
  top : -1px;
  left : -1px;
}


.ca_tr {
  background : transparent url(images/betreuer/c2.gif) top right no-repeat;
  top : -1px;
  right : -1px;
}

.ca_bl {
  background : transparent url(images/betreuer/c3.gif) bottom left no-repeat;
  bottom : -1px;
  left : -1px;
}

.ca_br {
  background : transparent url(images/betreuer/c4.gif) bottom right no-repeat;
  right : -1px;
  bottom : -1px;
}




.ca_error_box{
	background: url(images/info_error.gif) 1% 50% no-repeat #fbeeee;
	border:1px solid red;
	padding:5px 5px 5px 30px;
	color:red;
	margin:10px 0;
}

	.ca_error_box ul{
		margin:0;
		padding:0;
		list-style-position:inside;
	}

		.ca_error_box ul li{
			color:red;
		}


.ca_confirm_box{
	background: url(images/info_confirm.gif) 1% 50% no-repeat #cbddf0;
	border:1px solid #31599b;
	padding:5px 5px 5px 30px;
	color:#31599b;
	margin:10px 0;
}



/*rc 2 */

.ca_form_rc_box {
	margin: 0;
	background-color : #f5ffd8;
	width :auto;
	height : auto;
	position : relative;
	padding : 10px 20px;
	border:1px solid #c5e39b;
}

.ca_form_rc_box .ca_tl {
   background : transparent url(images/c_2_1.gif) top left no-repeat!IMPORTANT;
   top : -1px;
   left : -1px;
}


.ca_form_rc_box .ca_tr {
   background : transparent url(images/c_2_4.gif) top right no-repeat;
   top : -1px;
   right : -1px;
}

.ca_form_rc_box .ca_bl {
   background : transparent url(images/c_2_2.gif) bottom left no-repeat;
   bottom : -1px;
   left : -1px;
}
.ca_form_rc_box .ca_br {
   background : transparent url(images/c_2_3.gif) bottom right no- repeat;
   right : -1px;
   bottom : -1px;
}


/* spezielle Größen für Bonuspunkte */
.ca_form_rc_box_widetc{
  padding-left:0px!IMPORTANT;
  padding-right:0px!IMPORTANT;
}
.ca_form_rc_box.ca_wide{
  width:360px;
}


/* Club-Anmeldung */


.ca_profileClubTable{
		border-spacing:1px;
		width:100%;
		background: #F0FFC6;
		empty-cells:hide;
		float:left;
}

.ca_profileClubTh { 
		background: #F8FFE4;
		width: 100px;
		font:bold 10px verdana,arial,helvetica,sans-serif;
		padding: 4px 0px 4px 5px;
		border:1px #C5E39B solid;
}

.ca_profileClubTd {
		border: 1px solid #DFEDB8;
		background: #F0FFC6;
		width: 260px;
		font:normal 9px verdana,arial,helvetica,sans-serif;
		padding:3px 0px 3px 3px;
}

.ca_profileClubImg
{
		border:1px #B7D986 solid;
		width:auto;
 }

.ca_profileClubInput {
		border:1px #B7D986 solid;
		height: 24px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
}
.ca_profileClubSelect {
		border:1px #B7D986 solid;
		width: 360px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
		background:#F8FFE4;
}
.ca_profileClubTextarea {
		border:1px #B7D986 solid;
		height: 80px;
		font:normal 9px verdana,arial,helvetica,sans-serif;color:#333;
}

    
    /*Cockpit*/
  .ca_cockpit{
    margin:10px 30px;
    position:relative;
    float:right;
    display:inline;
    width:auto;
  }

	.ca_cockpit_back{
		background: url('images/betreuer/cockpit_last.gif') no-repeat;
		text-indent:-9999px;
		width:32px;
		height:54px;
		float:left;
		display:block;
	}
	.ca_cockpit_back:hover{
		background: url('images/betreuer/cockpit_last_hover.gif') no-repeat;
	}

	.ca_cockpit_next{
		background: url('images/betreuer/cockpit_next.gif') no-repeat;
		text-indent:-9999px;
		width:32px;
		height:54px;
		float:left;
		display:block;
	}
	.ca_cockpit_next:hover{
		background: url('images/betreuer/cockpit_next_hover.gif') no-repeat;
	}
	
	.ca_patient_info{
		background:#dce6bc  url('images/betreuer/cockpit_bg.gif') repeat-x;
		border-top:1px solid #cadd9e;
		border-bottom:1px solid #cadd9e;
		float:left;
		height:40px;
		padding:6px 12px;
		color:#264F91;
		font-size:11px;
		font-weight:bold;
	}

	.ca_patient_info div{
	margin-top:4px;
		color:#697d3c;
		font-size:11px;
	}

	.ca_patient_id{
		font-size:9px;
		color:#697d3c;
	}
	
	.ca_patient_phase{
		background: url('images/tg_bt_mb.png') no-repeat;
		padding-left:20px;
	}

	.ca_patient_date{
		background: url('images/calendar_month.png') no-repeat;
		padding:3px 20px;
		margin-left:10px;
	}

/*Loading Message*/
.ca_status_msg_box{
    background: url('images/betreuer/status_msg_bg_2.png') no-repeat;
    display:none;
    position: fixed;
    left: 200px;
    top: 0;
    padding: 0;
    height:50px;
    z-index:100;
}
	
  .ca_status_msg{
		background: url('images/betreuer/status_msg_bg.png') no-repeat top right;
		margin-left:12px;
		padding:4px 20px 0 0;
		height:50px;
		float:left;
		display:inline;
	}
	
    .ca_status_msg span{
			background: url('images/betreuer/ajax-loader.gif') no-repeat;
			padding: 8px 0 14px 34px;
			color:#264F91;
			font-weight:bold;
display:block;
		}


/* JQuery */

	a.jScrollArrowLeft {
		background: url(js/betreuer/left.gif) no-repeat 0 0;
	}
	a.jScrollArrowLeft:hover {
		background: url(js/betreuer/left_over.gif) no-repeat 0 0;
	}
	a.jScrollArrowRight {
		background: url(js/betreuer/right.gif) no-repeat 0 0;
	}
	a.jScrollArrowRight:hover {
		background: url(js/betreuer/right_over.gif) no-repeat 0 0;
	}
	.jScrollPaneTrack {
		background:url(js/betreuer/scroll_bg.gif) repeat-x #BDD589;
	}
	.jScrollPaneDrag {
		background: #E4F4BB url(js/betreuer/drag_grab.gif) no-repeat 50% 50%;
	}




/*	Laborverwaltung  */

.ca_lab_box{
}

.ca_labor_box{
	border:1px solid #BDD589;
	border-bottom-width:2px;
	border-right-width:2px;
	padding:5px;
	background:#fff;
	margin:4px 0 4px 16px;
	position:relative;
	display:inline;
	float:left;
	width:600px;
	cursor:move;
}

	.ca_labor_box h3{
		font-size:11px;
	}
	
	.ca_labor_box.selected h3{
		background:#C0D4EC;
		border-color:#6886b9;
	}

.choose_lab{
	background:url('images/betreuer/labor_bg.gif') no-repeat;
	width:481px;
	height:35px;
	position:relative;
	float:right;
	margin:5px;
}

	.choose_lab span{
		width:160px;
		position:absolute;
		top:10px;
		left:10px;
	
	}

	.choose_lab select{
		width:260px;
		position:absolute;
		top:7px;
		right:30px;
	
	}
	
	.choose_lab a{
		text-indent:-9999px;
		background:url('images/betreuer/add.gif') no-repeat;
		width:14px;
		height:14px;
		border:none;
		cursor:pointer;
		position:absolute;
		top:11px;
		right:10px;
	}
	
	.ca_edit{
		text-indent:-9999px;
		background:url('images/betreuer/edit.gif') no-repeat;
		width:16px;
		height:16px;
		border:none;
		cursor:pointer;
		position:absolute;
		top:9px;
		right:34px;
	}
	
	.ca_delete{
		text-indent:-9999px;
		background:url('images/betreuer/bin.gif') no-repeat;
		width:16px;
		height:16px;
		border:none;
		cursor:pointer;
		position:absolute;
		top:9px;
		right:10px;
	}
	.ca_personalized{
		text-indent:-9999px;
		background:url('images/betreuer/blogs_arrow.png') no-repeat;
		width:16px;
		height:16px;
		border:none;
		position:absolute;
		top:9px;
		right:58px;
	}


.ca_sort_list {
	margin: 10px 0;
	border-top: 1px solid #BDD589;
	float:left;
	display:block;
}


	.ca_sort_list .ca_lab_addr {
		margin:10px;
	}
	
	
		.ca_sort_list .ca_lab_addr tr td{
			padding:0;
			border:0;
		}
		
 .ca_sortable
 {
 margin:0px;
 }

    .ca_legend_tbl{
    margin:0 14px 0px 0!important; padding:0;
    //margin:0 34px -10px 0!important;
    }

    .ca_legend_tbl td.unit{width:70px;border:none;}
          .ca_legend_tbl td.male{
      width:38px;border:none;
      background:url('images/betreuer/male.png') -2px 50% no-repeat;
      padding-left:16px;
    }
          .ca_legend_tbl td.female{
      width:38px;border:none;
      background:url('images/betreuer/female.png') -3px 50%  no-repeat;
      padding-left:16px;
    }


.ca_sortableblood{
	margin:0 16px 16px 16px;
	padding:0px;
}

	.ca_sortableblood li{
		display:block;
		background: url('images/betreuer/sort_bg.gif') no-repeat;
		margin:2px 0;
		padding:0 5px;
		float:left;
		height:35px;
		width:557px;
		cursor:move;
	}
	
	.ca_sortableblood li span{
		float:left;
		font-style:italic;
		color:#000;
		padding:10px;
	}

	
	.ca_sortableblood li input{
		width:60px;
		float:right;
		margin:7px 0;
	}
	.ca_sortableblood li select{
		width:80px;
		float:right;
		margin:7px 0;
	}
  .ca_sortableblood li select.ca_error{
				background:red;
	}


/*checkliste*/
.ca_exp_box{
	border:1px solid #BDD589;
	padding:5px;
	background:#C5E39B;
	margin:10px 0;
	position:relative;
	float:left;
	display:block;
	width:648px;
}
	.ca_exp{
    color:#FFFFFF;
    display:block;
    margin-bottom:1em;
    padding:0.6em;
    position:relative;
    display:none;
    width:630px;
  }
  .ca_exp h3{
    border-bottom:1px solid #9bac73; 
    font-style:italic;
  }

  .ca_exp_box h3,.ca_exp_box h3 input{
    font-size:10px;
  }
    .ca_exp textarea
  {
      width:630px;
      padding:3px;
	  font:11px Verdana, Arial, Helvetica, sans-serif;
	  border: 1px solid #b7d986;
  }
  .ca_save
  {
      width:16px;
      height:16px;
      display:block;
      float:right;
      margin-right:2px;
  }

  .ca_exp_on{
    width:13px;
    height:13px;
    background: url("images/betreuer/open.gif") no-repeat;
    display:block;
    float:right;
  }
  .exp_sel{
    background: url("images/betreuer/close.gif") no-repeat;
  }

  .ca_exp_box label{ width:auto!important;}
  .ca_exp_box input{ width:auto!important; border:none!important;}

  .ca_exp_box .ca_datum input{
    width:70px!important;
    background:#E7F4BE;
    border:1px solid #BDD589;
    padding:3px;
    font-weight:bold;
  }

  .ca_table_2 {margin-left:15px!important;}
  .ca_table_2 td{padding:0!important;}

	


/* Coachsuche Ländervertretung */

	.ca_lf{
		margin:5px 30px;
		padding-left:20px;
		background: url('images/crown.png') no-repeat;
	}


/* Betreuerdesktop */
.ca_system_notice{
		background: url('images/system_notice_bg.gif') no-repeat;
		width:745px;
		height:35px;
		margin:15px 0;
		color:#666;
	}	
	
	
.ca_system_notice span{
		display:block;
		margin-left:40px;
        padding: 10px;
	}
	.ca_errorbox_top {
	background: transparent url('images/error_box.png') top left no-repeat;
	width: 745px;
	padding-top: 11px;
}

.ca_errorbox_top p {
	color: #666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 15px;
	margin: 0 20px 0 50px;
	width: 674px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.ca_errorbox_bottom {
	background: transparent url('images/error_box_b.png') bottom left no-repeat;
	height: 8px;
	width: 745px;
}

.ca_md_notice{
		background: url('images/md_bg_1.gif') no-repeat;
		width:745px;
		margin:15px 0;
		padding-top:10px;
	}	
	
	.ca_md_notice div.ca_md_infos{
		background: url('images/md_bg.gif') bottom left no-repeat;
		width:745px;
		height:90px;
		margin:0;
		position:relative;
	}	

div.ca_md_news{
		background: url('images/md_bg_2.gif') repeat-y;
		padding:10px;
}

div.ca_md_news div{
		background: url('images/md_news.png') no-repeat;
}
div.ca_md_news div.ca_mb_news{
		background: url('images/md_news_mb.png') no-repeat;
}

	div.ca_md_news div{
			display:block;
			padding:8px 10px 8px 40px;
	}

div.ca_md_infos span{
		display:block;
		position:absolute;
		padding:8px 10px 8px 40px;
}

		div.ca_md_infos span.ca_md_mail{
				background: url('images/md_mail.png') no-repeat;
				bottom:48px;
				left:10px;
		}
		
		div.ca_md_infos span.ca_md_date{
				background: url('images/md_date.png') no-repeat;
				bottom:5px;
				left:10px;
		}
		
		div.ca_md_infos span.ca_md_buddies{
				background: url('images/md_users.png') 3px 3px no-repeat;
				bottom:48px;
				left:300px;
		}

/*DozentDetails*/
        .ca_tab h3{color:#264F91; margin-left:15px;}

        .ca_content-control.ca_sem_detail{ padding:0; width:703px; }

        .ca_content-control h1{ font-size:14px; margin:0;}
        .ca_content-control h2{ font-size:12px; color:#264F91; margin-bottom:15px;}
        .ca_content-control h2.ca_sub{ color:#4c4545;}

        .ca_content-control.ca_sem_detail div{ padding:20px; float:left;width:100%;}
        .ca_content-control.ca_sem_detail div.ca_sem_detail_1{ padding-top:0;}
        .ca_sem_detail_1 img{ float:left; padding:1px; border:1px solid #c8dd9a;}
        .ca_sem_detail_2{ border-top:1px solid #c8dd9a;}
        .ca_sem_detail_3{ background:#fff; border-top:1px solid #c8dd9a; border-bottom:1px solid #c8dd9a;}
        .ca_sem_detail_table{ float:left; width:500px; margin:0 0 0 30px; border:none; border-collapse:collapse; height:128px;}

        .ca_sem_detail_table th{ background:#d7e3ef url(Images/sem_table_l.png) top left repeat-y; border-bottom: 1px solid #fff; color:#225491; border-right: 1px solid #fff; color:#225491; font-weight:normal; padding:5px 10px;}
        .ca_sem_detail_table .ca_last_row th{ background: url(Images/sem_table_bl.png) bottom left; border-bottom: none; width:120px;}
        .ca_sem_detail_table .ca_first_row th{ background: url(Images/sem_table_tl.png) top left;}

        .ca_sem_detail_table td{ background:#fff url(Images/sem_table_r.png) top right repeat-y; border-bottom: 1px solid #9aacdd; padding:5px 10px;}
        .ca_sem_detail_table .ca_last_row td{ background: url(Images/sem_table_br.png) bottom right; border-bottom: none; color:#fff;}
        .ca_sem_detail_table .ca_first_row td{ background: url(Images/sem_table_tr.png) top right;}


/* jqModal base Styling */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 20%;
    left: 50%;
    
    margin-left: -250px;
    width: 500px;
    background:#afcae8 url('Images/betreuer/modbox_bg.png') bottom left repeat-x;
    border: 4px solid #3d65a2;
}

.jqmWindow_inner {
	border:1px solid #fff; 
	padding:10px;
	margin:1px;
	color:#000;
	position:relative;
}

.jqmWindow_inner p {
	color:#000;
}

    		
.jqmClose { 
	display:block;
	width:15px;
	height:15px;
	background: url('Images/betreuer/cross_circle.png') bottom left repeat-x;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	right:10px;
 }

.jqmOverlay { background-color: #fff;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	 
	 
}


.ca_credit_table{ border-collapse:collapse!important; background:#E7F4BE; margin-bottom:5px!important; }
.ca_credit_table tr.ca_odd{ border-collapse:collapse!important; background:#D8EDAD; }
.ca_credit_table tr td{border:none!important; padding:8px 6px!important;}
.ca_credit_table tr td.ca_add{ color:#009900; text-align:right;}
.ca_credit_table tr td.ca_sub{ color:#FF0000; text-align:right;}

.ca_credit_1{ float:left; font-weight:bold;}
.ca_credit_2{ float:right; font-weight:bold; color:#009900;}


/*
 * Styles für Cockpit bei Ausdauermanagement
 */
    .ca_extra_info 
    {
    	width:416px;
    	height:54px;
    	float:right;
    	margin-right:0px;
    }
    .ca_extra_info_left 
    {
    	width:8px;
    	height:54px;
        background-image:url(/addons/com-active/portal5_oldDB/images/Baum/left.gif);
        background-repeat:no-repeat;
        float:left;
    }
    .ca_extra_info_middle 
    {
    	width:400px;
    	height:54px;
        background-image:url(/addons/com-active/portal5_oldDB/images/Baum/middle.gif);
        background-repeat:repeat-x;
        float:left;
    	padding-top:12px;
    }
    .ca_extra_info_right 
    {
    	width:8px;
    	height:54px;
        background-image:url(/addons/com-active/portal5_oldDB/images/Baum/right.gif);
        background-repeat:no-repeat;
        float:left;
    }
    .ca_extra_info_table
    {
    	width:100%;
    }
    .ca_extra_info_table_cell_data
    {
    	color:#000000;
    	font-size:11px;
    	height:26px;
    	width:80px;
    	vertical-align:middle;
    	border:solid 1px #C5E39B;
    	padding-left:4px;
    	padding-right:4px;
    	margin-top:20px;
    }
    .ca_extra_info_table_cell_label
    {
    	color:#000000;
    	font-size:11px;
    	height:26px;
    	width:80px;
    	vertical-align:middle;
    	border:solid 1px #C5E39B;
    	background-color:#FFFFFF;
    	padding-left:4px;
    	padding-right:4px;
    }
    
    
/*
 * Styles für Cockpit bei Haushaltsbuch
 */
    .ca_HA_info 
    {
    	width:656px;
    	height:54px;
    	float:right;
    	margin-right:0px;
    }
    .ca_HA_info_left 
    {
    	width:8px;
    	height:54px;
        background-image:url(/addons/com-active/portal5_oldDB/images/Baum/left.gif);
        background-repeat:no-repeat;
        float:left;
    }
    .ca_HA_info_middle 
    {
    	width:640px;
    	height:54px;
        background-image:url(/addons/com-active/portal5_oldDB/images/Baum/middle.gif);
        background-repeat:repeat-x;
        float:left;
    	padding-top:12px;
    }
    .ca_HA_info_right 
    {
    	width:8px;
    	height:54px;
        background-image:url(/addons/com-active/portal5_oldDB/images/Baum/right.gif);
        background-repeat:no-repeat;
        float:left;
    }
    .ca_HA_info_table
    {
    	width:100%;
    }
    .ca_HA_info_table_cell_data
    {
    	color:#000000;
    	font-size:11px;
    	height:26px;
    	width:150px;
    	vertical-align:middle;
    	border:solid 1px #C5E39B;
    	padding-left:4px;
    	padding-right:4px;
    	margin-top:20px;
    }
    .ca_HA_info_table_cell_label
    {
    	color:#000000;
    	font-size:11px;
    	height:26px;
    	width:100px;
    	vertical-align:middle;
    	border:solid 1px #C5E39B;
    	background-color:#FFFFFF;
    	padding-left:4px;
    	padding-right:4px;
    }
    

    
     	.ca_cockpit.ca_full{
	width:705px;
	margin:10px 20px;
	}

 	.ca_full_width{
	width:615px;
	}

 	.ca_month_wrapper{
		margin:0;
		padding:0;
		float:left;
	}

 	.ca_month_wrapper li{
		float:left;
		width:40px;
		height:28px;
		list-style:none;
		margin:0 4px 0 0;
		padding:12px 0 0 0!important;
		text-align:center;
		cursor:pointer;
		background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/month_bg.png) 0 0 no-repeat;
	}

 	.ca_month_wrapper li.ca_month_act, .ca_month_wrapper li:hover{
		background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/month_bg_act.png) 0 0 no-repeat;
		font-weight:bold;
		color:#fff;
	}

 	div.ca_month_choose_wrapper{
		height:40px;
		width:78px;
		margin:0!important;
		float:left;
		display:inline;
		position:relative;
		}

 	div.ca_month_choose_box{
		cursor:pointer;
		background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/month_choose_bg.png) 0 0 no-repeat;
		height:28px;
		width:66px;
		padding:12px 0 0 12px;
		margin:0!important;
		color:#264F91;
		font-weight:bold;
		position:absolute;
		top:0;
		left:0;
		z-index:100;	}
	
	 	div.ca_month_choose_box2{
			background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/month_choose_bg_2.png) left bottom no-repeat;
			height:auto;
			width:78px;
			padding:8px 0 8px 0;
			margin:0px;
			position:absolute;
			top:33px;
			left:0px;
			z-index:0;
		}

	 	div.ca_month_choose_box2 a{
			display:block;
			padding:2px 0 2px 10px;
			margin:0 0 0 2px;
			width:60px;
		}

	 	div.ca_month_choose_box2 a:hover{
			background:#d0e0eb;
			text-decoration:none;
		}
	
	
	.ca_chart_wrapper{
		float:left;
	}

	.ca_chart_wrapper H1{
		display:inline;
		margin-left:50px;
		float:left;
	}
	

	.ca_date_choose_wrapper{
		width:380px;
		margin:10px 0 0 0!important;
		float:left;
		padding:0!important;
	}

		.ca_date_choose_wrapper input{
		border:1px solid #B7D986;
		padding:2px;
		width:60px;
		}
	
	.ca_chart_choose_wrapper{
		width:280px;
		float:right;
		margin:0!important;
		padding:0!important;
	}
	
	.ca_chart_choose_wrapper strong{
		margin:10px 0 0 0;
		float:left;
	}
	
		.ca_charts{
			float:right;
			width:42px;
			height:42px;
			margin: 0 0 0 5px;
		}
			
			.ca_charts.chart1{background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -3px -54px no-repeat;}
			.ca_charts.chart2{background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -49px -54px no-repeat;}
			.ca_charts.chart3{background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -95px -54px no-repeat;}
			.ca_charts.chart4{background:url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -141px -54px no-repeat;}

			.ca_charts.chart1:hover,.ca_charts.chart1_act{background: url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -3px -3px no-repeat;}
			.ca_charts.chart2:hover,.ca_charts.chart2_act{background: url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -49px -3px no-repeat;}
			.ca_charts.chart3:hover,.ca_charts.chart3_act{background: url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -95px -3px no-repeat;}
			.ca_charts.chart4:hover,.ca_charts.chart4_act{background: url(/addons/com-active/portal5_oldDB/images/HouseholdAccount/charts_btn.png) -141px -3px no-repeat;}
	
	
a.ca_btn_general {
    background: transparent url('images/betreuer/button_01.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 14px Verdana, Arial, Helvetica, sans-serif;
    height: 29px;
    margin:5px 6px 15px 0px;
    padding-right: 14px;
    text-decoration: none;
    letter-spacing: 0.03em;
    text-shadow: -1px 1px 1px #1A3867;
}

a.ca_btn_general span {
    background: transparent url('images/betreuer/button_02.png') no-repeat 0 0;
    display: block;
    line-height: 27px;
    padding: 0 0 3px 18px;
} 

a.ca_btn_general:hover {
    background: transparent url('images/betreuer/button_01.png') no-repeat scroll bottom right;
}

a.ca_btn_general:hover span {
    background: transparent url('images/betreuer/button_02.png') no-repeat 0 -29px;
} 
/*KANN ÄNDERUNGEN AN MODULEN BEWIRKEN 17.12.2009 */
.contentbox H2{padding:13px 0 5px 0;}
.boxg H2{padding:1px 0 0px 4px;}
.contentbox UL LI{padding:5px 0 0 0;}
.ca_content_box UL LI{padding:0;}


/* metabolic balance Shop */

.navihead
{
	color: #6282B5;
	height: 38px;
	width: 985px;
}
 


.ca_content_box h2
{
    margin-bottom: 15px;
    color: #264f91;
    font-size: 12px;
}

.ca_shop_teaser
{
    width: 140px;
    margin: 12px 10px 120x 0px;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.ca_shop_teaser img
{
    display: block;
}

.ca_shop_teaser a
{
    text-decoration: none;
}

.ca_shop_process
{
    background: url('images/betreuer/shop/process_bg.png') repeat-x 0px 12px;
    margin: 30px 0px 0px 30px;
    float: left;
}

.ca_shop_process_item
{
    background: url('images/betreuer/shop/process_1.png') no-repeat;
    float: left;
    padding: 18px 30px 0px 28px;
}

.ca_shop_process_item.ca_sp_active
{
    background: url('images/betreuer/shop/process_2.png') no-repeat;
    color: #264F91;
    font-weight: bold;
}

.ca_shop_process_item.ca_sp_done
{
    background: url('images/betreuer/shop/process_3.png') no-repeat;
}

.ca_shop_process_item.ca_sp_last
{
    background-color: #F8FFE4;
}

.ca_choose_box
{
    background: url('images/betreuer/shop/choose_bg.gif') no-repeat;
    width: 320px;
    height: 35px;
    position: relative;
    float: left;
    margin: 15px 5px 15px 5px;
}

.ca_choose_box span
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.ca_choose_box select
{
    width: 240px;
    position: absolute;
    top: 7px;
    right: 15px;
}

h2.ca_h2_shop
{
    margin: 25px 0px 0px 0px;
}

.ca_zoom_1
{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 5px;
    left: 0px;
    background: url('images/betreuer/shop/zoom.png') no-repeat;
}

.ca_preview_1
{
    display: block;
    margin: 20px auto;
    position: relative;
    width: 130px;
}

.ca_zoom
{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 10px;
    background: url('images/betreuer/shop/zoom.png') no-repeat;
}

.ca_preview
{
    display: block;
    margin: 20px auto;
    width: 250px;
    position: relative;
}

.ca_preview_full
{
    display: block; 
	margin: 20px auto; 
	width: 600px; 
	position: relative;
}		

.ca_btn_img
{
    vertical-align: middle;
    float: left;
    padding: 0px 3px 3px 0px!important;
}

.ca_warenkorb
{
	background:url('http://www.fixtreme.de/kunden/metabolic/shop/wk_1.png') no-repeat;
	margin:6px 0px 6px 10px!important;
	float:right;
}

.ca_warenkorb a
{
	margin-left:38px;
	padding:4px 10px 6px 0;
	background:url('http://www.fixtreme.de/kunden/metabolic/shop/wk_2.png') top right no-repeat;
	float:left;
}

.ca_table-control-2 .ca_warenkorb_table tr td
{ 
    border:none;
    border-bottom:1px solid #B7D986;
}

.ca_table-control-2 .ca_warenkorb_table_result
{ 
    width:300px!important;
    border:none;
    float:right;
    margin:10px 0;
}

.ca_table-control-2 .ca_warenkorb_table_result .ca_result td
{
    padding-top:15px;
    background:#F8FFE4;
}

.ca_pure_cell
{
    border:none!important;
    padding:10px 0px 10px 0px!important;
    margin:0px!important;
}

/*------Styles für Tab 'OPTIONEN'-----------------------------------------------*/
/*
.ca_content-control fieldset table tr td select {
	padding: 0px;
}
*/
 
.ca_dienstleistungsangebote {
	width: 190px;
	float: left; 
	margin:25px 0 0;
}
.ca_dienstleistungsangebote table {width: 190px; border-bottom: 0px none;}
.ca_dienstleistungsangebote table tbody tr td {padding:1px; padding-left: 6px; padding-right: 6px}
.ca_dienstleistungsangebote table tbody tr .ca_tb_label {padding:0 0 0 3px; width: 160px;}
  
.ca_plansprachen {
	width: 200px; 
	float: left; 
	margin:25px 30px 0;
}
.ca_plansprachen table {width: 200px;}
.ca_plansprachen table tbody tr td {padding:1px; margin-bottom: 1px; padding-left: 6px; padding-right: 6px}
.ca_plansprachen table tbody tr .ca_tb_label {padding:0 0 0 3px; width: 136px;}
 
.ca_gsprachen {
	width: 200px; 
	float: left; 
	margin:25px 0 0;
}
.ca_gsprachen table {width: 200px;}
.ca_gsprachen table tbody tr td {padding:1px; margin-bottom: 1px; padding-left: 6px; padding-right: 6px}
.ca_gsprachen table tbody tr .ca_tb_label {padding:0 0 0 3px; width: 136px;} 
 
.ca_dienstleistungsangebote table tbody tr th {padding-left:0; padding-right:10px; padding-top: 0px; text-align:left;}
.ca_plansprachen table tbody tr th {padding:0 0 5px;text-align:left;}
.ca_gsprachen table tbody tr th {padding:0 0 5px;text-align:left;}

/*------Styles für Tab 'Eigenschaften/Properties'-----------------------------------------------*/


.ca_eigenschaften table
{
    width: 565px;
}
.ca_eigenschaften table tbody tr td
{
    padding: 1px;
    margin-bottom: 1px;
    padding-left: 5px; padding-right: 5px
}
.ca_eigenschaften table tbody tr .ca_tb_label
{
    padding: 0 0 0 3px;
    width: 430px;
}
.ca_eigenschaften table tbody tr th
{
    padding: 0 0 5px;
    text-align: left;
}

/*------Styles für Tab 'Beschränkungen/Restrictions'-----------------------------------------------*/

.ca_beschraenkungen table
{
    width: 565px;
}
.ca_beschraenkungen table tbody tr td
{
    padding: 1px;
    margin-bottom: 1px;
    padding-left: 5px; padding-right: 5px
}
.ca_beschraenkungen table tbody tr .ca_tb_label
{
    padding: 0 0 0 3px;
    width: 530px;
}
.ca_beschraenkungen table tbody tr th
{
    padding: 0 0 5px;
    text-align: left;
}
