/* Kopfbereich mit Linien */
/* ----------------------- */
#content #kopf {
/* die bg-Grafik von dittel.css überschreiben! */
background-color: #fff;
/* aber 1px Randlinie lassen!: 625-1=624 */
width: 624px;
}
/* Werte wie für #content #news h1 ! */
#content #kopf p.abstand {
font-size: 0.8em;
padding: 2px 0 1px 0;
margin: 0;
border-top: 1px solid #ccd8e0;
}

#content #kopf h1 {
font-size: 1.0em;
color: #003366;
margin: 0;
padding: 5px 10px 3px 10px;
border-top: 1px solid #ccd8e0;
border-bottom: 1px solid #ccd8e0;
}

/* Text-Box und News-Box */
#content #text {
width: 430px;
float: left;
margin: 0;
padding: 20px 10px;
border: 0;
background-color: #fff;
color: #000;
}

/* für Seitenfunktionen (drucken ... ) */
#content #text #funktionen {
border-top: 1px solid #ccd8e0;
font-size: 0.7em;
margin: 30px 0 10px 0;
padding: 10px 5px 0 0;
text-align: right;
}

/* VORSICHT: Bug des IE: 
Es wird für eine ID, hier #text nur die erste
Klasse interpretiert.
==> Es wurden 2 .css angelegt:
- diese für textintensive Seite (z.B. AGB)
- dittel-content.css für Seiten mit rechten Rand
*/
#content #text.ohneNews {
/* für Textintensive Seiten, z.B. AGB */
/* maximaler width in content: 625px ABER 1px für Rand rechts ==> 624px*/
width: 604px; /* bei 604px: 1px für feine Randlinie rechts */
margin: 0;
padding: 20px 10px 5px 10px;
background-color: #fff;
color: #000;
}
#content #news {
width: 172px;
float: right;
margin: 1px 0; 
padding: 0;
border: 0;
z-index: 0;
background-color: #fff;
}
