/*
 * Projekt   CarePlus web - Online Praemienrechner fuer Krankenkassen
 * 
 * Homepage  http://www.bambus-software.ch/
 *
 * LEGAL NOTICE
 * Copyright  2004 - 2006 by Bambus Software GmbH. All rights reserved. 
 * Do not copy or redistribute, protected by law.
 * 
 * $Revision:: 23             $ 
 *     $Date:: 4.05.06 18:11  $ 
*/

body {
 font-family: Tahoma, Verdana, Sans-Serif;
 font-size: 12px;
 background-color: #FFFFFF;
}

div.page_element
{
	width: 700px;
	overflow: visible;
	margin: 0 auto;
	padding: 0px;	
	clear: both;
	display:block;
}

 ul.debug{
	margin: 2px;
	margin-left: 40px;
	padding: 2px;
	list-style: circle;
}

 li.debug 
{
	margin: 2px;
	padding: 2px;
}

ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li
{
	margin: 0px;
	padding: 0px;
}

/* \*/ 
* html .gainlayout { height: 1%; } 
/* */ 


.select 
{ 
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px; 
	color: #000000; 
	display: inline;
	background-color: #FAFAFF; 
	border: 1px solid #BBBBBB; 
}

select.invalid
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding-left: 3px;
  background-color: #ebc6d3 !important;
}

/*option 
{
	display: inline;
}*/



input.textbox
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  background-color:#FAFAFF;
	border: 1px solid #BBBBBB; 
  padding-left: 3px;
  background-color: #FAFAFF;
}

input.textbox.invalid
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding-left: 3px;
  background-color: #ebc6d3 !important;
}

input.textbox.invalid2
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding-left: 3px;
  background-color: #ebc6d3 !important;
}


.invalid input.textbox
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding-left: 3px;
  background-color: #ebc6d3 !important;
}

textarea
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  background-color:#FAFAFF;
	border: 1px solid #BBBBBB; 
  padding-left: 3px;
  padding-bottom: 6px;
  background-color: #FAFAFF;
}

textarea.invalid
{
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
  color: #000000;
  padding-left: 3px;
  padding-bottom: 6px;
  background-color: #ebc6d3 !important;
}



input.checkbox	
{
	vertical-align:-5px;
}

input.radio
{
	vertical-align:-3px;
}

img 
{
	border-width: 0px;
}

.invisible   {	display: none ! important;		}
.transparent {	visibility: hidden ! important; }
.clickable   {	cursor: pointer;				}
/*.tooltip     {	display: none;					}*/

.parameter {	display: none; height: 1px; }
/*.parameter {	background-color: #FFFF00; }*/

.hidden 
{
  display: none;
}

/****************************** 
		Languages
********************************/
div.languages 
{
	text-align:right;
	margin: 5px;
}

.languages a 
{
	color: Black;
	text-decoration: underline;
}

.languages a:hover
{
	background-color: #FFFF7F
}

