@import url(basis.css);
@import url(../_menu/register.css);

/* - - - - - - - -  Left COLUMN  - - - - - - - - */
#kopf {
	background-image:  url(../_grafics/aktuellkopf.gif);
	background-repeat:no-repeat;
}
#trans{
	/* background-color:#dd5599; */
	background-image: url(../_grafics/tleft.gif);
	background-repeat:no-repeat;
}
#trans a{
	background-color:#fff; 
}
#trans ul.translation a{
	color:#000;
	background-color:#fff; 
}

#trans ul.translation a.active{
	color:#FF9900;
	background-color:#fff; 
}

#trans ul.translation a:hover{
	color:#000;
	/* background-color:#000; */
}

#hauptbereich{
	/* background-color:#dd5599; */
	 background-image: url(../_grafics/bghaupt.gif); 
	 background-repeat:repeat-y;
	 border-top:1px solid #000; 	
}

/* - - - - - - - - - - - - - - Menu LEFT COLUMN - - - - - - - - - -- - - */
#bereichsmenu a{
	background-color:#B90000;
}
#bereichsmenu ul.subnav{
	background-color:#B90000;
}

#basismenu a{
	background-color:#900000;
}
#bereichsmenu a:hover{
	color:#000;
	background-color:#e1e1e1;
}

#bereichsmenu a.active{
	color:#000;
	background-color:#e1e1e1;
	/* border-right:1px solid #9F0000; */
}
#bereichsmenu a.active span.trennstelle{
	color:#FFF;
}


#bereichsmenu a.subactive{
	color: #fff;
	background-color: #cc287a;
}

#bereichsmenu #sponsor a:hover{
	background-color:#900000;
}

/* - - - - - - - - - - - - - - calendar - - - - - - - - - -- - - */

#inhalt .article h2.title{
	/* clear: both; */
	margin-left:0;
	font-size: 100%;
	font-weight:bold;
	padding:0.5em 0 3px 0;
	color:#000;
}

#inhalt .article p.subtitle{
	margin: 0 0 3px 0;
	font-weight:bold;
}

#inhalt .article h2.eventdate{
	/* clear: both; */
	margin-left:0;
	font-size: 95%;
	font-weight:bold;
	padding:1.0em 10px 0 0;
	color:#B80000;
}

#inhalt .articlefront h2.eventdate{
	/* clear: both; */
	margin-left:0;
	font-size: 95%;
	font-weight:bold;
	padding:1.0em 10px 0 0;
	color:#B80000;
}
#inhalt .article h2.eventtyp{
	/* clear: both; */
	margin-left:0;
	font-size: 95%;
	font-weight:normal;
	padding:1.0em 10px 0 0;
	color:#B80000;
}
#inhalt .article p.eventplace{
	/* clear: both; */
	margin-left: 1px;
	font-size: 95%;
	font-weight: normal;
	padding: 5px 0 3px 0;
	color: #000;
}
#inhalt .article p.eventurl{
	/* clear: both; */
	margin-left: 1px;
	font-size: 95%;
	font-weight: normal;
	padding: 3px 0 0 0;
	color: #000;
}

/*-------Zusatzinfo----------*/
#zusatzinfo {
	border-top: none;
 	border-bottom:none;
  }
#zusatzinfo .calyear{
	margin: 0 0 5px 0;
	width:210px;
}

#zusatzinfo .calyear ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
#zusatzinfo .calyear ul.listy{
	top: 1px;
}

#zusatzinfo .calyear ul li{ 
	display: inline; 
}

#zusatzinfo .calyear ul.listy li a{
	font-size: 90%;
	color: #000;
	display: inline; 
	float: left;
	width: 105px;	
	padding: 3px 0 3px 0;
	text-align: center;
	/* border-right: 1px solid #fff; */
	border-bottom: none;
	text-decoration: none;
	background-color: #ddd;
}

#zusatzinfo .calmonth{
	margin: 0 0 0 0;
	width:210px;
	border-top: 1px solid #B80000;
}
#zusatzinfo .calmonth ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	list-style-type: none;
}

#zusatzinfo .calmonth ul li{
	display: inline; 
}
#zusatzinfo .calmonth ul.listm li a{
	display: block;
	color: #000;
	float: left;
	width:210px;	
	padding: 3px 0 3px 0;
	text-align: center;
	border-bottom: 1px solid #B80000;
	text-decoration: none;
	background-color: #e1e1e1;
}

#zusatzinfo .calyear ul.listy li a.hlm{
	color: #fff;
	background-color:#bbb;
}

#zusatzinfo .calmonth ul.listm li a.hlm{
	color: #B80000;
	background-color:#fff;
}

#hauptbereich #zusatzinfo li a:hover,
{
	color:#B80000;
	background-color:#fff;
}

#hauptbereich #zusatzinfo .article .calyear ul.listy li a.hlm:hover{
	color: #000;
	background-color:#bbb;
}

#hauptbereich #zusatzinfo .article .calmonth ul.listm li a.hlm:hover{
	color: #000;
	background-color:#bbb;
}

