.editArticle {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px dashed #999999;
    z-index: 1;
}

.editArticle div.button {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1px;
    right: 20px;
    font-size: 16px;
    font-weight: bold;
    width: 85px;
    height: 15px;
    cursor: pointer;
    background: url(../img/bearbeiten.gif) no-repeat;
    filter: alpha(opacity=35);
    -moz-opacity:.35;
    opacity:.35;
    z-index: 5;
}

div#error {
    border: 1px solid #BF0417;
    background: #FFEAEA;
    color: #BF0417;
    padding: 5px;
    margin: 5px 0 10px 0;
}

div#error ul, .error {
    margin-top: 8px;
    color: #BF0417;
    list-style: none;
}

div#error ul li {
    list-style-type: square;
    margin-left: 2px;
}

span.red, div.red, .red {
    color: #BF0417;
}

div.red {
    color: #BF0417;
    /*width: 566px;*/
    /*text-align: center;*/
    font-weight: bold;
    background: url(../img/line_hor.gif) top left repeat-x;
    padding: 5px 0 5px 0;
    margin: 0;
}

span.red a, span.red a:hover, a.red, a.red:hover {
    text-decoration: underline;
    color: #BF0417;
}

#success {
    border: 1px solid #009700;
    background: #DBFFDB;
    color: #009700;
    padding: 5px;
    margin: 5px 0 10px 0;
}
