﻿.tbl 
{
    border-collapse:collapse;
    background-color:White;
}

.tbl td 
{
    border: solid 1px #cab347;
}

.tbl td.header 
{
    background-color:#efde8d;
    color:#666666;
}

.tbl td.total 
{
    background-color:#f8f1d2;
    font-weight:bold;
}

.tbl td.zwischen 
{
    background-color:#f8f1d2;
}


.tbl td.mwst 
{
    background-color:#fcec9e;
    color:#666666;
}


.tbl2 
{
    border-collapse:collapse;
    background-color:#f5f3eb;
}

.tbl2 td 
{
    border: solid 1px #cab347;
    width:33%;
	padding: 10px;
}


.table-hours th {
	font-weight: 700;
}

.table-hours {
	border-collapse: collapse;	
}

.table-hours th,
.table-hours td {
	padding: 5px 8px;
	border: 1px solid #000000;
	border-collapse: collapse;
	white-space: nowrap;
}

.table-hours td:last-child {
	white-space: normal;
}