/* ----------------------------------------------------
					Fehler
------------------------------------------------------- */
.errorBox{
 margin:10px 0px 10px 0px;
 border: 1px solid #CA1D2D;
 background-image:url(/media/app/boxError.gif);
 background-repeat:no-repeat;
 background-color:#FDEAEB;
 
 min-height:62px;
 
 /* ------------ runde Ecken ------------ */
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.errorBoxHeader{
 margin:0px 0px 0px 80px;
 padding:0px;
 height: 20px;
 line-height:20px;

 background-color: #CA1D2D;
 color:#FDEAEB;
 font-weight:bold;
 /* ------------ runde Ecke (rechts oben) ------------ */
 -moz-border-radius: 0px 9px 0px 0px;
 -webkit-border-radius: 0px 9px 0px 0px;
 border-radius: 0px 9px 0px 0px;
 
}

.errorBoxContent{
 margin:0px 0px 0px 80px;
 padding:4px 4px 4px 0px;
 background-color:#FDEAEB;
 color:#000000;
 
 /* ------------ runde Ecke (rechts unten) ------------ */
 -moz-border-radius: 0px 0px 9px 0px;
 -webkit-border-radius: 0px 0px 9px 0px;
 border-radius: 0px 0px 9px 0px;
}

/* ----------------------------------------------------
					Warnung
------------------------------------------------------- */

.warningBox{
 margin:10px 0px 10px 0px;
 border: 1px solid #9B4F6A;
 background-image:url(/media/app/boxWarning.gif);
 background-repeat:no-repeat;
 background-color:#F2E4E9;
 
 min-height:62px;
 
 /* ------------ runde Ecken ------------ */
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.warningBoxHeader{
 margin:0px 0px 0px 80px;
 padding:0px;
 height: 20px;
 line-height:20px;

 background-color: #9B4F6A;
 color:#F2E4E9;
 font-weight:bold;
 /* ------------ runde Ecke (rechts oben) ------------ */
 -moz-border-radius: 0px 9px 0px 0px;
 -webkit-border-radius: 0px 9px 0px 0px;
 border-radius: 0px 9px 0px 0px;
 
}

.warningBoxContent{
 margin:0px 0px 0px 80px;
 padding:4px 4px 4px 0px;
 background-color:#F2E4E9;
 color:#000000;
 
 /* ------------ runde Ecke (rechts unten) ------------ */
 -moz-border-radius: 0px 0px 9px 0px;
 -webkit-border-radius: 0px 0px 9px 0px;
 border-radius: 0px 0px 9px 0px;
}


/* ----------------------------------------------------
					Notiz
------------------------------------------------------- */


.noticeBox{
 margin:10px 0px 10px 0px;
 border: 1px solid #AB7588;
 background-image:url(/media/app/boxNotice.gif);
 background-repeat:no-repeat;
 background-color:#F2E4E9;
 
 min-height:62px;
 
 /* ------------ runde Ecken ------------ */
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.noticeBoxHeader{
 margin:0px 0px 0px 80px;
 padding:0px;
 height: 20px;
 line-height:20px;

 background-color: #AB7588;
 color:#F2E4E9;
 font-weight:bold;
 /* ------------ runde Ecke (rechts oben) ------------ */
 -moz-border-radius: 0px 9px 0px 0px;
 -webkit-border-radius: 0px 9px 0px 0px;
 border-radius: 0px 9px 0px 0px;
 
}

.noticeBoxContent{
 margin:0px 0px 0px 80px;
 padding:4px 4px 4px 0px;
 background-color:#F2E4E9;
 color:#000000;
 
 /* ------------ runde Ecke (rechts unten) ------------ */
 -moz-border-radius: 0px 0px 9px 0px;
 -webkit-border-radius: 0px 0px 9px 0px;
 border-radius: 0px 0px 9px 0px;
}






.dieContent{
 font-family:Arial;
 font-size:9pt;
 width:100%;
 background-color:#EEEEEE;
 color:#333333;
 border:1px solid #BBBBBB;
 padding:1px;
}
.errorSpacing{
 width:130px;
}

.errorPRE table tr td{
 font-size:9pt;
 padding:1px;
}