/****************************** 
		PERSON 
********************************/

		.person 
		{
			margin-bottom: 15px;
			float: left;
		}


		/**

			Person Header . . .			

		**/

		div.person_head
		{
			display: block;
			float: left;
			height: 29px;
			width: 700px;
			overflow: hidden;
			
		}
		
		.person_head input.textbox
		{
		  font-family: Tahoma, Verdana, Sans-Serif;
		  font-size: 12px;
		  color: #000000;
		  padding-left: 3px;
		  background-color: #FAFAFF;
		  border: 1px solid #7F7F7F; 
		}		

		span.person_roundleft
		{
			width: 10px;
			height: 29px;
			float: left;
		}




		span.person_status
		{
			float:left;
			height: 29px;
			width: 22px;
			margin-right: 2px;
			padding-top: 2px;
		}
		
		/*Person hinzufgen . . .*/
		span.person_add
		{
			float:left;
			height: 29px;
			width: 150px;
			overflow:visible;
			line-height: 29px;
			vertical-align:middle;
			padding-left: 30px;
		}	
		
  	/* Lade */
		span.loading
		{
			float:left;
			height: 29px;
			width: 150px;
			overflow:visible;
			line-height: 29px;
			vertical-align:middle;
			padding-left: 30px;
		}			





		span.person_details
		{
			display:inline;
			float:left;
			padding-left: 20px;
		}
		
		.person_detail_table
		{
		  display: block;
		  float: left;
		}
		
		.headactionicon a.person_edit 
		{
		  background-repeat: no-repeat;  
		}
		
		/* TODO ENTWURF Fr PERSONEN BESCHREIBUNG */
    .show .person_description {		
        display:block;
        float:left;
        margin-right:5px;
        padding-top:3px;
    }    
    
    .edit .person_input {		
        display:block;
        float:left;
        margin-right:5px;
        padding-top: 2px;
    }
    
    .show .clickable 
    {
      display:block;
      float:left;		
      margin-right: 5px;
    }		
		
		.person_details.wait span.headactionicon
		{
			display: none;			
		}		
		
		.inactive_person .person_details .clickable
		{
			visibility: hidden;			
		}			
		
		.personalien .person_details .clickable
		{
			visibility: hidden;			
		}	
		
		
		.person_details span.waiticon
		{
			vertical-align: -5px;
			margin-left: 5px;
			display: none;
		}
		
		 .person_details.wait span.waiticon
		{
			display: inline;
			cursor: wait;
		}		
		
		.person_details.edit .show 
		{
			display: none;
		}
		
		.person_details.show .edit 
		{
			display: none;
		}
		
		.hp .person_delete 
		{
		  display:none;
		}
		

		span.person_roundright
		{
		  display: inline;
		  float: right;
			width: 10px;
			height: 29px;
			line-height: 29px;
			float: right;
		}


		span.person_total 
		{
			height: 29px;
			line-height: 29px;
			vertical-align:middle;
			float: right;
			font-weight: bold;
		}
		.new_person span.person_total { display: none;}

		span.hp { display:none; }		
		.hp span.hp { display:inline !important; }

		
		/**

			Person Details . . .			

		**/		

		.person_body
		{
			
			clear: both;
			float: left;
			width: 694px;
			
			border-left-width: 3px;
			border-left-style: solid;
			
			border-right-width: 3px;
			border-right-style: solid;
			
			border-bottom-width: 0px;
		}






		.active_person .active_variante .person_body {	display: block; }
		.active_person .inactive_variante .person_body {	display: none; }
		.inactive_person .person_body {	display: none; }
		.new_person .person_body {	display: none; }
		.personalien .person_body {	display: none; }

		/**

			Person Footer . . .			

		**/	


		div.person_footer {
			clear: both;
			float: left;
			width: 700px;
			height: 10px;
			font-size: 0px;
		}


		.active_person div.person_footer {		display: block; }
		.inactive_person div.person_footer {	display: block; }
		.new_person div.person_footer {			display: none; }
		.personalien div.person_footer {			display: none; }


		span.person_round_bottomleft
		{
			width: 10px;
			height: 10px;
			float: left;
		}		
		
		

		span.person_round_bottomright
		{
			width: 10px;
			height: 10px;
			float: right;
		}


