
/* ############################################## Einlog Dialog ############################################## */

/* Container DIV */

#show_login { width: 250px; height: auto; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* Kopfzeile */

#show_login_header { height: 26px; background: url("../images/login_header.png") no-repeat 0px 2px; padding: 30px 5px 5px 5px; font-size: 13px; font-weight: bold; text-align: center; color: #FFFFFF; }

/* Inhalt zwischen Kopfzeile und Fußzeile */

.show_login_inner { width: 250px; min-height: 109px; height: auto; background: url("../images/login_filler.png") repeat-y 0px 0px; padding-top: 10px; padding-left: 20px; }

/* Input Felder */
.input_name { width: 65px; letter-spacing: -0.8px;}
.show_login_input_field { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; padding: 2px; font-size: 11px; color: #000000; width: 125px; border: 1px solid #000000; }

/* Fußzeile */

#show_login_footer { height: 98px; background: url("../images/login_footer.png") no-repeat 0px 0px; padding: 0px 20px 0px 20px; }

/* ############################################## Buttons und Stile/Links ############################################## */

#show_login a,
#show_login a:hover { color: #000000; text-decoration: none; outline: 0; }
#show_login a:hover { color: #FF6600; }
#show_login .show_login_inner a { color: #000000; }
#show_login .show_login_inner a:hover { color: #FF6600; }
.button_normal,
.button_mover { padding-bottom: 2px; background-color: #544F43; color: #000000; background: url("../images/button_a.png") repeat-x 0px 0px; height:20px; width: auto; border: 1px solid #4B4B4B; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.button_mover { background-color: #EFEFEF; color: #F1F1F1; background-image: url("../images/button.png"); background-repeat: repeat-x; }
.login_color1 { color: #FF6600; }
.login_color2 { color: #FF6600; }

#upload { width: 570px; height: auto; }

.chk { vertical-align:middle; }
.chk_title { font-size:11px; letter-spacing:-0.6px; }

.ok { width: 99%; height: auto; border: 1px solid #16B000; background: url("../images/ok.png") no-repeat 10px center #D5FFCE; }
.error { width: 99%; height: auto; border: 1px solid #FF0000; background: url("../images/error.png") no-repeat 10px center #FFD5D5; }
.information { width: 99%; height: auto; border: 1px solid #F1A901; background: url("../images/information.png") no-repeat 10px center #FFEBBB; }
.ok ul, .error ul, .information ul, .statistik ul { list-style-type: none; }
.ok li, .error li, .information li { padding-left: 20px; color: #000000; }