﻿   .TabelleStandard {
   
    text-align: left;
    font-size: 10pt;
    border-collapse:collapse;   
     border:1px #CBCBDB solid;
     border-bottom:0;
     margin-bottom:30px;
}
.TabelleStandard caption{   
    font-size: 12pt;  
    padding: 5px;  
    text-align:left;
    font-weight:bold;
    border:1px #CBCBDB solid;
    border-bottom:0;
      background-color:#EBEBF1

}

  
    .TabelleStandard tr {
        display: table-row;
        border: none;
        padding-bottom: 0;
    }
    .TabelleStandard tr.Kopfzeile{
	 background-color:#F1F1F5;font-weight:bold;  display: table-row;

	}

    .TabelleStandard th, .TabelleStandard td {
        padding: 3px 10px;
        float: none;
        display: table-cell;
        width: auto;       
        border:1px #CBCBDB solid
    } 
   
  
    .TabelleStandard td:first-of-type {
        color: inherit;
        background: none;
        padding-left:0;
      
    }
    .TabelleStandard td:before{
        content: '';
    }
          
    .TabelleStandard.downloadborder0{
	max-width:430px
}
   .TabelleStandard.downloadborder0 ,	.downloadborder0 th, .downloadborder0 td{
         border:0px;
        
	}
	.downloadborder0 td:nth-of-type(2){
	padding-left:0; max-width:250px
}
  .downloadborder0 td{
	 vertical-align:top; padding-bottom:6px;
}   
.TabelleStandard tr.tabelleSub{
	display:none; border-bottom:0px
}
.TabelleStandard tr.tabelleSub td{
	font-size:13px; font-weight:bold; vertical-align:top
}

.tabelleSub td:first-of-type{
	padding-left:40px;
	background:url('/images/pfeilp.png') 28px 6px  no-repeat
}
.tabelleSub td:nth-of-type(2){
	padding-left:10px;
	
}


   .TabelleStandard td.Right, .TabelleStandard th.Right{
	text-align:right
	}
	.TabelleStandard td.Center, .TabelleStandard th.Center{
	text-align:center
	}
	.TabelleStandard td.Left, .TabelleStandard th.Left{
	text-align:left
	}

