﻿body {
    background: #003800;
    font-family: Verdana,sans-serif;
    color: #000044;
    font-size: 100%;
    line-height: normal;
}

.mydiv {
    padding: 5px;
    margin: 0px;
    /*
    border-style:dotted;
    border-width:1pt;
    border-color:yellow;
    */
}


.wrapper {
    position: absolute;
    top: 0.5cm;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    background: #003800;
    bottom: 0.5cm;
}

.div_left {
    position: absolute;
    background: #70db70;
    top: 1.5cm;
    bottom: 0cm;
    left: 0cm;
    width: 187px;
    overflow: scroll;
}

.div_right {
    position: absolute;
    background: #db7070;
    top: 1.5cm;
    bottom: 0cm;
    right: 0cm;
    width: 187px;
}

.div_main {
    position: absolute;
    background: #e9ecd9;
    top: 1.5cm;
    bottom: 0cm;
    left: 203px;
    right: 203px;
    overflow: scroll;
}

.div_top {
    position: absolute;
    background: #70DB70;
    top: 0cm;
    right: 0cm;
    left: 0cm;
    height: 1cm;
}

.rot {
    color: red;
}

.fett {
    font-weight: bold;
}

.textmarker {
    background: yellow;
    font-style: italic;
}

.styleAuswahl {
    background: yellow;
    width: 6cm;
}


.tooltip {
    border-bottom: dotted #990000 thin;
}

.abstand {
    margin-bottom: 4cm;
}

.warnungtext {
    font-size: 8pt;
    color: red;
}
