/* spezielle styles für pflegemasken */

/* #FFFFFF = rgb(255,255,255)  weiss             */
/* #000000 = rgb(0,0,0)        schwarz           */
/* #1D4AA7 = rgb(29,74,167)    schrift blau      */
/* #D6E3FE = rgb(214,227,254)  hintergrund  blau */
/* #FFFFC0 = rgb(255,255,192)  hintergrund gelb  */
/* #1D4AA7 = rgb(29,74,167)    rahmen blau       */

/* <-<border-eintrag>->     #1D4AA7 = rgb(29,74,167)   */
/* <-<border-error>->       #FF2D2D = rgb(255,45,45)   */
/* <-<schrift-error>->      #FF0000 = rgb(255,0,0) rot */
/* <-<shadow-legende>->     rgba(30,75,168,0.5)        */
/* <-<border-radius-eintrag>-> 6px                     */


/*----- inhalt -----*/
#inhalt {
text-align:center;
padding:7px;
}
#pflege {
text-align:center;
font:normal 0.8em Verdana,Arial,Helvetica,sans-serif;
}
#pflege h1 {
margin:15px 0 15px 0;
}
#pflege h2 {
font-weight:bold;
margin:0 0 10px 0;
}
#pflege p {
font:bold 1.21em Helvetica,sans-serif;
margin:15px 0 15px 0;
border:1px dashed #1D4AA7;
}
#pflege .error {
font:bold 1.61em Helvetica,sans-serif;
border:2px solid #FF2D2D;
}
#pflege p strong {
font-style:italic;
color:#FF2D2D;
}
#pflege table {
border:0;
}
#pflege label {
width:13em;
}
#pflege .auswahl-form {
width:44em;
margin:0;
padding:5px 0 0 0;
}
.auswahl-form #bild_key,.auswahl-form #filter {
width: 20em;
margin:2px 2px 2px 2px;
padding: 2px;
}
.auswahl-form .submit {
padding:2px 10px 2px 10px;
margin:10px 0 10px 0;
background:red;
}
#pflege #pflege-form,#legende {
width:44em;
margin:20px 0 0 0;
padding:5px 0 0 0;
}
#pflege-form label {
display:block;
float:left;
width:13em;
text-align:right;
margin:3px;
}
#pflege-form input,select,textarea {
text-align:left;
}
#pflege-form .texteingabe {
float:left;
width:20em;
display:block;
text-align:left;
margin:2px;
}
#pflege-form .kurz {
width:5em;
}
#pflege-form .texteingabe-k {
float:left;
width:5em;
display:block;
text-align:left;
margin:2px;
}
#pflege-form select {
float:left;
width:20em;
display:block;
margin:2px;
}
#pflege-form #v_ausrichtung, #pflege-form #h_ausrichtung {
width:7em;
}
#pflege-form .select-k {
width:7em;
}



#pflege-form .radio-auswahl,.haken {
float:left;
width:1em;
display:block;
margin:1px 3px 1px 3px;
border:0;
}
#pflege-form .l-radio-auswahl,.l-haken {
width:13em;
margin: 1px 3px 1px 3px;
}
#pflege-form .l-radio-auswahl-2,.l-haken-2 {
width:10em;
margin: 1px 3px 1px 3px;
}
#pflege-form .submit {
padding:2px 10px 2px 10px;
margin:15px 0 10px 0;
}

#legende {
border:1px solid #1D4AA7;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
-webkit-box-shadow: -1px -1px 4px rgba(30,75,168,0.5) inset;
-moz-box-shadow: -1px -1px 4px rgba(30,75,168,0.5) inset;
box-shadow: -1px -1px 4px rgba(30,75,168,0.5) inset;
}


#update-bild {
}
#update-bild .zeile {
border-bottom:1px solid #1D4AA7;
margin:5px 0 5px 0;
}

#update-bild .bild, .breite, .hoehe, .groesse, .ok, .fehler {
float:left;
width:5em;
margin:2px;
}
#update-bild .fehler {
font-weight:bold;
color:#FF0000;
}
#update-bild .ok {
font-weight:bold;
}