/****************************** 
		Personalien 
********************************/

		.active_person .person_personalien	 {	display: none; }
		.inactive_person .person_personalien {	display: none; }
		.new_person .person_personalien		 {	display: none; }
		.personalien .person_personalien	 {	display: block; }
		

		.active_person .person_personalien_footer	{	display: none; }
		.inactive_person .person_personalien_footer {	display: none; }
		.new_person .person_personalien_footer		{	display: none; }
		.personalien .person_personalien_footer		{	display: block; }
		
		
		.person_personalien h1 
		{
			font-size: 15px;
			margin: 0px;
		}

		.person_personalien .textbox 
		{
			font-size: 12px;
			border: solid 1px #7F7F7F;
			margin-top: 2px;
			margin-bottom: 2px;
		}
		
		.person_personalien .select 
		{
			margin-top: 2px;
			margin-bottom: 2px;
		}
		
		.person_personalien 
		{
			
			clear: both;
			float: left;
			width: 694px;
			
			border-left-width: 3px;
			border-left-style: solid;
			
			border-right-width: 3px;
			border-right-style: solid;
			
			border-bottom-width: 0px;
		}
		
		.person_zustellung
		{
		  height: 27px;
			padding: 3px 10px 0px 10px;
		}
		


		.person_zustellung_head
		{
			float: left;
			display: inline;
			width: 100px;	
			font-weight: bold;		
			font-size: 14px;
			line-height: 23px;
			vertical-align:middle;
		}
		
		.person_zustellung_element
		{
		  display: block;
			float: left;
			width: 550px !important;
			line-height: 23px;
			vertical-align:middle;
		}
		
		
		.person_personalien_daten
		{
			padding: 5px 10px 0px 10px;
		}
		
		.person_personalien_extended		{ display: none; }		
		.hp .person_personalien_extended	{ display: block; }
		
		.person_personalien_head
		{
			float:left;
			display: block;
			width: 100%;	
			font-weight: bold;		
			font-size: 14px;
		}
		
		.person_personalien_element
		{
		  display: block;
			float: left;
			line-height: 23px;
			vertical-align:middle;
			margin-bottom: 5px;
		}
		
		.person_personalien .value
		{
		  display: block;
			clear: both;
			float: left;
			width: 385px;
		}
		
		div.person_personalien_simple .value
		{
			width: 260px;
		}
		
		div.person_personalien_simple .value.line
		{
			width: 650px;
		}
		
		div.person_personalien_simple 
		{
		  clear: both;
		  padding-left: 20px;
		}
		
		.person_personalien .mandatory .label
		{
            font-weight: bold;
		}
		
		.person_personalien .textbox
		{
            width: 250px;
		}
		
		.person_personalien .textbox.smal
		{
            width: 200px;
		}
		
		div.person_personalien_simple .textbox 
		{
		  width: 120px;
		}	
		
		.person_personalien .mandatory .textbox
		{
            border: solid 1px #3F3F3F;
            background-color: #feffE4;
		}		
		
		.person_personalien .label
		{
			float:left;
			display: inline;
			width: 110px;
		}
		
		.person_personalien .label.wide
		{
			width: 160px;
		}
		
		.person_personalien .box
		{
			float:left;
			display: block;
		}	
		
		.person_personalien .disabled
		{
			color: #3F3F3F;
		}		

		.person_personalien .disabled .textbox
		{
			background-color: #EFEFEF;
		}				
		
		.person_personalien .privacy
		{
			float:right;
		}		

		.person_personalien_footer
		{
			clear: both;
			float: left;
			width: 700px;
			height: 10px;
			font-size: 0px;
		}		

		.person_personalien .personalien_button
    {
      float: left;
      display: inline;
      position: relative;
      left: -15px;
    }
		
		
		.person_personalien .personalien_button_text
		{
			float:left;
			display: inline;
			width: 140px;
			height:27px;
      background: url(../img/pers_btn_bg.gif) repeat-x top left;
		}
		

		.person_personalien .personalien_button_left
		{
			float:left;
			display: inline;
			width: 15px;
			height:27px;
      background: url(../img/pers_btn_left.gif) no-repeat top left;
		}

		.person_personalien .personalien_button_right
		{
			float:left;
			display: inline;
			width: 12px;
			height:27px;
      background: url(../img/pers_btn_right.gif) no-repeat top left;
		}
		
		


