@charset "utf-8";
/* CSS Document */

#seite #content #aktuelles {
	background-color: #EAEAEA;
	font-size: 80%;
	float: right;
	width: 250px;
	margin-bottom: 6px;
	margin-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#seite #content #aktuelles h2 {
	margin: 0px;
	padding: 4px;
	background-color: #FEFDD8;
	font-size: 13px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	color: #000;
}

#seite #content #aktuelles .CollapsiblePanelTab a  {
	color: #000;
	font-weight: normal!important;
}
#seite #content #aktuelles .CollapsiblePanelTab  {
	background-color: #EAEAEA;
	color: #000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	line-height: 1.3em;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFF;
}
#seite #content #aktuelles .CollapsiblePanelContent  {
	background-color: #FEFDD8;
	padding: 4px;
	line-height: 1.4em;
}
#seite #content #aktuelles p {
	margin-top: 0px;
	padding-top: 0px;

}
#seite #content #aktuelles ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
