Ich hab mich nun ein bisschen mit BerlinerPaul zusammen gesetzt und siehe da... wieso kompliziert, wenns auch einfach geht!?

Habs nun so gelöst:

Code:
<h1 class="title"><span>Überschrift</span></h1><p class="parag">Text...</p>
Das ist der Grundcode.



Das (von mir angepasste) CSS dazu:

Code:
<style type="text/css"><!--
td, font {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size:8pt;
	}

.title {
	margin-bottom: 0px;
	text-align:left;
	}

.title span {
	background-color: #404040;
	color:#eee;
	font-size:10pt;
	padding:5px;
	}

.parag {
	margin-top: 0px;
	background-color: #404040;
	color:#eee;
	font-size:8pt;
	padding:5px;
	text-align:justify;
	}

.title, .parag {
	width:300px;
	margin-left:auto;
	margin-right:auto; 
	}

--></style>

In diesem Sinne nochmals danke an euch beide! glücklich


Gruß, Kat