/****************************** 
		PRODUCT 
********************************/

	.product
	{
		clear: both;
		float: left;
		width: 674px;
		padding: 10px;
		color: #000000;
	}


	.highlight { 
		color: #000000;
	}	

	.product_title
	{
		clear: both;
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		white-space: nowrap;
	}
	
	.product_help
	{
		display:inline;
		float:left;
		margin-left: 5px;
	}
	
	.product_value
	{
		float: right;
		text-align:right;
		width: 100px;
		height: 20px;
	}

	.product_detail_active .product_value { display: block; }
	.product_detail_inactive .product_value{ display: none; }	


	.person_product_option
	{
		display:inline;
		clear: both;
		overflow:visible;
		padding-left: 40px;
		margin: 2px 0px 2px 0px;
		line-height: 180%;
		vertical-align: middle;
		width: 574px;
	}
	
	.product_detail_active .person_product_option { display: block; }
	.product_detail_inactive .person_product_option{ display: none; }

	.product_option_name
	{
		width: 200px;
		overflow: visible;
		float: left;
		display: inline;
		margin-right: 15px;
	}
	
	.product_detail_active .product_option_name { display: block; }
	.product_detail_inactive .product_option_name{ display: none; }	



	.product_option_help
	{
		display: inline;
		overflow: visible;
		float: left;
	}
		
	.product_detail_active .product_option_help { display: block; }
	.product_detail_inactive .product_option_help{ display: none; }	
	

	.product_option_value
	{
		display: inline;
		float: left;
		margin-right: 15px;
		overflow:visible;
	}
			
	.product_detail_active .product_option_value { display: block; }
	.product_detail_inactive .product_option_value{ display: none; }	
	
	/* Spalten 15% 30% und 15% 40% */
  .specialStyleStart	
  {
    margin: 2px ,0px;
    padding: 0px;
    width: 670px;
		clear: none;
		float: left;
		font-size: 0em;
  }	

  .product .left1530
  {
    margin: 2px;
    padding: 0px;
    width: 310px;
    clear: left;
    display: inline;
    float: left;
  }
	
  .product .left1530 .product_option_name
  {
    margin: 0px;
    width: 80px;
  }
	
  .product .left1530 .product_option_value
  {
    margin: 0px;
    width: 220px;
    clear: none;
  }
  
  .product .left1530 .checkbox
  {
    width: 16px;
  }
	
  .product .right1540 .checkbox
  {
    width: 16px;
  }
	
  .left1530 .product_option_value_element
  {
    margin: 0px;
    width: 220px;
  }

  .left1530 .textbox
  {
    width: 214px;
  }

  .product .right1540
  {
    margin: 2px;
    padding: 0px;
    width: 340px;
    clear: none;
    display: inline;
    float: left;
  }
	
  .product .right1540 .product_option_name
  {
    margin: 0px;
    width: 80px;
  }
	
  .product .right1540 .product_option_value
  {
    margin: 0px;
    width: 250px;
  }
	
  .right1540 .product_option_value_element
  {
    margin: 0px;
    width: 250px;
  }

  .right1540 .textbox
  {
    width: 244px;
  }

	/* Spalten 15% 85% */
  .product .left1585
  {
    margin: 2px;
    padding: 0px;
    width: 654px;
    clear: left;
    display: inline;
    float: left;
  }
	
  .product .left1585 .product_option_name
  {
    margin: 0px;
    width: 80px;
  }
	
  .product .left1585 .product_option_value
  {
    margin: 0px;
    width: 564px;
    clear: none;
  }
  
  .left1585 .product_option_value_element
  {
    margin: 0px;
    width: 564px;
  }

  .left1585 .textbox
  {
    width: 558px;
  }

  .left1585 .textarea
  {
    width: 558px;
  }

	
/*****************
	Total
**********************/	

		div.total 
		{
			width: 100%;
			height: 29px;
			float:left;
			line-height: 29px;
			vertical-align: middle;
			font-size: 14px;
		}
		
		span.total_total
		{
			float: right;
			
		}
		
		span.total_totalJahr
		{
			float: right;
			
		}
		
		span.total_totalMonat
		{
			float: right;
			
		}
		
		span.total_bezeichnung
		{
			float: right;
			font-weight: bold;
			margin-right: 5px;
						
		}

		span.total_roundleft
		{
			width: 10px;
			height: 29px;
			float: left;
		}




		span.total_roundright
		{
			width: 10px;
			height: 29px;
			line-height: 29px;
			float: right;
		}


