body, html {
    height: 100%;
}

#desktop-wrapper {
    min-height: 100%;
}
#desktop-wrapper #content {
    padding-bottom: 44px;
}

.container.spacer-top {
    padding-top: 30px;
    border-top: 1px solid #2e2e2e;
}

/** header **/
#header {
    border-top: 6px solid #2e2e2e;   
}
#header .logo {
    display: block;
    padding: 16px 0 12px 0;
}
#header .main-nav ul.nav {
    margin-bottom: 0;
}
#header .main-nav ul li {
    position: relative;
    padding: 0;
}
#header .main-nav ul li a {
    padding: 32px 22px;
    font-size: 18px;
    color: #2e2e2e;
    border-top: 6px solid transparent;
    margin-top: -6px;
}
#header .main-nav ul li:hover a,
#header .main-nav ul li a:hover,
#header .main-nav ul li a.active {
    border-color: #cc4031;
    background: #eeeeee;
}
#header .main-nav ul li a:hover {
    background: #ddd;
}

/* Submenu */
#header .main-nav ul.nav li ul {
    position: absolute;
    left: 0;
    top: 84px;
    min-width: 100%;
    display: none;
    z-index: 999;
}
#header .main-nav ul.nav li.last ul {
    left: auto;
    right: 0;
}
#header .main-nav ul.nav li ul li {
    display: block;
}
#header .main-nav ul.nav li ul li a.active {
    background: #ddd;
}
#header .main-nav ul.nav li ul li:hover {
    border: 0;
    background: none;
}
#header .main-nav ul.nav li ul li a {
    display: block;
    padding: 8px 22px;
    border: 0;
    margin: 0;
    white-space: nowrap;
}
#header .main-nav ul.nav li:hover ul {
    display: block;
} 

/* submenu end */

/** header end **/

/** footer **/
#footer {
    margin-top: -44px;
    padding: 10px 0;
    vertical-align: middle;
    text-align: right;
    background: #2e2e2e;
    color: #fff;
    font-size: 14px;
}
#footer p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
#footer a {
    color: #fff;
}

#footer .nav.inline > li > .seperator {
    background: #fff;
}
/** footer end **/

/** Content Elements  **/
.row-fluid .box {
    padding: 14px 0 28px 0;
}

.hompageRow .box {
    position: relative;
    padding: 24px 0 0 0;
}

.hompageRow.background-0 {

}
.hompageRow.background-1 {
    color: #fff;
    background: #cc4031; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc4031 0%, #cc4031 73%, #b52d1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc4031), color-stop(73%,#cc4031), color-stop(100%,#b52d1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc4031 0%,#cc4031 73%,#b52d1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc4031 0%,#cc4031 73%,#b52d1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc4031 0%,#cc4031 73%,#b52d1f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc4031 0%,#cc4031 73%,#b52d1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4031', endColorstr='#b52d1f',GradientType=0 ); /* IE6-9 */
}
.hompageRow.background-2 {

}
.hompageRow.background-3 {
    color: #fff;
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(top,  #3d3d3d 0%, #2e2e2e 78%, #2e2e2e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(78%,#2e2e2e), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3d3d3d 0%,#2e2e2e 78%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3d3d3d 0%,#2e2e2e 78%,#2e2e2e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3d3d3d 0%,#2e2e2e 78%,#2e2e2e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3d3d3d 0%,#2e2e2e 78%,#2e2e2e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
}
.hompageRow div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}


/* accordion */
.ui-accordion-header {
    cursor: pointer;
    outline: none;
}

.ui-accordion-header-active {
    color: #cc4031;
}

.ui-accordion-header-icon {
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #333333;
    margin-right: 10px;
}

.ui-accordion-header-active .ui-accordion-header-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #cc4031;
}
/* accordion end */

/** Content Elements end **/
/* Buttons */
.btn-primary-big {
    border: 4px solid #3D3D3D;
    color: #3D3D3D;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    margin: 10px 20px 10px 0;
}
.btn-primary-big:hover {
    border-color: #CC4031;
    color: #CC4031;
    text-decoration: none;
}
.background-3 .btn-primary-big,
.background-1 .btn-primary-big {
    border-color: #eee;
    color: #eee;
}
.background-3 .btn-primary-big:hover,
.background-1 .btn-primary-big:hover {
    border-color: #fff;
    color: #fff;
}
/* Buttons end */

.hompageRow div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}

/** formhandler **/
textarea#additionaloptions,
textarea#message {
    width: 606px; 
    height: 108px;
}


.training-form-wrapper {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

table.orkainterface {
    width: 100%;
    text-align: center;
    background: #eee;
    margin-bottom: 20px;
}
table.orkainterface tr td {
    padding: 5px 10px;
    text-align: left;
}

table.orkainterface .row1 .col1 {
    width: 50%;
    background: #ccc;
}


table.orkainterface .radio {
    padding-top: 0;
    margin-bottom: 2px;
}
/** formhandler end **/

/* tj_training */
.training-list .item {
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding: 10px 0;

}
.training-list .item h3 {
    color: #cc4031;
}
.training-list .item .info {
    color: #888;
}
.training-list .item .info span {
    border-right: 1px solid #ddd;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
}
.training-list .item .info span:last-child {
    border-right: 0;
}
/* tj_training end */

/* startseite */
#c2 img,
#c73 img {
    bottom: 0;
    position: absolute;
    right: 0;
}
/* startseite end */