/* ######################################################################################################
** ### BASIS LAYOUT ##########################################################
** ######################################################################################################
*/

body {
    background: #DCDCDC url(../../../img/yaml-layout/background.jpg) repeat-x top left;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
}

h3 {
    font-size: 1.2em;
    color: #CC1C26;
    padding-top: 10px;
    padding-bottom: 4px !important;
}

strong {
    font-weight: bold;
}

#header {
    background: none;
    height: 32px;
    background-position: right;
    background: url(../../../img/header-bg.png);
}

#container {
    border-bottom: 1px solid #a9bfd3;
}

.logo-container {
    padding: 2px 10px;

}

.logos {
    height: 28px;
    margin-right: 10px;
}

#content {
    padding: 10px;
    /*	padding:0px;*/
}

#footer {
    background: none;
    padding-top: 0px;
    text-align: right;
    border: none;

}

div.box {
    background: #fff url(../../../img/yaml-layout/box_bg_grey.jpg) repeat-x left top;
    margin: 0px;
    padding: 1px;
    border: 1px solid #D7D6D2;
    margin-bottom: 10px;
}

div.box-border {
    border: 3px solid #fff;
    padding: 12px;
}

/* ######################################################################################################
** ### FORM ##########################################################
** ######################################################################################################
*/

a {
    text-decoration: none;
    color: #05216a;
}

a:hover {
    text-decoration: underline;
    color: #cc1c26;
}

.labelnormal {
    float: left;
    height: 15px !important;
    height: 20px;
    margin-right: 5px;
    padding: 5px 10px 0 0;
    text-align: right;
    white-space: nowrap;
    width: 130px;
    font-weight: 700;
}

.labelnormal.required1 {
    background: url(../../../img/icons/bg_required_7x7.gif) no-repeat right;
    color: #000;
    font-weight: 700;
}

.formrow {
    clear: both;
    padding-bottom: 3px;
    padding-top: 3px;
}

/* ######################################################################################################
** ### INPUT ##########################################################
** ######################################################################################################
*/

.submit input {
    background-color: #E9E9E9;
    color: #cc1c26;
    font-weight: bold;
    line-height: 160%;
    padding: 0;
    border: 1px solid #ccc;
    width: auto;
    padding: 5px;
}

.submit div {
    line-height: 200%;
    margin-top: 10px;
}

.button {
    background: #A8D238 no-repeat 4px 3px;
    color: #333;
    border-color: #666;
    font-weight: bold;
    padding-left: 20px;
}

.buttonLogin {
    background-image: url('../../../img/sanscons_16/lock.gif');
}

/*
.buttonSave{
	background-image:url('../../../img/sanscons_16/save.gif');
} */

.buttonSend {
    background-image: url('../../../img/sanscons_16/mail.gif');
}

.buttonUpload {
    background-image: url('../../../img/sanscons_16/upload.gif');
}

.buttonDownload {
    background-image: url('../../../img/sanscons_16/download.gif');
}

.moretext {
    width: 250px;
}

.lesstext {
    width: 100px;
}

.checkbox {
    width: auto;
    background: none;
    border: none;
}

/* ######################################################################################################
** ### ERROR ##########################################################
** ######################################################################################################
*/
.fieldError {
    border: 1px solid #BA2736;
}

.formError {
    background: url('../../../img/yaml-layout/error.gif') no-repeat 10px 5px;

    clear: both;
    color: #CC0000;
    font-weight: bold;
    margin-left: 125px !important;
    margin-left: 128px;
    line-height: 200%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-top: 1px;

}

.tableWithLine td {
    padding: 2px;
}

.tableLine {
    background: #fff;

}

form.inplaceeditor-form {
    /* The form */
}

form.inplaceeditor-form input[type="text"] {
    /* Input box */
    display: block;

}

form.inplaceeditor-form textarea {
    /* Textarea, if multiple columns */
}

form.inplaceeditor-form input[type="submit"] {
    display: block;
    float: left;
}

form.inplaceeditor-form a {
    /* The cancel link */
    cursor: pointer;
}

.editor_field {
    float: left;
}

.editor_ok_button {
    border: none;
    background: none;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    margin-top: 3px;
    background: url('../../../img/sanscons_16/save.gif') no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    cursor: pointer;

    background-color: #6A6A6A;

}

