body {
	font-family: Tahoma;	
 }

#boxid_out {
    border-radius: 12px;
    background: #7abdff;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px; 
}

#boxid {
    height: 330px;
    box-sizing: border-box;
    overflow: auto;
}

#boxid::-webkit-scrollbar {
    width: 5px;
    height: 3px;  
}

#boxid::-webkit-scrollbar-thumb {
    background: #3399ff;
    border-radius: 30px;  
}

#boxid::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;   
}

body .ueberschrift{
    text-align: center;
	font-family: Tahoma;
    font-size: 20px;
    background-color: #3399ff;
    color: #000;
}

body .time{
    text-align: center;
	font-family: Tahoma;
    font-size: 15px;
    background-color: #0060c0;
    color: #fff;
}

body .titel{
    text-align: center;
	font-family: Tahoma;
    font-size: 15px;
    background-color: #0060c0;
    color: #fff;
}

body .footer{
    text-align: right;
    font-size: 10px;
    background-color: #7abdff;
    color: #fff;
}

table, td  {
    border-top: 5px;
    border-radius: 14px;
    text-align: center;
    background-color: #7abdff;
    font-size: 14px;
    font-weight: bold; 
    color: #fff;   
  }

td {
    background-color: #268ef5;
}
