
p.success {
    padding:    8px 32px;
    background: #C5FFC2 url(../images/icons/success.png) 8px 8px no-repeat;
    border:     1px solid #339933;
    color:      #000;
}
p.success a:link, p.success a:visited, p.success a:active {
    text-decoration : none;
    color: #336633;
}
p.success a:hover { text-decoration : underline; color: #336633;}

p.error {
    padding:    8px 32px;
    background: #F8E0E0 url(../images/icons/error.png) 8px 8px no-repeat;
    border:     1px solid #AA4444;
    color:      #AA4444;
}
p.warning {
    padding:    8px 32px;
    background: #FFFFBB url(../images/icons/warning.png) 8px 8px no-repeat;
    border:     1px solid #d8b624;
    color:      #6A6D29;
}
p.note, p.info {
    padding:    8px 32px;
    background: #C8E0F8 url(../images/icons/info.png) 8px 8px no-repeat;
    border:     1px solid #4444AA;
    color:      #4444AA;
}
p.code {
    padding:    8px 32px;
    background: #F0F0F0 url(../images/icons/code.png) 8px 8px no-repeat;
    border:     1px solid #444444;
    color:      #000;
    font-family:courier new,courier,fixed;
    white-space:pre;
}

p.debug {
    padding:    8px 32px;
    background: #ccccff url(../images/icons/debug.png) 8px 8px no-repeat;
    border:     1px solid #575782;
    color:      #000;
    margin:     0px;
}

p.shell {
    padding:    8px 56px;
    background: #f7f7f7 url(../images/icons/shell3.png) top left no-repeat;
    border:     1px solid #c8c8c8;
    color:      #000;
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}

/* spezial RTE config für vjrtecodesnippets mit geshilib */
code {
    padding:    8px 32px;
    background: #F0F0F0 url(../images/icons/code.png) 8px 8px no-repeat;
    border:     1px solid #444444;
    font-family:courier new,courier,fixed;
    white-space:pre;
    display:    block;
}