/* Styleangaben zu Presse */

/*Auswahlboxen Presseartikel*/
	/*Jahresüberschrift*/
	ul#presse_artikeluebersicht h3 {
		line-height: 120%;
		color:red;
		font-weight: bold;
	}

	ul#presse_artikeluebersicht a {
	text-decoration: none;
	}
	/*Artikelauswahlboxen*/
	div#presse_artikeluebersicht {
		margin-top: 3px;
		padding: 2px 2px 5px 10px;
		background-color: #dec29c;
	}

	div#presse_artikeluebersicht h4 {
	text-decoration: none;
	font-size: 14px;
	font: Arial, Veranda;
	color: #142652;
	font-weight: bold;
	}
	
	div#presse_artikeluebersicht p {
		margin: 0 0 0 0;
	}
	
	div#presse_artikeluebersicht:focus,
	div#presse_artikeluebersicht:hover,
	div#presse_artikeluebersicht:active {
		background-color: #bea686;
		text-decoration: underline;
	}
	
/*Presseartikel*/
/*Text in Pressartikeln*/
	/*Artikelueberschrift*/
	h2.artikelueberschrift {
		color: red;
		text-align: center;
		font: normal 2em/120% "Times New Roman";
		margin: 0 0 15px 0;
	}
	
	h3.artikelueberschrift {
		color: red;
		text-align: center;
		font: normal 1.5em/110% "Times New Roman";
		margin: 0 0 15px 0;
	}
	
	/*Abschnitte*/
	div#abschnitt {
		margin: 0 0 20px 0;
	}
		
	/*Absaetze*/
	p {
	margin: 0 0 5px 0;
	text-align: justify;
	}
	
/*Tabellenformatierung*/
	/*Ergebnistabellen*/
	table#ergebnisse caption{
		margin: 0 0 5px 0;
		text-align: left;
		text-decoration: underline;
	}
	
	table#ergebnisse td{
		width: auto;
		padding: 5px;
		vertical-align: top;
	}
		
/*Bilder in Presseartikeln*/
	/*Bild zentriert; Text oben und unten*/ 
	div#img_zentriert {
		margin: 0 0 20px 0;
		text-align: center;
		line-height: 130%;
		font-size: .8em;
		font-style: italic;	
	}
	
	/*Bild linksbündig; Text rechts daneben*/
	div#img_linksbuendig {
		float: left;
		margin: 5px 8px 0 0;
		text-align: center;
		line-height: 130%;
		font-size: .8em;
		font-style: italic;
	}

	/*Bild rechtsbündig; Text links daneben*/
	div#img_rechtsbuendig {
		float: right;
		margin: 0 0 0 8px;
		text-align: center;
		line-height: 130%;
		font-size: .8em;
		font-style: italic;
	}