/*****************
	actions
**********************/	

		div.actions 
		{
			width: 100%;
			float: left;
			margin-top: 10px;
			padding-top: 10px;
		}
		
	    .action
		{
			height: 40px;
			overflow: visible;
			float: right;
			cursor: pointer;
		}
		

		
		.actions .disabled
		{
			color: #7f7f7f;
            cursor: default;   
		}
		
		.actions .action_roundleft
		{
			width: 10px;
			height: 40px;
			float: left;
		}
		

		
		
		.actions span.action_icon
		{
			height: 30px;
			width: 30px;
			float: left;
		}
		
		
		.actions .action_caption
		{
			height: 30px;
			float: left;
			line-height: 30px;
			vertical-align: middle;
		}
		
		.actions .action_roundright
		{
			margin-left: 10px;
			width: 16px;
			height: 40px;
			float: left;
		}
		

		
		
		
		
/****************
 mandant_footer
****************/		
div.mandant_footer 
{
	
	margin-top: 5px;
	margin-bottom: 10px;
	
	float:right;
	text-align: right;
	
	width: 200px;
	height: 40px;

}
		
/****************
  Page Footer
***************/		
		
.page_footer 
{
	font-size: 10px;
	color: #AfAfAf;
	text-align: right;
	
	border-top: solid 1px #EFEFEF;
}


img.waitdialog 
{
	margin-left: 110px;
}

#saving 
{
  position: absolute;
  display: none;
  text-align: center;
  width: 108px; 
  height: 17px; 
  padding: 2px;   
}

.loginView 
{
  position: absolute; 
  right: 10px; 
  top: 10px; 
  width:150px; 
  z-index: 1px;
}

/*************
  Toolbar
**************/
.toolbar 
{
  padding: 5px;
  height: 29px;
  margin-bottom: 10px ! important;
}

.toolbar .toolbar_action
{
  display: block;
  float: left;
  height: 20px;
  margin: 2px;
  padding: 2px;
  padding-right: 5px;
  cursor: pointer;
}

.toolbar .toolbar_action_right
{
  display: block;
  float: right;
  height: 20px;
  margin: 2px;
  padding: 2px;
  padding-right: 5px;
  cursor: pointer;
}

.toolbar .toolbar_dropdown
{
  display: block;
  float: right;
  margin: 4px;
  background: #E0E0E0;
}

.toolbar .toolbar_action.disabled
{
	      color: #7f7f7f;
        cursor: default;
}

.toolbar .toolbar_action_right.disabled
{
	      color: #7f7f7f;
        cursor: default;
}

.toolbar .toolbar_action span
{
  display: block;
  float: left;
  padding-top: 4px;
}

.toolbar .toolbar_action_right span
{
  display: block;
  float: left;
  padding-top: 4px;
}

.toolbar .toolbar_action img
{
  display: block;
  float: left;
}

