body {
    margin: 0;
    padding: 0;
}

#ajax-spinner {
    position: fixed;
    top: 40%;
    left: 40%;
    margin: 0 0 0 0;
    min-width: 140px;
    min-height: 140px;
    background: transparent url('/images/loading.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

dt {
    font-weight: bold;
    margin-top: 5px;
}

dd {
    margin-left: 0px;
}

dd textarea {
    width: 95%;
}

ul.error {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
ul.error li {  
    color: white;
    border: 1px solid #660033;
    padding: 7px;
    margin: 5px 0;
    background-color: #cc0000;
    padding-left: 30px;
    background-image: url('/images/flash_error.png');
    background-position: center left;
    background-repeat: no-repeat;
}

form th {
    text-align: left;
}

.icon {
    width: 17px;
}

#hlavicka {
    height: 50px;
    background-color: #333333;
    width: 100%;
    color: white;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 150px; 
    background-image: url('/images/alpenverein-edelweiss-logo-small.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}

#menu {
    height: 30px;
    background-color: #555555;
    width: 100%;
    color: white;
    line-height: 30px;
    padding-left: 10px; 
}

#menu a {
    color: white;
}

.table1 {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    border-spacing: 0;
    border: 2px solid #CACACA;
    text-align: left;
    border-collapse: inherit;
    width: 100%;
    box-shadow: 1px 1px 12px -1px rgba(0,0,0,.2);
}

.table1 thead tr, .table1_minwidth thead tr {
    background:#E9E9E9;
}

.table1 td, .table1 th, .table1_minwidth td, .table1_minwidth th {
    border: solid #CACACA;
    border-width: 0 1px 1px 0;
    padding: 5px;
}

.table1 tr.odd, .table1_minwidth tr.odd {
    background: #F3F8FF;
}

.table1 tr.even, .table1_minwidth tr.even {
    background-color: white;
}

.table1 th a,
.table1_minwidth th a {
    color: black;
}

.table1 th.sortable,
.table1_minwidth th.sortable {
    padding-right: 17px;
}

.table1 th.sortable.default_sort,
.table1_minwidth th.sortable.default_sort {
    background: url('/images/tables_sort_both.png') no-repeat right center;
}

.table1 th.sortable.asc_sort,
.table1_minwidth th.sortable.asc_sort {
    background: url('/images/tables_sort_asc.png') no-repeat right center;
}

.table1 th.sortable.desc_sort,
.table1_minwidth th.sortable.desc_sort {
    background: url('/images/tables_sort_desc.png') no-repeat right center;
}

.editable {
    background: url('/images/icon-pencil.png') no-repeat right center;
}