.calloutUp
{
    height: 0;
    width: 0;
    border-bottom: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 10;
}
.calloutUp2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 11;
}
.calloutDown
{
    height: 0;
    width: 0;
    border-top: 12px solid #ffffff;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 30px;
    top: 0px;
    margin-left: 60px;
    z-index: 11;
}
.calloutDown2
{
    position: relative;
    left: -10px;
    top: -12px;
    height: 0;
    width: 0;
    border-top: 10px solid #cad8e5;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 10;
}
.divContainerUp
{
    background-color: #9999ff;
    border: solid 1px #ffffff;
    position: relative;
    top: -1px;
    z-index: 9;
    width: 500px;
    padding: 4px;
}
.divContainerDown
{
    background-color: #cad8e5;
    border: solid 1px #ffffff;
    position: relative;
    top: 1px;
    left:30px;
    z-index: 3;
    width: 580px;
    padding: 4px;
    font-size: 15px;
    font-weight: normal;
    color: black;
}
.divContainerMain
{
    background-color: #ccccff;
    padding: 8px;
}

.firma {
    padding-left:30px;
    font-weight: normal;
    color: black;
}
