fieldset {
    margin-bottom: 0;
}

#wrapper {
    margin: 0 auto;
    padding: 0 10%;
}

.contentbox {
    margin-top: 30px;
    padding-top: 20px;
    min-width: 960px;    
}
.spalte {
    float: left;
    width: 43%;
}

.links {
    float:left;
}

.rechts {
    float:right;
}

.clear {
    clear:both;
    overflow:hidden;
}

#headline h2 {
    font-size: 25px;
    margin-top: 57px;
    margin-left: 40px;
}

.spacer {
    margin-top:10px;
}

input.gross {
    width:235px;
}

input.max {
    width: 100%;
}

label {
    width: 30%;
}
#tabelleLizenz_wrapper {
    margin-top: 20px;
}

.dataTables_wrapper label {
    width: auto;
}

.dataTables_paginate a {
    width: 30px; 
    margin: 0 3px;
}

thead td {
    white-space: nowrap;
}

#tabelleLizenz thead td,
#tabelleLizenz .odd,
#tabelleLizenz .even {
    cursor: pointer;
}

.odd td {
    background-color: #f5f5f5
}

.row_selected td {
    background-color: #dcdcdc;
    border: 1px solid #f5f5f5;
}

td {
    padding: 10px;
    border: 1px solid #dcdcdc;   
}

#tabelleLizenz_info,
#tabelleLizenz_length {
    width: 45%;
    float: left;
}

.dataTables_paginate,
.dataTables_filter {
    float: right;
}

.fg-toolbar {
    padding: 10px;
}

#tabelleShops_wrapper .fg-toolbar,
#tabelleModule_wrapper .fg-toolbar {
    display: none;
}

#tabelleModule {
    width: 100%;
}

.readOnly {
    background: #cfcfcf;
    border: #cfcfcf;
}