/**
* CSS der Legende auf der Index Seite
*
*/


div.success {
    padding:    8px 32px;
    background: #C5FFC2 url(../images/messagebox/success.png) 8px 8px no-repeat;
    border:     1px solid #339933;
    color:      #000;
}
div.success a:link, div.success a:visited, div.success a:active {
    text-decoration : none;
    color: #336633;
}
div.success a:hover { text-decoration : underline; color: #336633;}

div.error {
    padding:    8px 32px;
    background: #F8E0E0 url(../images/messagebox/error.png) 8px 8px no-repeat;
    border:     1px solid #AA4444;
    color:      #AA4444;
}
div.warning {
    padding:    8px 32px;
    background: #FFFFBB url(../images/messagebox/warning.png) 8px 8px no-repeat;
    border:     1px solid #d8b624;
    color:      #6A6D29;
}
div.note, div.info {
    padding:    8px 32px;
    background: #C8E0F8 url(../images/messagebox/info.png) 8px 8px no-repeat;
    border:     1px solid #4444AA;
    color:      #4444AA;
}
div.code {
    padding:    8px 32px;
    background: #F0F0F0 url(../images/messagebox/code.png) 8px 8px no-repeat;            
    border:     1px solid #444444;
    font-family:courier new,courier,fixed;    
    white-space:pre;
}

div.debug {       
    padding:    8px 32px;
    background: #ccccff url(../images/messagebox/debug.png) 8px 8px no-repeat;
    border:     1px solid #575782;    
    color:      #000;              
    margin:     0px;
}

