/*ausgabe boxen*/
.messageBox {
    margin: 12px 0px;
}
.messageBox ul {
    padding: 18px 0px;
}
.messageBox ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.messageBox.notification em {
    display: block;
    padding-bottom: 12px;
    font-style: normal;
    text-decoration: underline;
}

.messageBoxed {
    background-color: #ffffff;
    display: block;
    border: 1px solid #511e04;
    color: #511e04;
    padding: 10px;
    margin: 12px 0px;
}

.messageBoxed.normalBoxed {

}
.messageBoxed.infoBoxed {
    border-color: #5a74e3;
    color: #5a74e3;
}
.messageBoxed.errorBoxed {
    border-color: #d90000;
    color: #d90000;
}
.messageBoxed.confirmBoxed {
    border-color: #94de44;
    color: #94de44;
}
.messageBoxed.warningBoxed {
    border-color: #ffc034;
    color: #ffc034;
}
.messageBoxed.okBoxed {
    border-color: #3e9100;
    color: #3e9100;
}




/*display the targeted element as block*/
.asBlock {
    display: block;
}

/*display the targeted element as inline*/
.asInline {
    display: inline;
}

/*the element is styled with no borders*/
.noBorder {
    border: none;
}

.noMargin {
    margin: 0px;
}

.noPadding {
    padding: 0px;
}

.noMarPad {
    padding: 0px;
    margin: 0px;
}

.lineWrap {
    white-space: normal;
}
.noLineWrap {
    white-space: nowrap;
}

.space5 {
    display: block;
    height: 5px;
    line-height: 5px;
    overflow: hidden;
}

.space8 {
    display: block;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
}

.space10 {
    display: block;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
}

.padLeft10 {
    padding-left: 10px;
}

.padLeft20 {
    padding-left: 20px;
}

.padRight10 {
    padding-right: 10px;
}

.padRight20 {
    padding-right: 20px;
}

.padLeft200 {
    padding-left: 200px;
}

.padSide20 {
    padding-left: 20px;
    padding-right: 20px;
}

.dim250To10 {
    display: block;
    height: 250px;
    width: 10px;
    overflow: hidden;
}

.dim250To9,
.dim210To9 {
    display: block;
    height: 250px;
    width: 9px;
    overflow: hidden;
}
.dim210To9 {
    height: 210px;
}

.dim10To680 {
    clear: both;
    display: block;
    height: 10px;
    width: 680px;
    line-height: 10px;
}

.marBottom18 {
    margin-bottom: 18px;
}

.marTop18 {
    margin-top: 18px;
}

.marBottom36 {
    margin-bottom: 36px;
}

.marBottom40 {
    margin-bottom: 40px;
}

.marTop36 {
    margin-top: 36px;
}



.floatMeLeft {
    float: left;
}

.floatMeRight {
    float: right;
}

.clear {
    width: 0px;
    height: 0px;
    clear: both;
    font-size: 0px;
    visibility: hidden;
}

.clearFloats {
    clear: both;
    height: 1px;
    width: 1px;
    line-height: 1px;
}

.clearLeftFloat {
    clear: left;
    height: 1px; /* damit der IE 6 nicht den Standard Abstand dafür verwendet  */
    width: 1px;
    line-height: 1px; /* damit der IE 6 nicht den globalen Zeilenabstand verwendet  */
}

.clearRightFloat {
    clear: right;
    height: 1px; /* damit der IE 6 nicht den Standard Abstand dafür verwendet  */
    width: 1px;
    line-height: 1px; /* damit der IE 6 nicht den globalen Zeilenabstand verwendet  */
}

.clearFloats10Line { /* dient zu gleich auch als horizontaler Abstand zur nächsten Zeile  */
    clear: left;
    height: 10px;
    width: 680px;
    line-height: 10px; /* damit der IE 6 nicht den globalen Zeilenabstand verwendet  */
}

.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textStrong{
    font-weight: bold;
}


.typo_normal {
    color: #511e04;
}
.typo_confirm {
    color: #3e9100;
}
.typo_warning {
    color: #ffc034;
}
.typo_error {
    color: #d90000;
}
.typo_info {
    color: #5a74e3;
}
.typo_ok {
/*    color: #64de33;*/
    color: #3e9100;
}
.typo_stickywin_ui {
    color:black;
}


/*tooltips mootools*/
.tool-tip {
    position: absolute;
    z-index: 99;
    width:170px;
}

.tool-tip-scalable {
    position: absolute;
    z-index: 99;
}

.tip-title {
    color: #990000;
    font-weight: bold;
    z-index: 99;
    margin: 0;
    padding: 8px 8px 4px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-bottom: none;
}

.tip-text {
    z-index: 99;
    padding: 4px 8px 8px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-top: none;
}


/*
    ... END tool classes
--------------------------------------------------------------------------------
*/
