/* ########## WEATHER MODULE ########## */

.mod_weather {
	margin-left: 25px;
	/* margin-top: 85px; */
	padding-bottom: 23px;
	border-bottom: 1px solid #888888;
	width: 200px;
}

.mod_weather  > h1 {
	margin-top: 0px;
	color: #BD1D1D;
	font-family: 'ClanWebPro-Bold';
	text-transform: uppercase;
	font-size: 12px;
}

.mod_weather  > .weather_copyright {
	margin-top: 5px;
	font-size: 8px;
	display:none;
}

.mod_weather  .weather_image img {
	margin-top: -30px;
	float: right;
}

.mod_weather .last  {
	border-bottom: 0px solid #888888;
}



/* ########## END ########## */



/* ########## EVENT MODULE ########## */

.mod_eventlist {
	/* margin-top: 23px; */
	margin-left: 25px;
	
	/* border-bottom: 1px solid #888888; */
	width: 200px;
}

.mod_eventlist.last  {
	border-bottom: 0px solid #888888;
}


.mod_eventlist h1{
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #bd1d1d;
	font-family: 'ClanWebPro-Bold';
}

.mod_eventlist h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #646363;
	font-family: 'ClanWebPro-Bold';
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

.mod_eventlist > .header {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.mod_eventlist > .event > h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mod_eventlist .event .teaser  p{
	margin: 0;
	padding: 0;
}

.mod_eventlist > .event > .more > a{
	color: #EC6707;
}

.mod_eventlist > .event > .more > a:hover{
	color: #BD1D1D;
}

.mod_eventlist .layout_teaser  {
	margin-bottom: 23px;
}

.mod_eventlist p.time:after {
	content: " Uhr";
}

.mod_eventlist span.time:after {
	content: " Uhr";
}


.mod_eventlist .time{
	/*margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	color: #646363;
	font-family: 'ClanWebPro-News';
	font-size: 12px;*/
	/*display: none;*/
}


.mod_eventlist > .event > h2 > a{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #646363;
	font-family: 'ClanWebPro-Bold';
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}


.mod_eventlist h1:first-child {
	margin-bottom: 8px;
}


/*
.mod_eventlist > h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
	margin-bottom: 0px;	
}*/



/* ########## ARTIKEL / ce_text MODULE ########## */


#right .mod_article {
	/* margin-top: 23px; */
	margin-left: 25px;
	padding-bottom: 11px; /* Da schon 12px margin geerbt aus globalem Style */
	border-bottom: 1px solid #888888;
	width: 200px;
}

#right .mod_article.last {
	border-bottom: 0px solid #888888;
}

#right .mod_article div.ce_text.block{
margin-bottom: 0px;
}


#right .mod_article  h1{
margin-top: 0px;
color: #BD1D1D;
font-family: 'ClanWebPro-Bold';
text-transform: uppercase;
font-size: 12px;
}
