body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "verdana", "arial";
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    /* background: transparent; flate.png*/
    background-color: #686151;
    /* background: #b1c281 url('../img/flate.png') 100% repeat; */
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

.container, .navbar-fixed-top .container {
    width: 980px;
    max-width: 980px;
    z-index: 2;
}
.clearfix {
    *zoom: 1;
}
#topBtn {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 1;
}
#topBtnIn {
    margin-top: -40px;
    margin-left: 4px;
}
.getBottom {
    padding-top: 4px;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 0;
    width: 100%;
}

.colorRedA { color: crimson; }
.colorWhite, .navbar-inverse .nav>li>a.colorWhite { color: #fff }

.bgColorA { background-color: #d8edfb !important; } /* leicht blau */
.bgColorB { background-color: #EDE3FC !important; } /* leicht violet #c6a3f6 */

.floatLeft { float: left; }
.floatRight { float: right; }

#relative, .relative { position: relative; }
#absolute, .absolute { position: absolute; }

.displayNone { display: none; }
.displayBlock, .testboxMobile { display: block; }

.bold, .fett { font-weight: bold; }
.font12px { font-size: 12px; }
.font14px { font-size: 14px; }
.font16px { font-size: 16px; }
.font18px { font-size: 18px; }
.font20px { font-size: 20px; }
.font22px { font-size: 22px; }
.font24px { font-size: 24px; }

.nowrap { white-space: nowrap; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.w100 { width: 100%; }
.w250px { width: 250px; }
.w252px { width: 252px; }
.w420px, input.w420px, select.w420px, textarea.w420px { width: 420px; }
.w500px, input.w500px, select.w500px, textarea.w500px { width: 500px; }
.w730px, input.w730px, select.w730px, textarea.w730px { width: 730px; }
.wAuto { width: auto; }
.h100 { height: 100%; }
.h100px, input.h100px, select.h100px, textarea.h100px { height: 100px; }
.hAuto { height: auto; }


.mAuto, a.mAuto { margin: 0 auto; }
.mTop0, a.mTop0 { margin-top: 0px; }
.mTop1 { margin-top: 1px; }
.mTop2 { margin-top: 2px; }
.mTop3 { margin-top: 3px; }
.mTop4 { margin-top: 4px; }
.mTop15 { margin-top: 15px; }
.mTop25 { margin-top: 25px; }

.mBottom15 { margin-bottom: 15px; }
.mBottom25 { margin-bottom: 25px; }

.mLeft7 { margin-left: 7px; }
.mLeft14 { margin-left: 14px; }

.mRight7 { margin-right: 7px; }
.mRight14 { margin-right: 14px; }

.borderTop1 { border-top: 1px solid white;}

.contentMainBox {
    padding-top: 56px;
    z-index: 2;
}
.contentHead, .contentHeadSlim {
    background-color: #fff; /* b1c281 3498db */
    border: 3px solid #f5f5f5;
    border-bottom: 0;
    padding: 8px;
    text-align: center;
}
.contentHeadSlim h2 { margin: 0; font-size: 16px; line-height: 20px; }
.contentBox {
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid #f5f5f5;
    padding: 22px 10px;
}
.footer {
    margin: 20px 0;
    text-align: center;
}
.infoBoxA {
    font-size: 12px;
    margin: 0; margin-top: -16px; margin-bottom: 16px;
}



/*	--------------------------------------------------
	form inkl. form > ul > li START
	-------------------------------------------------- */

form li {
    overflow: hidden;
    border-style: none;
    outline-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
}
form li {
    margin-top: 11px;
    margin-bottom: 11px;
}
form label {
    display: inline-block;
    padding-top: 6px;
    vertical-align: top;
    width: 170px;
    border-bottom: 1px dotted grey;
    font-size: 0.94em;
    cursor: auto;
}
form label.land {
    display: inline-block;
    padding-top: 6px;
    vertical-align: top;
    width: 50px;
    border-bottom: 1px dotted grey;
    font-size: 0.94em;
    cursor: auto;
}
form .inFormHead, form .inFormHeadDown {
    margin-left: 172px;
    padding-bottom: 10px;
    font-weight: bold;
}
select {
    margin-left: -6px;
}
select.priority {
    width: 70px;
    margin-left: 4px;
}
ul.katUl, ul.katUl li {
    margin: 0;
    overflow: inherit;
    list-style-type: none;
}
ul.katUl > li {
       border-bottom: 1px solid #fff;
       padding: 4px 0;
   }
ul.katUl > li.otherBG {
  background-color: #def2ff;
}
ul.katUl > li.yellowBG {
    background-color: #def2ff;
}
ul.katUl > li.greenBG {
    background-color: #feffea; /* #aaf6a3; */
}
ul.inKatUl, ul.katUl {
    padding: 0;
}
ul.inKatUl {
    margin: 0 0 0 12px;
}
ul.inKatUl .dataBox {
    margin-left: 10px;
}
ul.inKatUl input, ul.inKatUl select {
    margin-bottom: 4px;
    margin-top: 4px;
}

/*	--------------------------------------------------
	form inkl. form > ul > li ENDE
	-------------------------------------------------- */

.text-error {
    background-color: rgba(255,0,255,0.3);
    margin-bottom: 20px;
    padding: 4px 12px;
}

ul.main, ul.lp, ul.lpForm {	list-style-type: none;}
ul.ulSpezialA { margin-left: 0px; }


.delThisLi {
    background-color: #fff;
    margin: 3px 0;
}
.katText {
    min-width: 250px;
    width: 250px;
    line-height: 26px;
    padding: 0 8px;
}
.delKat img, img.minImg {
    width: 26px;
}
.border0, ul.katUl > li.border0 { border: none;}
.smokeWbg { padding: 10px 0; }

#transfer a, #transfer a:hover, #transfer a:visited {
    color: #007dbc;
}
#transfer h2 {
    font-size: 26px;
    line-height: 20px;
}
#transfer h2 span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
#transfer .msgTransfer {
    margin-top: -10px;
}
.showOnFTP, .showOnApi {display: none;}
.ftp > .showOnFTP, .api > .showOnApi {display: block;}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fafafa;
}