#sprechstunde {
    position: relative;
    width: 735px;
}
#sprechstunde #subnav {
    position: absolute;
    right: 0;
    top:0;
}
#sprechstunde #subnav li {
    float: left;
    margin: 3px;
}
#show, #livestream {
    float:left;
}

#show {
    width: 425px;
}

#livestream {
    background: #ECEFF5;
    width: 300px;
    height: 400px;
    margin-left: 10px;
}

#melden-felder label {
    width: 120px;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

#melden-felder #message textarea, #melden-felder #title input {
    width: 400px;
}

#melden-felder #message textarea {
    height: 300px;
}
