@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:none; 
}
#trans ul.translation a{
	color:#000;
	background-color:transparent; 
}

#trans ul.translation a.active{
	color:#B80000;
	background-color:transparent; 
}

#trans ul.translation a:hover{
	color:#000;
	/* background-color:#000; */
}

#hauptbereich{

	/* background-color:#dd5599; */
	 background-image: url(../_grafics/bghaupt.gif); 
	 background-repeat:repeat-y;	
}

/* - - - - - - - - - - - - - - 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;
}

/* - - - - - - - - - - - - - - Projects - - - - - - - - - -- - - */

#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 h3{
	font-size: 95%;
	font-weight:bold;
	margin:15px 0 3px 0;
	padding:0 0 0 0;
	color:#B80000;
}
#inhalt .article p {
	/* clear: both; */
	margin:0 0 5px 0;
	line-height:1.2em;
}

#inhalt .article p.headpro{
	margin-left:0px;
	font-size:1.0em;
	font-weight:bold;
	padding: 0 0 0 0;
	color:#B80000;
}

#inhalt .article p.headpro1{
	border-top: 1px solid #e1e1e1;
	margin:20px 0 0 0;
	font-size:1.0em;
	font-weight:bold;
	padding: 10px 0 0 0;
	color:#B80000;
}

#inhalt .article p.subtitlepro{
	margin: 0 0 0 0;
	font-weight:bold;
}

#inhalt .article p.titlepro{
    	/* clear: both; 
	float:left;*/ 
	margin:3px 0 5px 0;
}


/*-------Zusatzinfo----------*/
#zusatzinfo
{}
#zusatzinfo .article p{
	/* clear: both; */
	line-height:1.1em;
}


#zusatzinfo .rstream{
margin: 0 0 0 0;
width:190px;
}
#zusatzinfo .rstream ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
display: block;
list-style-type: none;
}

#zusatzinfo .rstream ul li{
display: inline; 
}
#zusatzinfo .rstream ul.listc li a{
font-size: 90%;
display: block;
color: #000;
font-weight: normal;
float: left;
width: 205px;	
padding: 3px 0 3px 5px;
border-bottom: 1px solid #fff;
text-decoration: none;
background-color: #eee;
}

#zusatzinfo .rstream ul.listc li a.hlm{
	color: #B80000;
	background-color:#fff;
}

#hauptbereich #zusatzinfo li a:hover,
{
	color:#B80000;
	background-color:#fff;
}

#hauptbereich #zusatzinfo .article .rstream ul.listc li a.hlm:hover{
	color: #000;
	background-color:#e1e1e1;
}


