.header {
	background: url("../images/header_bg.png") repeat-y scroll center 0 #3a4e59;
    color: #fff;
    padding: 11px 16px;
	font-size: 1.2em;
	border-radius: 5px 5px 0 0;
}
.date_box .header {
	background-image: url("../images/header_bg_small.png");
}
.text {
	background-color: #e6e7e8;
	padding: 11px 16px;
	border-radius: 0 0 5px 5px;
}
.course {
	margin-bottom: 35px;
}
.description {
    width: 700px;
}
#date {
	display: inline;
}
.date{
    width: 200px !important;
}

.teilnehmer{
	width: 100px !important;
}

.date_box {
    width: 260px;
}
.calendar_list {
	width: 200px;
	float: left;
}
.calendar_list form {
	margin-bottom: 5px;
}
.calendar_list img {
	margin-right: 5px;
}
.date_box .text .calendar_list:first-child {
	margin-right: 15px;
}

.function .delete, .function .edit {
	margin-right: 8px;
}

.datum_text {
	background-color: transparent;
    border: medium none !important;
    color: #7a848a;
    padding: 0 8px !important;
	font-family: 'Open Sans', sans-serif !important;;
	cursor: pointer;
	width:90px !important;
	margin-bottom:0px !important;
	cursor:auto;
}
