body {
    font-family: helvetica;
    background: none repeat scroll 0 0 #FFEFD5;
    color: black;
    margin: 0;
    padding: 0.2em 0.2em 0.2em 0.2em;
    overflow: scroll;
    text-align: left;
}

a img {
    border: 0;
}

a:link,
a:visited,
a:active {
    text-decoration:    none;
    color:              #0000FF;
}

ul {
    margin:0;
}

/******************************************************************************/
/* classes */
.id {
    width: 5%;
}

.millis {
    width: 1%;
}

.zeitstempel {
    width: 12%;
}

.temp_out {
    width: 5%;
}

.temp_1 {
    width: 5%;
}
.temp_2 {
    width: 5%;
}
.temp_3 {
    width: 7%;
}

.abshum_out {
    width: 5%;
}

.abshum_1 {
    width: 5%;
}
.abshum_2 {
    width: 5%;
}
.abshum_3 {
    width: 5%;
}

.dew_out {
    width: 5%;
}

.infovar {
    width: 20%;
}

.color {
     color: #CD853F;  
}
.color a:link {
    color: #CD853F;
}
