
.menu-links .tx-jwcalendar-pi1 {	
		    background: #f1f2f1 url(../bilder/kalender-list-bg.png) bottom no-repeat; 
		    width:232px;
		    padding-left:4px;
		    }



/********************************************/
/*****************Alles Anzeige ****************/
/********************************************/

.label {width:200px;padding-bottom:15px;}
.item {padding-bottom:15px;}
.items {margin-top:15px;}

/********************************************/
/*****************SINGLE view ****************/
/********************************************/

.title-kalender {}
.itemtitle { float:left;font-size: 16px; font-weight:bold;}

.teaser-single {
		margin-top:10px;
		font-style:italic;
		}

.time-date {float:right; text-align:right;}

.contentie {float:none; padding-top:50px; margin-bottom:10px;}

.images {float:right;}

.submit {text-align: right;}


/********************************************/
/*****************LIST view ****************/
/********************************************/



.menu-links { font-size: 11px;}
.menu-links h1{ font-size: 12px; padding-top:2px;}
.tx-jwcalendar-pi1 {font-size: 11px;}
.title-kalender-list {padding-top:10px; margin-bottom: 1px; font-size: 12px; color:#c11e1e;}
.teaser-list {margin-top:5px;}
.more {margin-top:3px; margin-bottom:5px;}
.more a{color:#101010;}
.more a:hover{color:#ec1d24;}
.category {float:right;margin-right:50px; margin-top:6px;}

.menu-links .csc-header {
		background: url(../bilder/ueberschrift-bg.png) no-repeat;
		height:20px;
		text-align:center;
		margin-top: 30px; 
		color:white;
		margin-bottom:10px;
		width:238px;
		}


/********************************************/
/*****************LIST view ****************/
/********************************************/



div.jwcalendar_list .submit{
   clear:both;	
   font-size: 11px;
   padding:0;
}


/**********************/
/*table singleday******/
/**********************/
div.jwcalendar_month table.singleday,
div.jwcalendar_month table.singleday td,
div.jwcalendar_month table.singleday td a,
div.jwcalendar_month table.singleday a{
   font-weight:bold;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:0px solid #ddd;
   padding:0px;
   margin:0 0 2px 0;
}

div.jwcalendar_month table.singleday{
   background: #eee;
   border:1px dotted #ddd;
}

div.jwcalendar_month table.singleday td{
   border:0px solid #ddd;
   padding:3px 0;
}

/*****************/
/*table dayitem******/
/*****************/
div.jwcalendar_month table.dayitem,
div.jwcalendar_month table.dayitem a{
   font-weight:normal;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:1px solid #ddd;
   padding:0px;
   margin:1px 0;
}

div.jwcalendar_month table.dayitem td.item,
div.jwcalendar_month table.dayitem td.item a{
  color:#333;
  text-decoration:none;
  font-weight:normal;
  border:0;
}

div.jwcalendar_month table.dayitem td.itemcat,
div.jwcalendar_month table.dayitem td.itemcat a{
  font-weight:normal;
  color:#333;
  text-decoration:none;
   font-size: 8px;
   padding:0px;
   Cursor:help;
   width:2px;
   border:0;
}