.editor_cancel {
    border: none;
    background: none;
    margin: 0px;
    margin-left: 5px;
    margin-top: 3px;
    padding: 0px;
    background: url('../../../img/sanscons_16/close.gif') no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    background-color: #FF0000;
}

.editor_cancel:hover {
    background-color: #FF0000;
}

.sortable {
    border-collapse: separate;
    border-spacing: 2px 2px;
    width: 100%;

}

.sortable td {
    padding: 5px 15px 5px 5px;
}

.sortable th {
    /* padding: 3px 15px 3px 5px;*/
    font-weight: bold;

}

.sortable th.sort {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.sortable th a {
    border-top: 2px solid #38BAD2;
    display: block;
    height: 16px;
    background: #A8D238;
    color: #333;
    padding: 5px 15px 3px 5px;
}

.sortable th a.sortkey, .sortable th a.sortkey:hover {
    border-top: 2px solid #FFD60E;
    padding-left: 16px;
}

.sortable th a:hover {
    border-top: 2px solid #FFD60E;
    text-decoration: none;
}

.sortable th .asc {
    background: url(/img/sanscons_16/arrow2_n.gif) no-repeat left center;
}

.sortable th .desc {
    background: url(/img/sanscons_16/arrow2_s.gif) no-repeat left center;
}

.sortable thead th, table tfoot th {
    background-color: #38BAD2;
    color: #fff
}

.sortable tr.altrow {
    background-color: #E2E2E2;
}

.sortable .aktionen {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

.sortable .aktionen img {
    margin-left: 3px;
}

.sortable th.aktionen {
    background-color: #E0E0E0;
    color: #000;
    font-weight: bold;
}

#paging {
    background: #fff;
    height: 25px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 10px;

}

#paging span {
    float: left;
    text-align: center;
}

#paging .spacer {
    width: 20px;
    height: 5px;
    margin: 2px;
    padding-top: 4px;
    font-weight: bold;
}

#paging .page a, #paging .currentpage a {
    width: 16px;
    height: 15px;
    padding-top: 1px;
    margin: 2px;
    display: block;
    background-image: url(/img/sanscons_16/bg_rounded.gif);
    background-color: #A8D238;
    color: #000;
}

#paging .currentpage a {
    background-color: #38BAD2;
    color: #fff;
}

img.clearbits {
    background-image: url(/img/sanscons_16/bg_rounded.gif);
    background-color: #A8D238;
    margin: 2px;
}

img.red {
    background-image: url(/img/sanscons_16/bg_rounded.gif);
    background-color: #FF0000;
    margin: 2px;
}

img.grey {
    background-image: url(/img/sanscons_16/bg_rounded.gif);
    background-color: #6A6A6A;
    margin: 2px;
}

#dienstplanrahmen {
    width: 100%;
}

#dienstplan {
    background-color: #fff;
}

#dienstplan td {
    border: 1px solid #666666;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    text-align: center;

}

#dienstplan .selected, #dienstplan .edit {
    background-color: #CCCCCC;
    height: 16px;
}

#dienstplan .edit {
    height: 16px;
    background-color: #ccc;
}

#dienstplan .editname {
    text-align: left;

    white-space: nowrap;
}

#dienstplan td div {
    padding: 2px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    width: auto;
    height: auto;
}

#dienstplan #update_cell {

    border: none;
    background: #ccc;
    text-align: center;
    margin: 0px;
    height: 14px;
    width: 100%;
    padding: 0px;
    margin-top: 2px;
}

#dienstplan .we {
    background-color: #C2DFEF;
}

table.colorPicker {
    position: absolute;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    width: auto;
}

table.colorPicker td {
    width: 15px;
    height: 15px;
    border: solid 1px #000000;
}

.login {
    width: 400px;
}

#mesBox {
    height: 80px;
    background: url(../../../img/sitedesign/left-top-corner-box.jpg) #fff no-repeat;
    padding-left: 10px;
    padding-top: 5px;
}

h1 {
    color: #666;
    font-size: 150%;
    margin-bottom: 2px;
}

.paging div {
    float: left;
}

.paging {
    clear: both;
}

