/* Kopfbereich mit Linien */
/* ----------------------- */
#content #kopf {
/*width: 450px;*/
/*float: left;*/
}
/* 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;
width: 430px;
}
/* Text-Box und News-Box */
/* --------------------- */
#content #text {
width: 430px;
float: left;
margin: 0;
padding: 15px 10px;
border: 0;
background-color: #fff;
color: #333;
}
/* 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 rechts mit Platz
- dittel-content_breiter-text.css für textintensive Seite (z.B. AGB)
*/
#content #text #funktionen { display: none; }

#content #text.ohneNewsSmall {
/* Variante ohne News mit rechts Platz */
width: 430px;
margin: 0;
padding: 20px 184px 5px 10px;
background-color: #fff;
color: #000;
}
#content #news {
width: 172px;
float: right;
margin: 1px 0 0 0; 
padding: 0;
border: 0;
}


