/**********************************/
/* musikkapelle-oberstreu         */
/* "aktuell" CSS styles           */
/* BM 08.09.2008                  */
/**********************************/

  .aktuell_pic{
		text-align:center;
  }

/********************/
/*   AKTUELL news   */
/********************/

	.news{
		margin-top:1em;
		margin-bottom:1em;
		border-bottom:1px dashed #BD0565;
		padding:0.5em;
		font-size:0.75em;
		height:1%; /* sog. Holly-Hack, um eine fehlerhafte Darstellung im IE zu vermeiden */
	}

	.news_datetime{
		font-size:0.9em;
		float:right;
		color:#BD0565;
	}

	.news_datetimedetail{
		font-size:0.9em;
		color:#BD0565;
		margin-bottom:0.8em;
	}

	.news_header{
		font-size:1.25em;
		color:#BD0565;
		font-weight:bold;
		margin-bottom:0.75em;
	}

	.news_main{
		font-size:1em;
		text-align:justify;
	}

	.news_maindetail{
		font-size:0.75em;
		text-align:justify;
		margin-bottom:1.5em;
	}

/***********************/
/*   AKTUELL termine   */
/***********************/

	.jahr{
		width:592px;
		text-align:center;
		font-family:Courier;
		font-weight:800;
		font-size:20px;
		margin-left:110px;
	}

	.line{
	  height:110px;
	}

	.jmonat{
		float:left;
		background:#EEEEEE;
		width:140px;
		font-weight:normal;
		border:2px solid #FFFFFF;
	}

	.jmonatname{
		text-align:center;
		font-family:Courier;
		font-size:14px;
	}

	.jwoche{
		font-family:Courier;
		width:143px;
		text-align:right;
	}

  .jtoptag{
		float:left;
		width:20px;
		height:13px;
		text-align:right;
		font-family:Courier;
		font-size:14px;
		border-bottom:1px solid;
	}

	.jtag{
		float:left;
		width:20px;
		height:13px;
		text-align:right;
		font-family:Courier;
		font-size:14px;
	}

	.aktuell_container{
    width:750px;
		font-size:24px;
	}

	.auto_container{
    width:350px;
		font-size:14px;
	}

	.aktuell{
		margin-top:20px;
		border-bottom:1px dashed #BD0565;
		padding:0.5em;
	}

	.aktuell_date{
		font-size:0.9em;
		float:right;
		color:#BD0565;
	}

	.aktuell_loc{
		font-size:1.25em;
		color:#BD0565;
		font-weight:bold;
		margin-bottom:0.75em;
	}

