/* CSS Document */

/* - - - - - - - - - - - - Rechte Spalte - - - - - - - - - - - - */
#infospalte {
	top:0px; 
	right:-1px;
	margin-right:10px;
	margin-bottom:2em;
	width: auto;
	border:none;
	text-align:left;
	clear:both;	
}


/* -  - Überschrift Objekt - - */
#infospalte h2 { 
                 padding:0 5px 0 0;
                 margin:0 10px 0.3em 0px;
}
#infospalte h2.aktuelles { 
             	padding:0.7em 5px 0 0;
                 margin:0 10px 0.8em 0px;
}
#infospalte h3 { 
	line-height:125%;
	padding:0 5px 0 0;
	margin:1em 10px 1em 0px;
	text-align:left;
}

#infospalte h3.aktuelles { 
	line-height:125%;
	padding:0 5px 0 0;
	margin:0.5em 10px 0.6em 0px;
	text-align:left;
}

#infospalte h4 { 
                 padding:0 5px 0 0;
                 margin:0 10px 0.3em 0px;
}
#infospalte h4.rot { 
                 padding:0 5px 0 0;
                 margin:0 10px 0.3em 0px;
}

#infospalte h5 { 
                 text-align:left; 
				 line-height:150%;
}

#infospalte p {
	line-height:150%;
	font-weight:normal;
	text-align:left;
}


#infospalte .hinweis{
	line-height:125%;
	font-weight:normal;
	padding:0 0 1.2em 0;
	margin:0 0 0 26px;
}

#infospalte .pictogram {
	float:left;
	padding:0 0 0 0;
	margin:1px 0 0 0;
	width:25px;
}

#infospalte .kasten_aktuell_hinweis p, 
#infospalte .kasten_aktuell_hinweis h2, 
#infospalte .kasten_aktuell_hinweis h3, 
#infospalte .kasten_aktuell_hinweis a {
color:#C00;
}


