* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; font-family:arial,verdana,sans-serif; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
/*a[href]:after { content: " (" attr(href) ")"; }*/
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 0.063em solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }

.no-print { display: none; }

#content-column { margin-left: 0; width: 100%; }
#shadow-bottom { display: none; }
#breadcrumb { display: none; }
#main { padding: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

/* --------------------------------------------------------------------------
 Styles für Kalender-übersicht*/

#kalbereich {
  float: left;
  width: 100%
}

#linklist {
  padding: 0em;
  line-height: 1.5em;
}

#linklist ul {
  margin: 0em;
  padding: 0em;
}

#linklist li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 5px 2px 0px;
}

#linklist a:hover {
  text-decoration: underline;
}

#linklist a:link, #linklist a:visited {
  margin: 0em 0.8em 0em 0em;
  padding: 0em;
  font-weight: bold;
  text-align: center;
  /*text-decoration: none;*/
  width: 10em;
  
}

#kaltermine {
  float: left;
  margin-left: 3px;
/*  margin-right: 3px;*/
  width: 15%;
}

.kalplan {
  width: 100%
}

.kalplan p{
  font-weight: bold; 
/*  margin-top:0px;*/
  margin-bottom:0px;
  text-align: center;
  font-size:0.5em;
/*  height:2.0em;  */
}

.kalplan img {
  margin-left: 5px;
}
  
.kalplan table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0px 2px;
}

.kalplan tr {
  text-align: center;
}

.kalplan td {
  width: 100%;
/*  height: 15px;*/
/*  padding-left: 3px;*/
  font-size:0.60em;
  text-align: center;
}

.kalplan td.ungerade {
  /*color: #000000;*/
  background-color: #FFD9BF;
}

.kalplan td.gerade {
  /*color: #000000;*/
  background-color:#FFFFFF;
}

.kalkopfbold{
  font-weight: bold;
}

.kalkopf{
  background-color:#FFFFFF;
  vertical-align: TOP;
}

table.kalkopf {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0px 2px;
/*  background: #FFFFFF;
  border: 0px #FFFFFF;
  margin-bottom: 4px;*/
}

.kalkopf td{
  font-size:0.9em;
}

.kalkopf td.td-0 {
  width: 30%;
}

.kalkopf td.td-1 {
  width: 70%;
}

.kalkopf .td-1 select{
  background-color: #FFD9BF;
/*  background-color: #E5E5E5;*/
  width: 80%;
}

.kalkopf .td-1 input{
  background-color: #FFD9BF;
  width: 38%;
}

.kalkopfclr {
  clear: both;
}

.precedingline {
  margin-top: 15px;
}

.succedingline {
  margin-bottom: 15px;
}


