﻿
.TabelleFooter {
    width: 100%;
    text-align: left;
   color:#4E4E4E;
	padding:3px 10px 0px 10px;
		
	font-size:8pt
}

.TabelleFooter tr {
    
    display: block;
    overflow: auto;
    
}


.TabelleFooter td {
    width: 100%;
    float: left;
    display: block;
     padding: 3px 7px 20px 7px;
     vertical-align:top;	
     text-align:left;
     border-bottom:1px #4E4E4E dotted;
     line-height:30px;
     font-size:12pt
     
}
.TabelleFooter p{
	font-size:13pt;
}





@media only screen and (min-width: 590px) {
    .TabelleFooter  {
        
        text-align: center;
        
    }


  .TabelleFooter tr {
        display: table-row;
        border: none;
        padding-bottom: 0;
    }

 .TabelleFooter td {
        padding: 3px 7px;
        float: none;
        display: table-cell;
        width: auto;
         border-right:1px #4E4E4E dotted;
         border-bottom:0;
         line-height:16px;
         font-size:9pt

    }
    .TabelleFooter td:last-child{
	border-right:none
}
.TabelleFooter p{
	font-size:9pt; 
}



   
}
.TabelleFooter p{
	 margin:0 0 8px 0
}

.TabelleFooter  a{
	 text-decoration:none;
	 color:#4E4E4E;
}
.TabelleFooter  a:hover{
	 text-decoration:none;
	 color:#00A9FF;
}

.TabelleFooter p a{
	 text-decoration:none;
	color:#6B6B6B
	
	}
.TabelleFooter p a:hover{
	 text-decoration:none;
	 color:#00A9FF;
}



