/**[../../../system/themes/V4/stylesheets/curator_bereichstart.css]**/
/* Berufsgruppen Icons */

.bereichsstartliste table.query2table td {
	padding-left: 4px;
}
.bereichsstartliste table.query2table-filtered td {
	padding-left: 4px !important;
}

.bereichstart_gruppe_1 {
	background-image:  url('/system/themes/V4/grafiken/bereichstart/aerzte.png');
}

.bereichstart_gruppe_2 {
	background-image:  url('/system/themes/V4/grafiken/bereichstart/pflege.png');
}

.bereichstart_gruppe_3 {
	background-image:  url('/system/themes/V4/grafiken/bereichstart/andere.png');
}

.bereichstart_gruppe_4 {
	background-image:  url('/system/themes/V4/grafiken/bereichstart/einarbeitung.png');
}

.bereichstart_gruppe_x1 {
	background-image:  url('/system/themes/V4/icons/bereichstart_aerzte.png');
}

.bereichstart_gruppe_x2 {
	background-image:  url('/system/themes/V4/icons/bereichstart_einarbeitung.png');
}

.bereichstart_gruppe_x3 {
	background-image:  url('/system/themes/V4/icons/bereichstart_hygiene.png');
}

.bereichstart_gruppe_x4 {
	background-image:  url('/system/themes/V4/icons/bereichstart_verwaltung.png');
}

.bereichstart_gruppe_x5 {
	background-image:  url('/system/themes/V4/icons/bereichstart_sicherheitsrelevant.png');
}

.bereichstart_gruppe_x6 {
	background-image:  url('/system/themes/V4/icons/bereichstart_handbuch.png');
}

#cur_inhalt .cur_element_artikel #cur_element_bereichstartfilter {
	margin-bottom: 10px;
	background: #eee  url('/system/themes/V4/grafiken/system_icons/gradient.png');
	background-position: bottom;
	color: #636363 ;
	font-size: 12px;
}

.bereichstart_box_link {
 	float: left;
 	cursor: pointer;
 	margin: 3px;
	-moz-border-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius:3px;
	-webkit-border-top-right-radius:3px;
	border:1px solid transparent;
	border-radius:3px;
	border-top-right-radius:3px;
 }

.bereichstart_box_link_hover {
 	background-color: red;
 	-moz-border-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius:3px;
	-webkit-border-top-right-radius:3px;
	background:#004A7F   url('/system/themes/V4/grafiken/system_icons/gradient_btn.png') repeat-x;
	background-position:bottom;
	border:1px solid #004A7F ;
	border-radius:3px;
	border-top-right-radius:3px;
	color:#000;
 }

.bereichstart_trenner {
	width: 3px;
	height: 67px;
	background:  url('/system/themes/V4/grafiken/system_icons/border.png') no-repeat bottom center;;
	float: left;
}

.bereichstart_box_gruppen {
	min-width: 40px;
	text-align: center;
	margin: 0 10px;
	padding-top: 42px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: top 6px center;
	font-size: 10px;
}

.bereichstart_box {
	float: left;
	margin: 6px;
}

.bereichstart_box p {
	margin-bottom: 6px;
}

.bereichstart_box #seldoku {
	width: 90px;
}

.query2table .q2t-button-filtered {
	border-color: #004A7F ;
	background-color: #004A7F ;
	/*background-image:  url('/system/themes/V4/grafiken/system_icons/filter_icon_aktiv.png');*/
}