/*  */


/* XML-Kalender */

ul.event-list {
	margin:0;
	list-style-type:none;
}
ul.event-list li {
	margin:0;
}
ul.event-list li.alt {
	background:white;
}
ul.event-list li div.uhrzeit{
	display:inline-block;
	font-weight:bold;
}
ul.event-list li div.name{
	display:inline-block;
	left:60px;
	}

/* Veranstaltungskalender 2.0 */

.kal-eintrag {
	left:60px;
	position:relative;
	width:400px;
	float:left;
}

.kal-item-kalenderblatt {
	display:block;
	font-size:11px;
	height:85px;
	left:-60px;
	margin-top:0;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:35px;
	}

.kal-item-wochentag {
	display:block;
	background:#c22919;
	color:#fff;
	height:15px;
}

.kal-item-day {
	display:block;
	font-family:Impact;
	font-size:23.5px;
	background:white;
	color:#555654;
}

.kal-item-data {
	font-weight:bold;
	color: #746d6a;
}

.kal-item-header {
	border-bottom:1px solid #BDBDBD;
}

.kal-item-title {
display:inline-block;
text-transform:uppercase;
width:320px;
}
.kal-item-title a {
text-decoration:none;
}
.kal-item-title a:hover {
color:#6E7C00;
background:transparent;
}
.kal-item-cat {
	background:#fff;
	text-align:center;
	display:inline-block;
	width:70px;
	min-width:70px;
	height:13px;
	color:#746d6a;
	font-size:10px;
	right:0;
	margin-bottom:2px;
	float:right;
}

.kal-catid-10 {
background:#e77a45;
color:#fff;
}
.kal-catid-11 {
background:#eee600;
}
.kal-catid-12 {
background:#42badc;
color:#fff;
}
.kal-catid-15 {
background:#bcea01;
}
.kal-item-datetime {
width:320px;
}

.kal-item-block {
	margin-bottom:20px;
	left:60px;
	float:left;
}
.kal-item-block:hover {
	background:url("../css/img/bg_schmutzhell.gif") 10px -10px repeat-x;
}

.kal-item-desc {
	margin-top:10px;
	font-size:10px;
	line-height:8px;
	color:#555654;
	width:320px;
	float:left;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 37px;
}
.kal-item-desc p {
line-height:12px;
}
.kal-item-bilder{
right: 0px;
width: 70px;
float: right;
}
img.mini{
background:transparent !important;
border:none;
float:right;
border:none !important;
margin-right:0;
}
.kal-detail-bilder {
margin-top:1em;
clear:both;
}
.kal-detail-bilder li {
margin:1px;
}
.kal-detail-bilder a {
float:left;margin:1px;
}
ul#kal-detail-bilder {margin-left:0;padding-left:0;}
.kal-detail-bilder img.preview {
float:left;
}
.kal-detail-desc {
	margin-top:1em;
}

/* von der wiege bis zur bahre - formulare, formulare */

.formation input.text {
left:210px;
position:absolute;
width:240px;
}
label.select {
display:block;
clear:both;
}
legend {
font-weight:bold;
}
.formation fieldset {
	background:url("../css/img/bg_schmutzhell.gif") 10px -10px repeat-x;
}
.formalert, .form-alert {
	font-weight:bold;
	color:#bbd200;
}
.formcheckbox input , .formradio input {
border: none;
}