body, form {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eee;
}

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
}

.linkschwarz {
    color: #000000;
}

.linkstartbig {
    color: #FFF;
    font-size: 24px;
    text-align: left;
}

h5, h4 {
    font-size: 14px;
    font-weight: bold;
}

.grey {
    color: #999999;
}

.kd {
    color: #999999;
    font-size: 10px;
}

.dropzone_area {
    color: lightsteelblue;
    font-weight: normal;
    font-size: 30px;
    background: #eeeeee;
    border: 3px dashed lightsteelblue;
    margin: 0 auto;
    text-align: center;
    padding: 26px;
    box-sizing: border-box;
    cursor: pointer;

    transition: all ease 0.5s;
}

.dropzone_area:hover {
    font-weight: bold;
}

.dropzone_placeholder {
    width: 100px;
    height: 100px;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background: url("dropzone_placeholder.png") no-repeat;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.dz-preview {
    width: 135px;
    display: inline-block;
}

.dz-details {
    background-color: LightSlateGray;
    padding: 0 7px;
    box-sizing: border-box;
}

.dz-upload {
    min-height: 5px;
    background-color: steelblue;
    display: block;
    box-sizing: border-box;
}

.filemanitem {
    width: 100px;
    height: 100px;
    border: 1px solid #CCCCCC;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background: white no-repeat;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.filelistpreviewimg {
    background: white;
    width: 50px;
    height: 50px;
    border: 1px solid #CCCCCC;
    margin: 2px;
    list-style: none;
    float: left;
    word-wrap: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.filemanlist {
    margin: 0;
    padding: 10px;
    clear: left;
    background-color: #444;
    border: 1px solid #000;
}

ul.filemanlist li.folder {
    background-color: lightgoldenrodyellow;
}

ul.filemanlist li .bottomdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px;

}

.filemanitem.file .bottomdesc {
    display: none;
}

.filemanitem.file:hover .bottomdesc {
    display: block;
}

.filemanlist .ui-selecting {
    outline: 2px white solid;
}

.filemanlist .ui-selected {
    outline: 2px orange solid;
}

.navi0 {
    color: #999999;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.debug {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #FFD08A;
    border: 1px dotted #333333;
    margin: 10px;
    padding: 4px;
    clear: both;
}

#nav {

    MARGIN: 0;
    padding: 0;
    LIST-STYLE-TYPE: none;
    border: 1px solid #000000;
}

#nav UL {

    MARGIN: 0;
    padding: 0;
    LIST-STYLE-TYPE: none;
}

#nav LI {

    DISPLAY: block;

    FONT-WEIGHT: bold;

    padding: 0;
    TEXT-DECORATION: none
}

#nav_left {

    MARGIN: 0;
    padding: 0 0 4px;
    LIST-STYLE-TYPE: none
}

#nav_left UL {

    MARGIN: 0;
    padding: 0 0 4px 10px;
    LIST-STYLE-TYPE: none
}

#nav_left LI {
    DISPLAY: block;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 0;
    PADDING-TOP: 4px;
    TEXT-DECORATION: none
}

.add_pic {
    float: left;
    margin: 1px;
    width: 49%;
    height: 32px;
    position: relative;
    background-color: #EEEEEE;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.add_pic a {
    text-decoration: none;
}

.left-box-head {
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #444444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #444444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #444444 100%); /* IE10+ */
    background: linear-gradient(top, #666666 0%, #444444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444', GradientType=0); /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #444;
    font-size: 14px;
}

.myform div.left-box-head {

    margin-left: -20px;
    margin-right: -20px;
}

.left-box-head-new {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 22px;
    padding: 5px;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 200;
}

div.contentv input[type=button], div.contentv input[type=submit], div.contentv .button,
body.mini input[type=button], body.mini input[type=submit], body.mini .button {
    background-color: orange;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

div.contentv .datatable input[type="button"], div.contentv .datatable input[type="submit"], div.contentv .datatable .button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.left-box {
    background-color: #fff;
    padding: 10px;
}

.light-grey-box {
    background-color: #fff;
    color: #444;
    padding: 10px;
    margin-top: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #aaa;
}

.light-grey-box a {
    color: #444;
}

a {
    color: orange;
}

a:hover {
    color: #F1A24E;
}

.leftside {
    width: 200px;
    float: left;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    margin-left: 20px;
}

.hw {
    background-color: #EEEEEE;
    padding: 10px;
    text-align: center;
}

.hw-error {
    background-color: #cb0000;
    color: #fff;
}

.hw-ok {
    background-color: rgb(166, 244, 98);
    color: #000;
}

.hw-info {
    background-color: #fff887;
    color: #333;
}

.hw-achtung {
    background-color: #ff7438;
    color: #333;
}

.head {
    margin-top: 8px;
}

.head a:hover {
    border-top: 6px solid #F1A24E;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceae6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eceae6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceae6', GradientType=0); /* IE6-9 */

}

.head .aktiv {
    border-top: 6px solid #F1A24E;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eceae6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eceae6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #eceae6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eceae6', GradientType=0); /* IE6-9 */

}

.head a {
    line-height: 40px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border-top: 4px solid #444;
    margin-right: 10px;
    text-decoration: none;
    color: #666;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb', GradientType=0); /* IE6-9 */
}

.datatable {
    border-collapse: collapse;
}

.datatable thead td, .datatable thead th {
    background: #666666;
    background: -moz-linear-gradient(top, #666666 0%, #444444 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #444444 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #444444 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #444444 100%); /* IE10+ */
    background: linear-gradient(top, #666666 0%, #444444 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#444444', GradientType=0); /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #444;
}

.datatable > tbody > tr {
    background: #EEE;
    border: 1px solid #aaa;
}

.datatable tbody tr td {
    border: none !important;
}

.datatable > tbody > tr:nth-child(even) {
    background: #EEE;
}

.datatable > tbody > tr:nth-child(odd) {
    background: #DDD;
}

.datatable tbody td {
    padding: 5px;
}

.datatable {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.datatable > tbody > tr:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;

}

.datatable > tbody > tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #eee;

}

/* Formulare */
.myform {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #aaa;

}

.myform label {
    margin-top: 4px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    float: left;
    line-height: 12px;
    text-align: right;
    width: 180px;
    clear: left;
}

.myform legend {
    background: none repeat scroll 0 0 transparent;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0;
    padding: 0 0.5em;
}

.myform input, select, textarea {
    padding-top: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.myform fieldset {
    border: medium none -moz-use-text-color;
    border-top: 1px solid #666;
    margin: 1em 0;
}

.contentv {
    min-height: 500px;
    margin-left: 240px;
    margin-right: 20px;


}

.pagev {
}

.zahl {
    text-align: right;
    white-space: nowrap;
}

div.leftside div.left-box.bigbuttons {
    padding: 0;

}

div.leftside div.left-box a {
    text-decoration: none;
}

div.leftside div.left-box.bigbuttons a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;

}

div.leftside div.left-box.bigbuttons a:hover {
    background-color: #ddd;
    color: #000;
}

#cms-topbar {
    font-size: 16px;
    background: #444 none repeat scroll 0 0; /* Old browsers */
    color: #fff;
    padding: 5px;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

#cms-topbar a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}

.cms-elemete-liste {
    float: right;
    line-height: 30px;
    padding-right: 10px;

}

.cms-block {
    background-color: #ddd;
    border: 1px #aaaaaa;
    padding: 5px 15px;
    color: #000;
    margin: 4px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;

}

.pagev {
    margin-top: 60px;
}

body.mini {
    background-color: #fff;
}

body.mini .myform {
    box-shadow: none;
    border: none;
}
