#termincontainer {
	width: auto;
	padding-right: 4px;
	padding-left:1px;
	/* border: 1px solid grey; */
}
div.termin {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid firebrick;

}
div.extern {
	border: 1px solid blue;
}
img.fileicon{
	width: 25px;
	height: 25px;
}
div.terminfile {
	height: 30px;
	min-width: 150px;
	display:inline-block;
	border: 1px solid green;
	margin: 1px;
	padding: 1px;
	
}
span.terminupdate {
	font-style:italic;
	font-size: 10pt;
}
span.termintitel {
	font-size: 14pt;
	color:firebrick;
	font-weight:bolder;
}
span.terminid {
	color:white;
}
span.terminort {
	fontsize: 12pt;
}
span.terminzeit {
	font-size: 12pt;
	font-weight:bold;
	color:firebrick;
}
div.terminbox_ro {
	max-width: 200px;
	float:right;
	text-align:right;
	margin: 1px;
}
div.terminbox_lo {
	max-width: 470px;
	float:left;
	text-align:left;
	margin: 1px;
}
span.terminbeschreibung {
	
}
button.activated{
	background-color: white;
	border: 1px solid gray;
}
.clear {
	clear:both;
}