/* ========================================================================== */
/* == Aktuelles-MODUL ======================================================= */
/* ========================================================================== */

/**********************************/
/*  WWW Aktuelles-Kategorien Liste  */
/**********************************/

div.www_aktuelles_category_list {
	width:100%;
	margin-top:10px;
}

.www_aktuelles_category_list tr {
	text-align:left;
	vertical-align:top;
	height:30px;
}

.www_aktuelles_category_list a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.www_aktuelles_category_list a:hover {
	color: #660000;
}

.www_aktuelles_category_list_image {
	width:100px;
	text-align:center;
}

/**************************/
/*  WWW Aktuelles Liste     */
/**************************/

.www_aktuelles_list table {
	width:100%;
	margin-top:0px;
}

.www_aktuelles_list tr {
	vertical-align:top;
}

.www_aktuelles_list_image {
	width:50px;
	text-align:center;
}
.www_aktuelles_list_image img {
	border:2px solid #45B32E;
	margin-top:2px;
}
.www_aktuelles_list_titel {
	font-size: 12px;
	font-weight: bold;
	color: #317522;
}
.www_aktuelles_list_text {
/* 	font-size: 10px; */
	margin-bottom:0px;
}

.www_aktuelles_list_datum {
	float:right;
	font-size: 9px;
	font-style:italic;
}

.www_aktuelles_list_mehr {
	text-align:right;
	margin-bottom:10px;
}



/**************************/
/*  WWW Aktuelles Liste  Startseite   */
/**************************/

.www_aktuelles_list_startseite table {
	width:100%;
	margin-top:0px;
}

.www_aktuelles_list_startseite tr {
	vertical-align:top;
}

.www_aktuelles_list_startseite_image {
	width:120px;
	text-align:center;
}

.www_aktuelles_list_startseite_image img {
	border:4px solid #45B32E;
}

div.www_aktuelles_list_startseite_titel {
	font-size: 14px;
	font-weight: bold;
	color: #317522;
	margin-left:20px;
}
div.www_aktuelles_list_startseite_linie {
	border-bottom:1px solid #474948;
}

div.www_aktuelles_list_startseite_text {
/* 	font-size: 10px; */
	margin-bottom:0px;
	margin-left:20px;
}

.www_aktuelles_list_startseite_datum {
	float:right;
	font-size: 9px;
	font-style:italic;
}

.www_aktuelles_list_startseite_mehr {
	text-align:right;
	margin-bottom:10px;
}



/**************************/
/*  WWW Aktuelles Detail    */
/**************************/

div.www_aktuelles_detail {
	width:100%;
	margin-top:0px;
}

.www_aktuelles_detail h1 {
	text-align:left;
	margin-bottom:5px;
}

.www_aktuelles_detail_text {

}

.www_aktuelles_detail_image {
	float: left;
	clear: left;
	margin: 3px 10px 3px 10px;
	border:4px solid #45B32E;
}

.www_aktuelles_detail_image2 {
	float: left;
/* 	clear: left; */
	margin: 3px 0px 10px 10px;
	border: solid 1px #adadad;
}

.www_aktuelles_detail_navibuttons {
	float: right;
	clear: right;
}

.www_aktuelles_detail_datum {
	float:right;
	font-size: 12px;
	font-style:italic;
}


/**************************/
/*  WWW Aktuelles Kalender*/
/**************************/

div.www_aktuelles_kalender_list {
	width: 100%;
	margin:0px 10px 10px 0px;
	padding:0;
	background:#E4EFE1;
}


div.www_aktuelles_kalender_list_titel {
	background:#27225a;
	padding:3px;
	margin-bottom:6px;
}
div.www_aktuelles_kalender_list_titel_content {
	margin-left:20px;
	border-bottom:1px solid #FFFFFF;
	color:#27235A;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.www_aktuelles_kalender_list_titel_content a {
	color:#7dc96e;
	font-weight:bold;
}
.www_aktuelles_kalender_list_titel_content a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
.www_aktuelles_kalender_list_titel_text {
	color:#d8d6e1;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
}

div.www_aktuelles_kalender_list_content {
	width:100%;
	padding:0px;
}

.www_aktuelles_kalender_list table {
	width:430px;
	margin-left:20px;
	margin-right:0px;
/* 	border:1px solid #27225a; */
}
.www_aktuelles_kalender_list tr {
	vertical-align:top;
}

.www_aktuelles_kalender_list_titel {
	font-size: 11px;
	font-weight: bold;
	color: #317522;
}
td.www_aktuelles_kalender_list_datum {
	height:25px;
	font-size: 12px;
	font-weight:bold;
	color:#27225a;
	border-bottom:1px solid #27225a;
	vertical-align:bottom;
}
.www_aktuelles_kalender_list_zeit {
	width:110px;
	font-size: 11px;
	font-weight:bold;
	color:#27235A;
}
.www_aktuelles_list_mehr {
 	float:right;
	margin-right:0px;
}

