
div.tx-jwcalendar-pi1 {
	margin: 0 -0.5em 0em -0.5em 0em;
}

/* {{{ box termine */
div.kalender {
    padding: 0em
    margin: 0em 0em 0.1em 0em;
 /*   margin: 0em 0em 1.1em 0em;*/
    text-align: left;
     border-bottom: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD; /* */
    }
div.kalenderheader {
    background: url(../grfx/all/corner_white_tr.gif) no-repeat top right #bababa;
    text-align: left;
    }
div.kalenderheaderSingle H2{
    font-weight: normal;
    font-size: 2em;
    line-height: 1.3em;
    color: #888888;
    margin-top: -0.8em;
  /*  margin-bottom: 0.7em;   */
}
div.kalenderheaderList {
    font-weight: normal;
 margin-top: -1.2em;
  margin-bottom: -1.0em;  
  margin-left: 1.0em;  
}
div.headerList  {
    font-weight: normal;

}
div.headerList H2{
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.3em;
    color: #888888;
}
div.datumList  {
	font-size: 0.9em;
    color: #005A40;
    font-weight: bold;
}
div.teaserList {
font-size: 0.9em;
    color: #000000;

}
div.teaserList span.kalendermehr a{
font-size: 0.9em;
    color: #000000;
    font-weight: bold;
	text-decoration:none;
}
div.teaserList span.kalendermehr a:link{
font-size: 0.9em;
    color: #000000;
    font-weight: bold;
	text-decoration:none;
}
div.teaserList span.kalendermehr a:hover{
font-size: 0.9em;
    color: #005A40;
    font-weight: bold;
    text-decoration:underline;
}
div.kalenderheaderList H2{
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.3em;
    color: #888888;
}
div.kalenderheader h2 {
    background: url(../grfx/all/corner_white_tl.gif) no-repeat top left;
    font-size: 0.9em;
    font-weight: bold;
    color: #000000;
    margin: 0em;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left;
    }
div.kalenderbody {
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #dddddd;/**/
    padding: 0.5em 1em 0em 1em;
    line-height: 1.4em;
    text-align: left;
    }
div.kalenderbody ul {
    list-style: none;
    padding: 0em 0em 0em 0em;
    margin: 0em;
    text-indent: -2em;
}
div.kalenderbody a {
    text-decoration: none;
}
div.kalenderbody a:link {
     color: #000000;
    text-decoration: none;
}
div.kalenderbody a:hover {
    color: #005A40;
    text-decoration: underline;
}
div.kalenderbody a:visited {
    color: #000000;
    text-decoration: none;
}
div.kalenderfooter {
    position: relative;
   /**/ border-bottom: 0px solid #DDDDDD;
    height: 4px;
    width: 17em;
}
div.kalenderfooter_cbl {
    position: absolute;
    top: 0em;
    /*background: url(../grfx/all/corner_download_bl.gif) no-repeat bottom left;*/
    height: 5px;
    width: 17em;
}
div.kalenderfooter_cbr {
    position: absolute;
    top: 0em;
   /* background: url(../grfx/all/corner_download_br.gif) no-repeat bottom right;*/
    height: 5px;
    width: 17em;
}
div.kalenderdatum {
font-size: 0.9em;
    color: #005A40;
    font-weight: bold;

}
div.kalenderdatumList {
font-size: 0.9em;
    color: #005A40;
    font-weight: bold;
	margin-left:0.5em;

}
div.kalenderdatumSingle {
font-size: 1em;
    color: #005A40;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.kalendermehr {
font-size: 1em;
    font-weight: bold;
}
div.kalenderteaser {
font-size: 0.9em;
    color: #000000;
}
div.kalenderteaserList {
font-size: 0.9em;
    color: #000000;
	margin-left:0.5em;
}
div.kalenderteaser a{
font-size: 1em;
    color: #000000;
    font-weight: bold;
}
div.kalenderteaser a:link{
font-size: 1em;
    color: #000000;
    font-weight: bold;
}
.kalendermehr a{
font-size: 1.0em;
    font-weight: bold;
}
.kalendermehr a:link{
font-size: 1.0em;
    font-weight: bold;
}
.kalendermehr a:visited{
    font-size: 1.0em;
    font-weight: bold;
}
.kalendermehr a:hover{
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
    color: #005A40;
}
/* }}} */





div.jwcalendar_month{
  width:100%;
  background-color:#DDDDDD;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px  #CCCCCC solid;
  margin:10px 0;
}

div.tx-jwcalendar-pi1 input{
  clear:both;
  background: #DDDDDD;
  border-top:2px #CCCCCC solid;
  border-left:2px #CCCCCC solid;
  border-right:2px #CCCCCC solid;
  border-bottom:2px #CCCCCC solid;
  text-align:center;
  margin:10px;
  padding: 3px 14px; 
} 

div.jwcalendar_month table.days{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.4em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0;
   border:1px solid #CCCCCC;
   padding:0;
}
div.jwcalendar_month table.days td{
   vertical-align:top;
   border:dotted 1px #CCCCCC;
   padding:4px;
}


div.jwcalendar_month table.days td.week{
   background:#DDDDDD;
   font-weight:bold;
}
div.jwcalendar_month table.days td.dayname{
   background:#DDDDDD;
   font-weight:bold;
   text-align:center;
}

div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
   background:#DDDDDD;
   border:dotted 1px #F9DF94;
}

div.jwcalendar_month table.months td.other_month, div.jwcalendar_month table.year td.last_year, div.jwcalendar_month table.year td.next_year{
   background: #DADADA;
   border-top:2px #FCF6E5 solid;
   border-left:2px #FCF6E5 solid;
   border-right:2px #BABABA solid;
   border-bottom:2px #BABABA solid;
   padding:15px 5px;
}

div.jwcalendar_month table.months td.other_month{
   padding:5px;
}

div.jwcalendar_month table.months td.current_month{
   background: #DDDDDD;
   border-right:2px #FCF6E5 solid;
   border-bottom:2px #FCF6E5 solid;
   border-top:2px #BABABA solid;
   border-left:2px #BABABA solid;
   padding:5px;
}
div.tx-jwcalendar-pi1 .tx_jw_input_button{
  font-size:1em;
  background: #DDDDDD;
  text-align:center;
  margin:4px 10px 4px 0px;
  padding:2px 4px;
}



div.tx-jwcalendar-pi1 {
	padding: 0 0.5em 0em 0.5em 0em;
}