body,html{
    padding: 0px;
    margin: 0px;
    background:white; 
    font-size: 11pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana;    
    color: #2b2b3e;
}

img{
    border: none;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

#content_space_open{  
    padding: 0;
    margin: 0;
    min-height: 220px;
    border: none;   
    text-align: justify;  
    background: white;   
}

div.include {
    margin:0 auto;
    width:95%
}
h2.h2_center {
    text-align:center;
    margin-top: 0;
    padding-top: 20px;
}

div.textcontent{
    background-color:#f8f9fa;
    padding:10px;
    border: none;    
    margin-bottom: 10px;
    line-height: 1.4;
    box-shadow:3px 3px 4px #666;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.onelinetxt {
    max-width: 900px;
    padding: 10px 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}

div.left {    
    float: left;
    width: 50%;
    padding-right: 20px;
}
div.right {    
    overflow: hidden;
    padding-left: 20px;
}

.line_bottom{
    border-bottom: 1px solid black;
}
.line_top{
    border-top: 1px solid black;
}

.bilanz th.rotate {
    -moz-transform: rotate(-90deg);  /* FF3.5+ */
    -o-transform: rotate(-90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
    /* IE9 */
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 50% 50%;
    /* This should work for IE10 and other modern browsers that do not need vendor prefixes */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
    vertical-align: middle;
    padding: 40px 0;   
}

.bilanz td,th.fixedw100 {
    width:50px;
}

.bilanz  th {
  padding: 5px;
  text-align: center;
  border: solid 1px #999;
  font-weight: normal;
}

.bilanz td, th {
  padding: 5px;
  text-align: left;
  border: solid 1px #999;
  font-weight: normal;
}

td.bilanz_number{
    text-align: right;
}

td.bilanz_bold{
    font-weight: bold;
}

div.desc {
    font-weight: bold;
    font-style: italic;
    font-size: 90%;
    text-align: left;
    margin-top:5px;
}