 /* Knoebel-Custom */
 /* Error-Message */
 .ErrorMessage {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 12px;
    /*background-repeat: no-repeat;*/
    /*background-position: 10px center;*/
    font-size: 120%;
    
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
     /*box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);*/
     /*width: 100%;*/
     color: #fff;
     /*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/
     animation: animate-bg 5s linear infinite;
     background-color: #eaaf51; border-color: #d99a36; 
     /* background-color: #de4343; border-color: #c43d3d; */
    }
  .ErrorMessage a { color: #000;}

.infobox {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 12px;
    font-size: 120%;
    background-size: 40px 40px;
    background-image:   linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);
     color: #fff;
     animation: animate-bg 5s linear infinite;
    }
.infobox a { color: #000;}
/* Farbauswahl fuer infoboxen */
.ib_info        { background-color: #4ea5cd; border-color: #3b8eb5; }
.ib_error       { background-color: #de4343; border-color: #c43d3d; }
.ib_warning     { background-color: #eaaf51; border-color: #d99a36; }
.ib_warntodo    { background-color: #fcf8e3; border-color: #caa02a; color: #caa02a; }
/*.ib_success   { background-color: #61b832; border-color: #55a12c; }*/ 
.ib_success     { background-color: #e5ecc5; border-color: #b8cb71; color: #48605a; }
.ib_success     p, h3{ color: #fff; }
.ib_wahlen      { background-color: #E9F4FA; border-color: #597870; color: #48605a; } /* E9F4FA = hellblau 597870 = SLAEKgruen*/
.ib_wahlen      img { float: left; }

.impressum {
	line-height: 1.63636em;
    font-family: Arial,Helvetica,sans-serif;
    color: #454545;
}
.impressum p { padding: 0; margin: 0; }
.impressum dt { 
	float: left; 
    width: 110px; 
    }

.impressum dt.telefon { 
    float: left; 
    width: 110px; 
    background-image: url('/static/portal/custom/img/icon_contact_phone.png');
    width: 1.36364em;
    height: 1.63636em;
    background-position: 0px 0.454545em;
    background-repeat: no-repeat;
    }
.impressum dt.fax { 
    float: left; 
    width: 110px; 
    background-image: url('/static/portal/custom/img/icon_contact_fax.png');
    width: 1.36364em;
    height: 1.63636em;
    background-position: 0px 0.454545em;
    background-repeat: no-repeat;
    }
.impressum dt.email { 
    float: left; 
    width: 110px; 
    background-image: url('/static/portal/custom/img/icon_contact_mail.png');
    width: 1.36364em;
    height: 1.63636em;
    background-position: 0px 0.454545em;
    background-repeat: no-repeat;
    }
.impressum dt.www { 
    float: left; 
    width: 110px; 
    background-image: url('/static/portal/custom/img/icon_contact_website.png');
    width: 1.36364em;
    height: 1.63636em;
    background-position: 0px 0.454545em;
    background-repeat: no-repeat;
    }
.impressum dt.seitenanfang { 
    float: left; 
    width: 110px; 
    background-image: url('/static/portal/custom/img/icon_pfeil_oben.png');
    width: 1.36364em;
    height: 1.63636em;
    background-position: 0px 0.454545em;
    background-repeat: no-repeat;
    }
.impressum dd { margin:0px; padding: 0 0 0 5px; overflow: hidden; }

.impressum p { color: #454545; }

.partner {
    border-top: 1px dotted #597870;
    margin-top: 1.18182em;
    /* padding-top: 1.90909em; */
}

.slaek_linklist ul {
    padding: 0px 0px 2px 0px;
    margin: 0;
    }
.slaek_linklist {
    /*font-size: 110%;*/
    line-height: 1.53846em;
    }

#slaek_global { font-size: 110%; }

.slaek_linklist ul.links > li {
    padding-left: 2.36364em;
    background: url('/static/portal/custom/img/icon_pfeil_rechts.png') no-repeat scroll 0.909091em 0.545455em transparent;
    list-style-type: none;
    color: #597870;
}
.slaek_linklist ul > li {
    padding-left: 1.81818em;
    background: url('/static/portal/custom/img/listenanstrich.png') no-repeat scroll 0.909091em 0.636364em transparent;
    overflow: hidden;
    color: #454545;
/*
#page a {
    display: block;
    text-decoration: none;
    color: #597870; */
}
.slaek_anmeldung ul { padding-left: 0; }
.slaek_anmeldung ul.links > li {
    padding-left: 2.36364em;
    background: url('/static/portal/custom/img/icon_pfeil_rechts.png') no-repeat scroll 0.909091em 0.545455em transparent;
    list-style-type: none;
    /*color: #597870;*/
}
.slaek_anmeldung ul > li {
    padding-left: 1.81818em;
    background: url('/static/portal/custom/img/listenanstrich.png') no-repeat scroll 0.909091em 0.636364em transparent;
    overflow: hidden;
    }

/*.ui-dialog-titlebar-close {
    visibility: hidden;
    }*/