.floatleft {
    float: left;
}

p {
    line-height: 1.8em
}

.button {
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    color: #CC1C26;
    font-weight: bold;
    line-height: 160%;
    padding: 5px;
    width: auto;
}

.input input {
    width: 305px;
    padding: 2px;

}

textarea {
    width: 450px;
    padding: 2px;
    height: 65px;
}

.input, .checkbox {
    padding-bottom: 3px;
    clear: left;
    overflow: hidden;

}

.checkbox input {
    width: auto;
    float: left;
    margin: 5px 5px 5px 0px;
}

.checkbox label {
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    float: none;
    width: auto;
    padding-top: 2px;
}

select {
    width: 312px;
    padding: 2px;
}

.time select {
    width: 154px;
}

label {
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    float: left;
    width: 13em;
    padding-top: 3px;
}

.red-line {
    background: url("../../img/css/red-line.png");
    height: 24px;
    margin-bottom: 10px;
}

.submit {
    margin-top: 10px;
    margin-left: 13em;
}

.submit input {
    padding: 2px;
}

td.actions {
    white-space: nowrap;
}

td.actions a {
    padding-right: 5px;
}

.sortable th {
    white-space: nowrap;
}

.paging {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #666666;

}

.paging div {
    float: left;
    padding-right: 10px;
    margin-top: 4px;

}

.paging .disabled {
    color: #DFDFDF;
    float: left;
}

.paging div div {

    margin-top: 0px;

}

.paging .input {
    float: left;
    color: #CC0000

}

.paging select {
    width: 60px;

}

.paging a {

    padding-left: 5px;
    padding-right: 5px;
    width: 25px;

}

.paging {
    clear: both;
    padding-left: 15px;
}

.sortable, .sortable table {
    border-collapse: collapse;
    border-spacing: 0px 0px;
    width: 100%;

}

.sortable td {
    padding: 0px;
}

.sortable th {
    /* padding: 3px 15px 3px 5px;*/
    font-weight: bold;
    background: #E5E2E2; /*#cc1c26*/
    border-right: 1px solid #e5e2e2;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.sortable th.sort {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.sortable th a, .thborder {
    border-top: 2px solid #888;
    padding: 4px 4px 4px 8px;
    display: block;
    height: 16px;
    background: #e5e2e2;
    color: #333;
}

.sortable th a.sortkey, .sortable th a.sortkey:hover {
    border-top: 2px solid #333;
    padding-left: 16px;
}

.sortable th a:hover {
    border-top: 2px solid #cc1c26;
    text-decoration: none;
}

.sortable th .asc {
    background: url(/img/sanscons_16/arrow2_n.gif) no-repeat left center;
}

.sortable th .desc {
    background: url(/img/sanscons_16/arrow2_s.gif) no-repeat left center;
}

.sortable thead th, table tfoot th {
    background-color: #38BAD2;
    color: #fff
}

.sortable td {
    border-right: 1px solid #e5e2e2;
    border-bottom: 1px solid #e5e2e2;
    background: #fff;
    padding: 4px 4px 4px 8px;
    color: #333;
}

.sortable tr.altrow td {
    background: #eeecec;
    color: #333;

}

.sortable .aktionen {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    padding: 4px 4px 4px 8px;
}

.sortable .aktionen img {
    margin-left: 3px;
}

.sortable th.actions {
    background-color: #888;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

#msg-div {
    position: absolute;

    top: 10px;
    width: 250px;
    z-index: 20000;
}

.datetime select, .date select {
    width: auto;
    margin-right: 2px;

}

.textarea label {
    float: none;
}

.foto {
    padding: 10px;
    margin: 10px;
}

.foto-xs {
    padding: 3px;
    margin: 3px;
}

.ampel {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    margin-right:5px;
    text-align: center;
}

.rot {
    background: #ff0000;
    color: #fff;
}

.rot a {
    color: #fff;
}

.rot-text, .error-message {
    color: #ff0000;
}

.gelb {
    background: yellow;

}

.gelb-text {
    color: #e6ac0f;
}

.gruen {
    background: green;
    color: #fff;
}

.gruen a {
    color: #fff;
}


.gruen-text {
    color: green;
}

.sortable strong {
    font-weight: bold !important;
}