/* 
Hier werden nur Definitionen überschrieben, die von der Startseite abweichen
oder Definitionen hinzugefügt, die neu hinzukommen.
*/
/* OPENER-BILD */
#opener {
  background-image: url(images/Startseite-Opener.jpg);   
  background-repeat: no-repeat;
}
#opener img {
  width: 884px;
  height: 218px;
}
/* AKTUELLES-CONTAINER */
#aktuelles-container {
	background-image: url(images/startseite/Kasten-Links-BG.png);
	float: left;
	width: 293px;
	height: 245px; 
}
#aktuelles-container ul{
	margin-top: 50px;
	margin-left: 12px;
	margin-right: 16px;
}
#aktuelles-container li {
	margin-bottom: 12px;
}
#aktuelles-container  h2 {
	font-size: 12px;
	font-weight: bold;
}
#aktuelles-container img {
	float: left;
	margin-right: 5px;
} 
#aktuelles-container div.storyteaser a{
	color: #307fbb;
	font-weight: bold;
	float: right;
} 
#aktuelles-container h2 a {
	color: #333333;
}              
#aktuelles-container  a:hover{
	text-decoration: underline;
}
#aktuelles-container p.more {
  text-align: right; 
  padding-right: 15px;
  padding-left: 15px;
}  
#aktuelles-container p.more a{
  font-weight: bold;
  color: rgb(48, 127, 187);
}
#aktuelles-container p.more a.calendar {
  float: left;
}
/* EHRENAMT-CONTAINER */
#ehrenamt-container {
	background-image: url(images/startseite/Kasten-Mitte-BG.png);
	float: left;
	width: 372px;
	height: 245px; 
}
#ehrenamt-container p {
	margin-left: 14px;
	margin-right: 17px;
	margin-top: 10px;  
  width: 90%;
}                      
#ehrenamt-container p.first{
 	margin-top: 50px;   
}  
#ehrenamt-container p.more {
  text-align: right;
}
#ehrenamt-container p.more a{
  float: right;
}      
#ehrenamt-container ul{
	margin-left: 14px;
	margin-right: 17px;         
	padding-left: 17px;
}
#ehrenamt-container ul li{
  list-style-type: circle;
  list-style-position: outside;
}
#ehrenamt-container a {
	color: #307fbb;
	font-weight: bold;
	float: right;
}
#ehrenamt-container  a:hover{
	text-decoration: underline;
}
/* ANGEBOTE-CONTAINER */
#angebote-container {
	background-image: url(images/startseite/Kasten-Rechts-BG.png);
	float: left;
	width: 219px;
	height: 245px;
	clear: right;
}
#angebote-container ul{
	margin-top: 50px;
	margin-left: 14px;
	margin-right: 15px;
}
#angebote-container li {
	margin-bottom: 12px;
}
#angebote-container  h2 {
	font-size: 12px;
	font-weight: bold;
}
#angebote-container img {
	float: left;
	margin-right: 5px;
} 
#angebote-container  a{
	color: #307fbb;
	font-weight: bold;
	float: right;
}
#angebote-container  a:hover{
	text-decoration: underline;
}