body, html {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 14px;
	background: #f2f2f2;
}

a {
	color: #333;
	text-decoration: underline;
}

h3 a {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0;
}

#content img {
	border: 1px solid #ccc;
	padding: 3px;
}

#content .noborder {
	border: 0;
}

#content a:hover img,
#content a:focus img {
	border-color: #000;
}

#content div.csc-header h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

h1 a img {
	border: 0;
	padding: 0;
}

h3 {
	font-size: 10px;
	font-weight: bold;
}

.event-img img {
	padding: 3px;
	border: 1px solid #ccc;
}

.event-img {
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	float: left;
}

.event-program-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.event-program-item h3 {
	margin-bottom: 6px;
}

.event-program-item-veranstaltungen .event-img {
	padding-left: 25px;
	background: url(../img/program/veranstaltungen.gif) left center no-repeat;
}

.event-program-item-theater .event-img {
	padding-left: 25px;
	background: url(../img/program/theaterundtanz.gif) left center no-repeat;
}

.event-program-item-imca .event-img {
	padding-left: 25px;
	background: url(../img/program/imca.gif) left center no-repeat;
}

.event-program-item .event-desc {
	padding-top: 0px;
}

.event-program-item .event-desc .date {
	display: inline-block;
	height: 15px;
	background: url(../img/icons/date.png) left center no-repeat;
	/*padding-left: 157px;*/
	padding-left: 20px;
	padding-right: 10px;
}

.event-program-item .event-desc .time {
	display: inline-block;
	height: 15px;
	padding-left: 20px;
	background: url(../img/icons/time.png) left center no-repeat;
}

.event-program-item .event-desc .location {
	display: inline-block;
	height: 15px;
	padding-left: 30px;
	background: url(../img/icons/house.png) 10px center no-repeat;
}

.event-program-item .event-desc .price {
	display: inline-block;
	height: 15px;
	padding-left: 30px;
	background: url(../img/icons/money.png) 10px center no-repeat;
}

.news-single-date,
.news-single-time,
.news-single-age {
	display: inline-block;
	height: 15px;
	padding-left: 30px;
	background: url(../img/icons/date.png) 10px center no-repeat;
}

.news-single-time { background-image: url(../img/icons/time.png); }
.news-single-age  { background-image: url(../img/icons/hourglass.png);  }

.event-program-item p {
	padding-top: 0;
	margin-top: 0;
	padding-top: 5px;
}

span.news-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



.tx-bbsimpleevents-pi2 .date,
.tx-bbsimpleevents-pi2 .time,
.tx-bbsimpleevents-pi2 .price,

.tx-bbsimpleevents-pi2 .location {
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../img/icons/date.png) 0 center no-repeat;
}

.tx-bbsimpleevents-pi2 .date { background-image: url(../img/icons/date.png); }
.tx-bbsimpleevents-pi2 .time { background-image: url(../img/icons/time.png); }
.tx-bbsimpleevents-pi2 .location { background-image: url(../img/icons/house.png); }
.tx-bbsimpleevents-pi2 .price { background-image: url(../img/icons/money.png); }


.tx-bbsimpleevents-pi2 span.img {
	float: left;
}

.tx-bbsimpleevents-pi2 span.img img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tx-bbsimpleevents-pi2 div.facts {
	background-color: #f2f2f2;
	padding: 1px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #555;
}

.tx-bbsimpleevents-pi2 div.facts div.facts-content {
	padding: 5px;
}

.tx-bbsimpleevents-pi2 div.facts h3 {
	margin: 0;
	padding: 2px;
	margin-bottom: 5px;
	background: #555;
	color: #fff;
	text-transform: uppercase;
}

hr.clear {
	clear: both;
	border: 0;
	color: #fff;
}


#content,
#col-left #shortinfo,
#col-left #event-cur,
#sidebar .event {
	background-color: #fff;
}

div.clear {
	clear: both;
}

