body, html {
   background-color: #990000;
   margin: 0;
   padding: 0;
   height: 100%;
}
body {
   overflow: auto;
}

a, a:link {
   color: #996;
}

a:hover, a:visited {
   color: #fb8000;
}

pre {
   background-color: #fdd;
   color: #633;
   padding: 1em;
}

.pull-left {
   float: left;
}

.pull-right {
   float: right;
}



.equalize {
   position: relative;
   min-width: 768px;
   height: 101%;
}

.equalize > .main_logo {
   position: absolute;
   width: 82px;
   height: 80px;
   top: 10px;
   left: 10px;
   background: transparent url("/assets/img/cura_white_bg.png") no-repeat scroll top left;
   z-index: 9;
}

.equalize > .main_logo_right {
   right: 10px;
   background: transparent url("/assets/img/cura_red_bg.png") no-repeat scroll top left;
   left: auto;
}


.channel {
   padding-top: 60px;
   float: left;
   width: auto;
   min-height: 101%;
}
.channel-right {
   background-color: #F8EBE3;;
}

body .rubriken {
   position:static;
   margin-top: -70px;
}
.rubriken-left {
   float: right;
   width: 180px;
   height:auto;
   text-align:right;
}
.rubriken-right {
   float: left;
   width: 130px;
   text-align:left;
   overflow: visible;
}
.mainheader_pic > img {
   height: 40px !important;
   width: auto;
}

.bull-column {
   width:10px;
   vertical-align:bottom;
}
.bull-column-left {
   text-align:left;
   color:#FFF;
}
.bull-column-right {
   text-align:right;
   color:#900;
}

.content {
   position:relative;
   float: left;
   padding: 45px 0 50px;
   overflow: hidden;
/*   top:100px;
   left:200px; */
/*   width:600px; */
}
.content-right {
   padding-right: 10px;
}
.content-left {
   padding-left: 10px;
   float: right;
}
.rub_content {
   margin-bottom: 20px;
}

.startslider {
   float: right;
   width: 50%;
   margin-left: 10px;
}



/*
th, td {
   padding: 2px 4px;
}
*/

.btdsgn .normal_buttonRight {
   margin-left: 10px;
}
.btdsgn .mainheaderPIC_right {
   margin-left: 5px;
}

.btdsgn .normal_button {
   margin-right: 10px;
}
.btdsgn .mainheaderPIC_left {
   margin-right: 5px;
}

.startslider {
   display: none;
   margin-bottom: 1em;
}

.backjumper .backjumper > .ui-righticon,
.backjumper .backjumper > i {
   line-height: 12px;
   height: 12px;
}

.ui-righticon {
   display: inline-block;
}

.brdcrmb {
   margin-bottom: 20px;
   position: relative;
   top: -4px;
}

.table-condensed>tbody>tr>.checkbox-cell {
   padding: 5px 0;
}