/*
	Tabellen immer linksb�ndig ausrichten
*/
.standard_tab td {
	text-align: left;
}

.standard_tab td ul {
	margin: 0;
}

.standard_tab th {
	text-align: left;
	padding: 4px;
}

.lea_padding_left_10 {
	padding-left : 10px;
}

.lea_padding_left_20 {
	padding-left : 20px;
}

.lea_vertical_middle {
	vertical-align: middle;
}

.background_leistungserbringer {
	border: 1px solid black;
	border-radius: 24px;
	background-color: #e6fff2;
	padding: 20px;
}

.background_standort {
	border: 1px solid black;
	border-radius: 24px;
	background-color: #f5f5f0;
	padding: 20px;
}

.font_le_name {
	font-family: 'Roboto Condensed', sans-serif; font-size: 24px; font-weight: 800;
}

.font_standort_name {
	font-family: 'Roboto Condensed', sans-serif; font-size: 22px; font-weight: 800;
}

.font_medizinische_fachrichtungen {
	font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 800;
}

.font_adresse {
	font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 400;
}

.font_title {
	font-family: 'Roboto Condensed', sans-serif; font-size: 20px; font-weight: 800; margin-top: 30px;
}

.font_subtitle {
	font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 800; margin-top: 30px;
}

.font_standard {
	font-family: 'Roboto Condensed', sans-serif; font-size: 16px;
}

.floating_buttons {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 10;
}

.ui-button-text-only {
	margin-right: 0;
	margin-bottom: 10px;
	background: #008e5c;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-weight: normal;
	box-shadow: none;
	text-shadow: none;
}

.data_scroller_no_border.ui-datascroller .ui-datascroller-content {
	border: none;
	padding: 0;
}

.accordion_panel_info {
	margin-bottom: 50px;
	font-size: 0.9em;
}

.accordion_panel_info.ui-accordion .ui-state-hover {
	box-shadow: none;
}

.accordion_panel_info.ui-accordion .ui-accordion-header {
	outline: none;
	background-color: gainsboro;
	padding-left: 2.0em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.accordion_panel_info.ui-accordion .ui-accordion-content {
	padding: 10px;
}

/* Style wird ueberschrieben 
* Info (Fragezeichen) wird neben dem Label angezeigt	
*/
.formular_baustein .icon_info {
	height: auto;
	float: none;
	display: inline;
}

fieldset label .icon_small {
	margin: 0px 4px -3px 0;
}


.ui-button-green {
	background: #008e5c !important;
	color: #fff !important;
	border: 0!important;
	height: 38px;
	padding: 0 8px;
	border-radius: 4px!important;
	margin-bottom: 4px!important;
	box-shadow: none;
}

.formular_baustein .icon_info, .sternchen, .rufzeichen, .form_spacer {
	height: 22px!important;
	float: right!important;
	line-height: inherit!important;
	margin-left: 5px!important;
}

/* UEBERSCHREIBUNG END */
