dt {
    clear: left;
    float: left;
    width: 10em;
    margin: 0;
    padding: 1px;
    font-weight: bold;
    text-align: right;
    font-style: normal;
}
dd {
    margin-left: 11em;
    padding: 1px;
}
/*dd:after {
    content: '\A';
    white-space: pre;
}*/


#basic dd p {
   margin: 0;
}

#basic {
    margin-bottom: 5ex;
}


#aktuelles {
    margin-bottom: 5ex;
}

#seconda-serie dt {
    clear: left;
    float: left;
    width: 10em;
    margin: 0;
    padding: 1px;
    font-weight: bold;
    text-align: right;
}
#seconda-serie dd {
    margin-left: 11em;
    padding: 1px;
    margin-bottom: 10px;
}
#seconda-serie dd p {
    margin-top: 0px;
    margin-bottom: 10px;
}


#seconda-serie .internal-dl dt {
    float: none;
    clear: none;
    text-align: left;
    width: auto;
}

#seconda-serie .internal-dl dd {
    margin-left: 2ex;
}


#aktuelles dl {
    border: 3px solid #2A6EBB;
    background-color: #2A6EBB;
}

#aktuelles dt {
    padding: 5px 0.5em;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: right;
    clear: left;
    float: left;
    width: 9.5em;
}
#aktuelles dd {
    font-weight: bold;
    margin-left: 10.5em;
    padding: 5px 0.5em;
    color: #2A6EBB;
    background: #FFFFFF;
}
#aktuelles dd p {
    color: black;
    font-weight: normal;
    margin: 0;
}
#aktuelles dd a {
    color: #2A6EBB;
}
#aktuelles dd a:visited {
    color: #2A6EBB;
}



ul.no-bullets {
    list-style-type: none;
    padding: 0;
}








.list td {
  padding:6px; 
  border:solid 1px #2A6EBB;
  text-align: center;
}
#users th {
    background-color: #2A6EBB;
    color: #fff;
    border: solid 1px #2A6EBB;
    padding: 6px;
}

.list td.nummer {
  width: 130px;
}
.list td.group {
    width: 260px;
}

input {
  border:solid 1px #ccc;
  border-radius: 0px;
  padding:2px 5px;
  margin-bottom:10px;
  width: 130px;
  height: 24px;
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.sort {
    cursor: pointer; cursor: hand;
}
.sorta {
  padding:0px 30px;
  border-radius: 0px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #2A6EBB;
  height:30px;
}
.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
}
.sort:after {
  display:inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:4px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-4px;
  right:-5px;
}

td.col1 {
    min-width: 60px;
}
td.col2 {
    min-width: 60px;
}
td.col3 {
    min-width: 60px;
}
td.col4 {
    min-width: 120px;
}
dd table {
    margin-left: auto;
    margin-right: auto;
}
li {
    padding-bottom: 3pt;
}
