div#container {
    background-color: #F3F3F3;
}

.notice { color:darkgreen;}

#filterOrganist,#filterMonat  { width:50% }

h1, h2, h3, h4 {color:darkgreen;}

div.ui-dialog-content, div.ui-dialog {background: #FFFFCC;}
div.user ul {list-style-type:none; }

table#termine td {color:black;}

div#summary { font-size:1.5em; float:right;}

@media only screen and (min-width: 800px) {
    div.container {
        border: solid thin #CCC  ;
        position: absolute;
        left: 50%;
        width: 700px;
        margin-left: -350px;
    }
}

@media only screen and (max-width: 480px) {
    form#filter select { max-width:50% }
}

