.termine {
    font-family:Arial;
    font-weight:normal;
    font-size:10pt;
    color:#000000;
    text-decoration:none;
    text-align:center;
    vertical-align:top;
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    padding:0px 20px;
}

.termine h1 {
    text-decoration:underline;
}

.termine table {
    width:90%;
    border-collapse:collapse;
    border-color:#C0C0C0;
    border-style:solid;
    border-width:1px;
}

.termine td {
    border-style:none;
    background-color:#EEEEEE;
    padding:5px;
    font-size:10pt;
}

.termine td.datum {
    width:40%;
    text-align:left;
    vertical-align:top;
    font-weight:bold;
}

.termine td.info {
    text-align:justify;
}

.termine.info p {
    font-weight:bold;
    text-decoration:underline;
}

.termine.info img {
    width:1.5em;
}