.toolbar .toolbar_action_right img
{
  display: block;
  float: left;
}
.toolbar a.toolbar_action:link 
{
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action_right:link 
{
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action.disabled:link 
{
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action_right.disabled:link 
{
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action:visited 
{
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action_right:visited 
{
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action.disabled:visited 
{
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action_right.disabled:visited 
{
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action:focus 
{
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action_right:focus 
{
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action.disabled:focus 
{
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action_right.disabled:focus 
{
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action:active 
{  
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action_right:active 
{  
  text-decoration: none;
  color: Black;
}
.toolbar a.toolbar_action.disabled:active 
{  
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action_right.disabled:active 
{  
  text-decoration: none;
  color: #7f7f7f;
}
.toolbar a.toolbar_action:hover
{
  background-color: #DDDDDD;
  border: solid 1px Black;
  padding: 1px;
  padding-right: 4px;
}
.toolbar a.toolbar_action_right:hover
{
  background-color: #DDDDDD;
  border: solid 1px Black;
  padding: 1px;
  padding-right: 4px;
}

.toolbar a.toolbar_action.disabled:hover
{
  background-color:Transparent;
	color: #7f7f7f;
  border: none ;
  padding: 2px;
  padding-right: 4px;
}
.toolbar a.toolbar_action_right.disabled:hover
{
  background-color:Transparent;
	color: #7f7f7f;
  border: none ;
  padding: 2px;
  padding-right: 4px;
}
.toolbar .active_country 
{
  font-weight: bold;
}

.toolbar .active_country 
{
  font-weight: bold;
}
	
/***************
UiStatusBar
***************/	

#uistatusbar 
{
	color: #7f7f7f;
	margin-bottom:10px !important;
  height: 29px;
  background: url(../img/azur/border_inactive_bg.gif) repeat-x top left;
}

#uistatusbar span.caption 
{
	padding: 0 15px 0 15px;
}

#uistatusbar .uistatus_element  
{
  float: left;
  display: block;
  height: 29px; 
}

#uistatusbar .uistatus_element span
{
  float: left;
  display: block;
  height: 29px; 
}

#uistatusbar .uistatus_element .caption
{
  padding: 8px 20px 0 20px;
}


#uistatusbar.uistatus1 span.uistatus_element.uistatus1 {color: Black; font-weight: bold;}
#uistatusbar.uistatus2 span.uistatus_element.uistatus2 {color: Black; font-weight: bold;}
#uistatusbar.uistatus3 span.uistatus_element.uistatus3 {color: Black; font-weight: bold;}
#uistatusbar.uistatus4 span.uistatus_element.uistatus4 {color: Black; font-weight: bold;}

#uistatusbar .trenner_a { background: url(../img/azur/uistatus_trenner_a_inactive.gif) no-repeat top left; }
#uistatusbar .trenner_b { background: url(../img/azur/uistatus_trenner_b_inactive.gif) no-repeat top left; }

#uistatusbar.uistatus1 span.uistatus_element.uistatus1 .trenner_a { background: url(../img/azur/uistatus_trenner_a_active.gif) no-repeat top left; }
#uistatusbar.uistatus1 span.uistatus_element.uistatus1 .trenner_b { background: url(../img/azur/uistatus_trenner_b_active.gif) no-repeat top left; }
#uistatusbar.uistatus1 span.uistatus_element.uistatus1 { background: url(../img/azur/uistatus_bg_active.gif) repeat-x top left; }
#uistatusbar.uistatus2 span.uistatus_element.uistatus2 .trenner_a { background: url(../img/azur/uistatus_trenner_a_active.gif) no-repeat top left; }
#uistatusbar.uistatus2 span.uistatus_element.uistatus2 .trenner_b { background: url(../img/azur/uistatus_trenner_b_active.gif) no-repeat top left; }
#uistatusbar.uistatus2 span.uistatus_element.uistatus2 { background: url(../img/azur/uistatus_bg_active.gif) repeat-x top left; }
#uistatusbar.uistatus3 span.uistatus_element.uistatus3 .trenner_a { background: url(../img/azur/uistatus_trenner_a_active.gif) no-repeat top left; }
#uistatusbar.uistatus3 span.uistatus_element.uistatus3 .trenner_b { background: url(../img/azur/uistatus_trenner_b_active.gif) no-repeat top left; }
#uistatusbar.uistatus3 span.uistatus_element.uistatus3 { background: url(../img/azur/uistatus_bg_active.gif) repeat-x top left; }
#uistatusbar.uistatus4 span.uistatus_element.uistatus4 .trenner_a { background: url(../img/azur/uistatus_trenner_a_active.gif) no-repeat top left; }
#uistatusbar.uistatus4 span.uistatus_element.uistatus4 .trenner_b { background: url(../img/azur/uistatus_trenner_b_active.gif) no-repeat top left; }
#uistatusbar.uistatus4 span.uistatus_element.uistatus4 { background: url(../img/azur/uistatus_bg_active.gif) repeat-x top left; }

/***************************
Final Page
*****************************/

#final_page { display: none; }
#final_page .final_page_content  
{
  display: none; 
  margin: 0px auto;
  width: 600px;
  padding: 50px;  
  text-align:center;
  font-size: 16px;
}

.final_page_active #final_page { display: block; }
.final_page_active .total  { display: none; }
.final_page_active #addperson_panel { display: none; }
.final_page_active #offerte { display: none; }

#final_page.email .email_content { display: block; }
#final_page.print .print_content { display: block; }








.PdfPrintStatus	
{
  font-size: 1.5em;
	width: 400px;
	overflow: visible;
	margin: 0 auto;
	padding: 0px;	
	clear: both;
	display:block;
	text-align: center;
}

.PdfPrintStatus	.list
{
  color: #DFDFDF;
}

.PdfPrintStatus	.list .active
{
  color: #000000;
}

/* Suchformular */
.frmRow 
{
  clear: both;
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.searchform
{
  margin-bottom: 30px !important;
}

.searchform .textbox
{
  background:#F6FBFF none repeat scroll 0%;
  display: inline;
  float: left;
  border: solid 1px #2f2f2f;
  color:#000000;
  font-size: 13px;
  height: 1.1em;
  line-height: 11px;
  margin: 0px 3px 0px;
  padding-top:0px;
}

.searchform .search
{
  background:transparent url(../img/red/border_inactive_bg.gif) repeat-x scroll center top;
}

.lblLeft
{
  float: left;
  display: inline;
  width: 100px;
}

.lblInline
{
  display: block;
  float: left;
  width: 70px;
  margin-left: 10px;
}

.frmLeftPart
{
  display: inline;
  float: left;
  /*margin-bottom: 15px;*/
}

.frmRightPart
{
  display: inline;
  float: right;
}

#cmdSearch 
{
  clear: both;
  float: right;
  display: block;
}			

.resultTbl 
{
  font-size: 11px;
}

.resultTbl td
{
  vertical-align:top;
}


/*******************
VARIANTEN
**********************/

.variante_head 
{
  clear:both;
  float:left;
  width:694px; 
  font-weight: bold;
  border-bottom-width:0px;
  border-left-style:solid;
  border-left-width:3px;
  border-right-style:solid;
  border-right-width:3px; 
  border-color:#B2BADF;
  line-height:26px;
  height: 26px;
}

.variante_head *
{
  float: left;
  display: block;
}

.variante_head_total 
{
  float: right;
  margin-right: 5px;
}

.variante_head_switch 
{
  margin: 5px;
  margin-top: 7px;
  display: block;
  float:left;
  height:15px;
  margin-left:20px;
  width:10px;  
}

.variante_head_chkbox 
{
  margin: 5px;
}


.variante_head_chkbox {
  display: none;
}

.variante_head_title 
{
  margin-left: 5px;
}


a.variante_head_deleteaction 
{
  margin-left: 5px;
  margin-top: 2px;
}

.variante_new
{
  clear:both;
  float:left;
  width:694px; 
  border-bottom-width:0px;
  border-left-style:solid;
  border-left-width:3px;
  border-right-style:solid;
  border-right-width:3px; 
  border-color:#B2BADF;
}

.personalien .variante_new 
{
  display: none;
}


.new_person .variante_new {	display: none; }

.variante_new_switch 
{
  margin: 5px;
  display: block;
  float:left;
  height:15px;
  margin-left:20px;
  width:10px;  
}

.variante_new_title 
{
  line-height: 23px;
  margin:5px;
}

.personalien .person_product_detail 
{
  display: none;
}

.hausarztliste  
{
  clear: both;
  display: block;
  margin-left: 207px;
}