* {
    border: 0;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    color: #006132;
}

a:focus {
    outline: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
}

#wrapper {
    margin: 0 auto;
}

#head {
    height: 40px;
    margin-top: 20px;
    position: relative;
    padding: 0 30px;
}

#subhead {
    height: 20px;
    margin: 0;
    position: relative;
    padding: 0 30px;
    margin-bottom: 20px;
}

#changehead {
    margin-bottom: 10px;
    padding: 0 30px;
}

#stages {
    margin-left:30px;
}

.stage {
    background-color: #000000;
    width: 80px;
    padding: 0 5px;
    color: #ffffff;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    float: left;
}

#ro_table {
    position: relative;
    top: 20px;
    width: 800px;
    background-image:url('table_bg.gif');
}

.cell {
    padding: 5px 5px 0 5px;
    width: 80px;
    position: absolute;
    background-color: #F58220;
    color: #000000;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.txtstd {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.txtwhitebold {
    color: #ffffff;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.lighttxt {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-size: 10px;
}

.txtmassive {
    color: #000000;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.zeit {
    position: absolute;
    width: 30px;
    color: #000000;
    font-family: "Arial", sans-serif;
    font-size: 9px;
    padding-top:5px;
}

.imgblock {
    display: block;
    border: 0;
    margin: 0;
}
