#logo {
  /*position:absolute;
  right:0;
  bottom:0;*/
  float:left;
  display:none;
  border-left:1px solid grey;
  border-top:1px solid grey;
  z-index:1000;
}

/* Website */
#Website {
  margin:0 auto;
  /*width:60%;*/
  max-width:980px;
  font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
  font-size:0.8em;
  line-height:1.0em;
  text-align:left;
  
}

/*
#stc_today {
  margin:0 auto;
  width:100%;
  max-width:980px;
  line-height:1.0em;
  text-align:left;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  text-align:left;
}*/



#NAV {
  min-height:75px;
  border:1px solid lightgrey;
  margin:0;
  padding:0;
  line-height:1.2em;
  font-size:0.9em;
  /*background:url('./../pics/kalender01.png') no-repeat right;*/
}
#DATA {
  min-height:42px;
  text-align:left;
}
#filtertable {
  width:100%;
  border-collapse:collapse;
}
#filtertable td {
  padding:5px;
  vertical-align:top;
}

#tt {
  width:100%;
  border-collapse:collapse;
}
#tt tr {
  width:100%;
}

#tt td {
  height:2.75em;
  vertical-align:middle;
  border:1px solid lightgrey;
  padding:0 5px 0 25px;
  
  
}
#STC_logo {
  margin-right:0;
  padding-right:0;
}
.bold {
  font-weight:700;
}
.small {
  font-size:80%;
  font-weight:700;
}
.red {
  color:#CC0000;
}
.grey {
  color:#888;
}
.green {
  color:#0A0;
}
.center {
  text-align:center;
}
.divider {
  /*background:url(./../pics/divider01.png) repeat-x;*/
}
.bigger {
  font-size:120%;
}
/*Filter: Jahre*/
.filter_year_entry {
  text-decoration:none;
  color:black;
  font-weight:700;
  padding:1px 3px;
}
.filter_year_entry:hover{
  text-decoration:underline;
}
/*Filter: Monate*/
.filter_month_entry {
  text-decoration:none;
  color:black;
  font-weight:700;
  padding:1px 3px;
}
.filter_month_entry:hover{
  text-decoration:underline;
}
/*Filter: SAT*/
.filter_sat_entry {
  text-decoration:none;
  color:black;
  font-weight:700;
  padding:1px 3px;
}
.filter_sat_entry:hover{
  text-decoration:underline;
}

/*Filter: Klassen*/
.filter_class_entry {
  text-decoration:none;
  color:black;
  font-weight:700;
  padding:1px 3px;
}
.filter_class_entry:hover{
  text-decoration:underline;
}
.terminlist_new_kw {
  color:#888888;
  background-color:#F5F5F5;
  font-size:110%;
}

.header_stc_logo {
  background-image: url(./../pics/kalender01.png);
  background-repeat:no-repeat;
  background-position:right top;
  background-size:contain;
}

/* Kategorie- Farben */
.kat {
  width:15px;
  border:1px solid #808080;
  vertical-align:middle;
}
.k1 {
  background-color:#92cddc;
}  
.k2 {
  background-color:#c2d69b;
}
.k3 {
  background-color:#943634;
}
.k4 {
  background-color:#fabf8f;
}
.k5 {
  background-color:#808080;
}
