#wrapper{
    margin-top:1.5em;
}
.info{
    background:#efefef;
    border:2px solid #ccc;
    padding:10px;
    width:auto;
    height:auto;
}
#menu ul li ul li{
    display:none;
}
#menu ul li, #menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
#menu ul li a{
    background:#eee url("/img/inactive.gif") center right no-repeat;
    color:#333;
    text-decoration:none;
    font-size:2em;
    padding:0.33em;
    display:block;
}
/*#menu ul li a:hover, */#menu ul li.active a{
    background:#6299C5 url("/img/active.gif") center right no-repeat;
    color:#FFF;
}
#menu{
    background:FFF;
}
.questionanswer textarea{
    height:3em;
    width:30em;
}
.questionanswer button{
    float:right;
}
.questionanswer .charsleft{
    /*float:right;*/
}
.hidden{
    display:none;
}
div.answered-0, div.answered-1{
    border-width:0px 0px 0px 0px;
    border-collapse:collapse;
    border-style:solid;
    clear:both;
}
div.answered-0{
    background:#FBE3E4 none repeat scroll 0 0;
    border-color:#FBC2C4;
    color:#8A1F11;
}
div.answered-1{
    background:#E6EFC2 none repeat scroll 0 0;
    border-color:#C6D880;
    color:#264409;
}
div.question .question{
    padding:10px 0;
}
.answer{
    /*background:#FBFBE4;*/
}
.question a{
    text-decoration:none;
}
.question, .answer{
    padding:3px 0;
}
.righttop{
    float:right;
}
div.question{
    margin-bottom:0.25em;
}
.errors{
    padding:0;
    margin:0 0 1em;
}
.errors li{
    list-style:none;
    background:#FBE3E4 none repeat scroll 0 0;
    border:2px solid #FBC2C4;
    color:#8A1F11;
    padding:0.2em;
}

/** FORMULÄR **/
form table, form table tr, form table tr td, form table tr td input, form table tr td label{
    margin:0;
    width:auto;
    padding:0;
}
tr.element td{
    text-align:right;
    min-width:70px;
}
tr.element td.input,
tr td.description{
    text-align:left;
    padding-left:5px;
}
.description{
    color:#777;
    font-style:italic;
}
.description b{
    background:#FFC;
}
#submit-label label{
    display:none;
}
.alignright{
    text-align:right;
}
.alignright table{
    float:right;
}

#movelabel{
    position:absolute;
    background:#FFF;
    border:1px solid #ccc;
    opacity:0.8;
    padding:3px;
    visibility:hidden;
    font-weight:bold;
}

.legend table{
    width:auto;
}
.stats{
    height:300px;
    /*height:100px;*/
}
tr td.legend,tr td.legend *{
    text-align:left;
    font-size:1.2em;
    font-weight:normal;
}
.disabled, a.disabled{
    text-decoration:none;
    /*color:#ccc;*/
    border-bottom:1px dashed #f00;
}
/*.odd{
    background:#eef;
}*/