table.calendar {
	font-size: 9px;
	width:135px;
    border: 1px solid #888;  
    border-collapse:collapse;
	background: #fff;
}

table.calendar td {
    width:30px;
    /*border-collpase:collpase;*/
    border:0;
    text-align:right;
    padding-right:2px;
}

table.calendar .days {
	background-color: #eee;
}

table.calendar .days td {
	background-color: #eee;
}

table.calendar th {
    border:1px solid #555;
    background-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 0;
    font-size: 9;
}

table.calendar th h2 {
	background-color: #808080;
	font-weight: normal;
	font-size: 9px;
	margin: 0;
	padding: 0;
}


table.calendar td.event a,
table.calendar td.event a:hover,
table.calendar td.event a:focus {
	color: #fff;
	text-decoration: none;
}

/*veranstaltungen*/
table.calendar td.event-54 {
	background: #4D8001;
	color: #fff;
}

/*theater und tanz*/
table.calendar td.event-55 {
	background: #CA0000;
	color: #fff;
}

/*imca*/
table.calendar td.event-56 {
	background: #4D698E;
	color: #fff;
}

/*veranstaltung+theater*/
table.calendar td.event-109 {
	background: url(../img/calendar/veranstaltungen+theater.gif) center center no-repeat;
	color: #fff;
}

/*veranstaltungen + imca*/
table.calendar td.event-110 {
	background: url(../img/calendar/veranstaltungen+imca.gif) center center no-repeat;
	color: #fff;
}

/*theater + imca*/
table.calendar td.event-111 {
	background: url(../img/calendar/imca+theater.gif) center center no-repeat;
	color: #fff;
}


table.calendar td.event-165 {
	background: url(../img/calendar/veranstaltungen+theater+imca.gif) center center no-repeat;
	color: #fff;
}

table.calendar tr.calendar-nav {
	background: #eee;
}

table.calendar tr.calendar-nav td {
	text-align: center;
}

table.calendar tr.calendar-nav td a {
	text-decoration: none;
}

hr.clearer {
	border: 0;
	width: 0;
	height: 0;
	color: #fff;
	clear: both;
}

div.news-list-item {
	border-bottom: 1px dotted #ccc;
}

span.news-list-date {
	font-weight: normal;
}

.news-latest-container {
	background: #fff;
	border: 1px solid #4D8001;
	padding: 0px;
}

.news-latest-container-veranstaltungen {
	border-color: #4D8001;
}

.news-latest-container-theater {
	border-color: #CA0000;
}

.news-latest-container-imca {
	border-color: #486688;
}

.news-latest-container h2 {
	padding: 1px;
	font-size: 10px;
	color: #fff;
	background: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.news-latest-container h2 div {
	background: #4D8001;
	padding: 1px;
}

.news-latest-container-theater h2 div { background: #CA0000; }
.news-latest-container-imca h2 div { background: #486688; }

.news-latest-item {
	padding: 2px;
}

.news-latest-item h3 {
	margin: 0;
	padding: 0;
}

#content .txt {
	margin-left: 225px;
}

#content ul {
	/* list-style-image: url(../img/icons/bullet_black.png); */
	padding: 0;
	margin: 0;
	display : block;
	/*margin-left: 225px;*/
	margin-left: 15px;
	list-style-type: none;
}

#content ul li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: #fff url(../img/icons/bullet_black.png) top left no-repeat;
	
}

.email {
	display: inline-block;
	background: url(../img/icons/email.png) center left no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.phone {
	display: inline-block;
	background: url(../img/icons/phone.png) center left no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.link {
	display: inline-block;
	background: url(../img/icons/world.png) center left no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.dnld_word {
	display: inline-block;
	background: url(../img/icons/page_white_word.png) left center no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

.dnld_zip {
	display: inline-block;
	background: url(../img/icons/page_white_zip.png) left center no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

#content .csc-textpic-imagewrap img{
	/*border: 0;*/
}
