body {
}

a {
}
a:hover {
}
  a.infobox { /*border-bottom: 1px dashed #c30;*/ text-decoration:none; }
  a.infobox:hover { color:#c30; background:yellow; }
  a.infobox span { visibility:hidden; position:absolute; left:-99em;
    margin-top:1.5em; padding:1em; text-decoration:none; }
  a.infobox:hover span, a.infobox:focus span, a.infobox:active span {
    visibility:visible; left:1em; margin-top:30px; position: absolute;
    font-size: 7pt; line-height: 10pt; border:1px solid #c30; color:blue; background:yellow; }

  a.link { /*border-bottom: 1px dashed #c30;*/ text-decoration:none; }

.calender {
    width:168px;
    border:1px solid black;
    margin-left:20px;
}
* html .calender,
* + html .calender {
    width:282px;
}
.calender div.after,
.calender div.before{
    color:silver;
}
.day {
    float:left;
    width:24px;
    height:18px;
    line-height: 20px;
    text-align: center;
    font-size: 10pt;
    /*border:1px solid black;*/

}
.day.headline {
    background:silver;
    
}
.day.current {
    font-weight:bold;
}
.day.gesperrt {
    font-weight:bold;
    color: red;
}
.day.gesperrt a {
    font-weight:bold;
    color: red;
}

.day.belegt {
    font-weight:bold;
    font-style:italic;
    color: red;
}
.day.belegt a {
    font-weight:bold;
    font-style:italic;
    color: red;
}


.day.obst {
    font-weight:bold;
    color: blue;
}
.day.obst a {
    font-weight:bold;
    color: blue;
}
/*
.day.obst span {
	display: none;
}
.day.obst a:hover span {
	display: block;
	position: absolute;
	background: #444;
	color: #fafafa;
	border: 1px solid #444;
	padding: 5px;
	margin-top:-50px;
}
*/

.day.active {
    font-weight:bold;
     background: #008000;
}
.day.active a {
    font-weight:bold;
    color: #fff;
}


.day.training, .day.training a {
    font-weight:bold;
    color: #fff;
    background: blue;
}
.day.trainingabgesagt, .day.trainingabgesagt a {
    font-weight:bold;
    color: #fff;
    background: red;
}
.day.einzel, .day.einzel a {
    font-weight:bold;
    color: #fff;
    background: yellow;
}
.day a {
font-size: 10pt!important;
color: #008000;
}
/*
.clear {
    clear:left;
}
*/
.pagination {
    text-align: center;
    height:20px;
    line-height:20px;
    font-size: 10pt;
    font-weight: bold;
    background: #008000;
}
.pagination a {
    width:20px;
    height:20px;
    font-size:10pt!important;
    color: #fff;
    text-decoration: none;
}

.pagination span {
    font-size:10pt!important;
    color: #fff;
    text-decoration: none;
}
.fuss {
    text-align: center;
    height:20px;
    line-height:20px;
    font-size: 10pt;
    font-weight: bold;
    background: #008000;
    color: #fff;
}
