/* Treffpunkte */
.meetingday { margin-bottom: 20px; }
.meetingday em { color: inherit; }
.meetingbox { padding: 10px; }

.meetingbox h3 {
	background-color: #aecf00;
	width: 50px;
	height: 40px;
	text-align: center;
}

.icon{
	float: left;
	padding: 0px 5px 5px 0px;
}

.meeting {
	float: left;
	padding: 0px 10px 10px 0px;
	min-width: 60%;
}

.meeting div { padding-bottom: 20px; }

.contact { float: left; }

.meetingbox:after {
	content: " ";
	display: block;
	clear: both;
}

/* IE-Patch für IE 7*/
*:first-child+html .meetingbox {
	min-height: 0;
}

.lgv-color { background-color: #ffff5b; }
.ec-color { background-color: #c9e1f4; }

/* Calendar-Style fuer Minikalender */
.calendar {padding: 0;}
.calendar table {width: 100%;}

/* Newsfeed-Style */
.newsfeed {
  list-style: none;
  padding-left: 0;
}

.newsfeed li { margin-bottom: 15px; }
.feed h4 { margin-top: 5px; }

/* Fuer externe Links */
.external_link {
  background:url(/images/template_style/external_link.png) no-repeat scroll 100% 60% rgba(0,0,0,0);
  margin-right: 3px;
  padding-right: 14px;
}

/* Event */
.eventPreview img {
  float: left;
  width: 30%;
  height: auto;
  margin: 10px;
}

.eventContent {
  clear: both;
}

.eventPicture {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Picture Sizes */
.pic100 {
  width: 100%;
  height: auto;
  margin: 10px;
}

.pic90 {
  width: 90%;
  height: auto;
  margin: 10px;
}

.pic80 {
  width: 80%;
  height: auto;
  margin: 10px;
}

.pic50 {
  width: 50%;
  height: auto;
  margin: 10px;
}

.pic30 {
  width: 30%;
  height: auto;
  margin: 10px;
}

/* Center picture */
.centerPic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Template specific custom css */
/*
#sp-header {
  background: rgba(255,255,255,0.5);
}
*/
