/* CSS Document */

/* - - - - - - - - - - - - Rechte Spalte - - - - - - - - - - - - */

#infospalte {
	position:relative;
	right:-1px;
	margin-top:0;
	padding:0;
	float:left;
	width: 27.5%;
	border:none;/*1px solid #CF0;*/
	text-align:left;
}


/* -  - Überschrift Objekt - - */

#infospalte h2 { 
	font-size:1.2em;
	line-height:125%;
	padding:0.7em 5px 0 0.3em;
	margin:0 10px 0.5em 0px;
	text-align:left;
}

#infospalte h2.aktuelles { 
                 font-size:1.2em;
                 font-weight:normal; 
             	 padding:0.7em 5px 0 0.3em;
                 margin:0 10px 1em 0px;
}
#infospalte h3 { 
	font-size:1.1em;
    font-weight:normal; 
	line-height:125%;
	padding:0.4em 5px 0 0.3em;
	margin:0 10px 0.6em 0px;
	text-align:left;
}

#infospalte h3.aktuelles { 
                 font-size:1.2em;
                 font-weight:normal; 
             	 padding:0.7em 5px 0 0.3em;
                 margin:0 10px 0.6em 0px;
}

#infospalte h4 { 
                 font-size:1em;
                 font-weight:normal; 
                 text-align:left; 
	             padding:0.7em 5px 0 0.3em;
                 margin:0 10px 0.3em 0px;
}

#infospalte h4.aktuelles { 
                 font-size:1.1em;
                 font-weight:normal; 
                 padding:0.7em 5px 0 0.3em;
                 margin:0 10px 0.3em 0px;
}

#infospalte h5 { 
                 font-size:0.9em;
                 font-weight:normal; 
                 text-align:left; 
				 line-height:150%;
}

#infospalte h5.aktuelles { 
                 font-size:1em;
                 font-weight:normal; 
                 text-align:left; 
				 line-height:150%;
}


#infospalte p {
	font-size:0.9em;
	line-height:150%;
	font-weight:normal;
	text-align:left;
	padding:0 5px 0.8em 0.3em;
}

#infospalte .medium {
	font-size:0.8em;
}

#infospalte .hinweis{
	font-size:0.9em;
	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 h5, 
#infospalte .kasten_aktuell_hinweis a {
color:#009999;
}

