table.admin-plan-table { 
    background-color: #dce2f2 
}

td.plan-title { 
    color: #000000; 
    font-size: 17px; 
    font-family: arial 
}

td.plan-table { 
    font-size: 11px; 
    font-family: arial; 
   /* background-color: #ededed; */
	height: 20px;
}

td.plan-year { 
    font-size: 11px; 
    font-family: arial; 
	height: 20px;
}

td.admin-plan-month {
    font-weight: bold; 
    font-size: 11px; 
    font-family: arial; 
    background-color: #ffffff
}

td.admin-plan-frist-column {
    font-weight: bold; 
    font-size: 11px; 
    font-family: arial; 
    background-color: #ffffff; 
    text-align: center
}

td.admin-plan-second-column { 
    font-weight: bold; 
    font-size: 11px; 
    font-family: arial; 
    background-color: #def2ff; 
    text-align: center 
}

td.not-a-day {
    background-color: #666666
}

td.free { 
    background-color: #9bca8e 
}

td.occupied {
    background-color: #ce5858
}

td.arrival {
    background-image: url(anreise.gif);
    background-color: #00CC00
}
td.departure {
    background-image: url(abreise.gif);
    background-color: #00CC00
}
body {
	margin: 0;
}
td.month {
    position: sticky;
    background: white;
    width: 55px;
    left: -1px;
}
div.table-content {
	overflow: scroll;
}
a.yearlink {
	text-decoration: none;
    color: #ffb800 !important;
    font-weight: 600;
}