/* HIS allgemeine Formatierung Update 30.11.2022 */

#m_box a {
	color: #990000;
	background-color: inherit;
    text-decoration: none;
}
#m_box .m_breadcrumb a {
    color: #990000;
	background-color: inherit;
    text-decoration: none;
}
#m_box a:hover, #m_box a:focus {
	color: #990000;
	background-color: inherit;
	text-decoration: underline;
}
#m_box .m_breadcrumb a:hover, 
#m_box .m_breadcrumb a:focus {
    color: #990000;
	background-color: inherit;
	text-decoration: none;
}

#m_box .m_zusatztext {
	color: #FF0000;
	background-color: inherit;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
}

#m_box td, th {
    border-color: #990000;
}

div#m_navcontainer {
    background-color: #ded9d6;        /*dunkler*/
    /*background-color: #ebe8e6;*/    /*heller*/
}
/* Boxen nach Navi */
.m_selectbox {
    background-color: #ded9d6;
    /*background-color: #ebe8e6;*/
}
/* DIV Start Button */
div.m_selectbox_button {
    background-color: #ded9d6;
    /*background-color: #ebe8e6;*/
}
/* DIV Infos Themenflächen */
div.m_infos {
    background-color: #ded9d6;
}

.m_selectbox_kw {
    background-color: #ded9d6;
    /*background-color: #ebe8e6;*/
}

label.m_radio,
label.m_checkbox {
    border-color: #990000;
	border-width: 1px;
	border-style: solid;
    
    -moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;

	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;

	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}

/* Formularknöpfe */ 
#m_box input[type="submit"] {
    background-image: url("../images/link_button_form.gif");
    background-color: #990000;
    border-color: #8bca23;
	border-width: 0px;
	border-style: solid;
    
	-moz-border-radius-topleft:0px;  /* 4px */
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
#m_box input[type="submit"]:hover {
    background-image: url("../images/link_button_form_active.gif");
    background-color: #990000;
}

/* Link-Knöpfe Terminaufrufe */
#m_box input[type="submit"].m_link {
    background-image: url("../images/link_button.gif");
    background-color: #990000;
}
#m_box input[type="submit"].m_link:hover {
    background-image: url("../images/link_button_active.gif");
    background-color: #990000;
}

/* Link-Knöpfe Infomail-Eintrag*/
#m_box input[type="submit"].m_im_link {
    background-image: url("../images/link_button.gif");
    background-color: #990000;
}
#m_box input[type="submit"].m_im_link:hover {
    background-image: url("../images/link_button_active.gif");
    background-color: #990000;
}
/* logout und speichern-Knopf Infomail-Eintrag*/
#m_box input[type="submit"].m_im_logout {
    background-image: url("../images/link_button_form.gif");
    background-color: #990000;
}
#m_box input[type="submit"].m_im_logout:hover {
    background-image: url("../images/link_button_form_active.gif");
    background-color: #990000;
}
/* Löschen-Knopf Infomail-Eintrag*/
#m_box input[type="submit"].m_im_delete {
    background-image: url("../images/link_button_delete.gif");
    background-color: #990000;
}
#m_box input[type="submit"].m_im_delete:hover {
    background-image: url("../images/link_button_delete_active.gif");
    background-color: #990000;
}

/* Datenauskunft-Knopf Infomail-Eintrag*/
#m_box input[type="submit"].m_im_datainfo {
    background-color: #990000;
    background-image: url("../images/link_button_form.gif");
}
#m_box input[type="submit"].m_im_datainfo:hover {
    background-color: #990000;
    background-image: url("../images/link_button_form_active.gif");
}

/* speichern und zurück-Knopf Infomail-Eintrag Wohnadress-Auswahl*/
#m_box input[type="submit"].m_im_save_back {
    background-image: url("../images/link_button_form.gif");
    background-color: #990000;
}
#m_box input[type="submit"].m_im_save_back:hover {
    background-image: url("../images/link_button_form_active.gif");
    background-color: #990000;
}
/* Zurück zur Startseite Link-Knopf Infomail-Registrierung*/
/*
#m_box input[type="submit"].m_im_back_start {
    background-image: url("../images/link_button.gif");
    background-color: #990000;
}
#m_box input[type="submit"].m_im_back_start:hover {
    background-image: url("../images/link_button_active.gif");
    background-color: #990000;
}
*/

/* Haken-Checkbox */
#m_box input[type="checkbox"] + label span {
    background-image: url("../images/check_box_off.png");
}
#m_box input[type="checkbox"]:checked + label span {
    background-image: url("../images/check_box_on.png");
}

/* Radiobutton */
#m_box input[type="radio"] + label span {
    background-image: url("../images/radio_button_off.png");
}
#m_box input[type="radio"]:checked + label span {
    background-image: url("../images/radio_button_on.png");
}