Ulysses: CDATA-Bereich in XHTML

Beitrag lesen

Hallo liebe Alle!
Kann mir jemand sagen, wozu folgender Bereich in einem XHTML 1.0 Transitional-Dokument als CDATA gekennzeichnet ist?

<style type="text/css">  
/*<![CDATA[*/  
#overlay { background-color: black; }  
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em; }  
.csc-textpic-caption {  display:none; }  
#prevLink, #nextLink {  background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */ }  
#prevLink { }  
#nextLink { }  
#prevLink:hover, #prevLink:visited:hover { background: url(typo3conf/ext/kj_imagelightbox2/lightbox/images/prevlabel.gif) left 15% no-repeat; }  
#nextLink:hover, #nextLink:visited:hover {background: url(typo3conf/ext/kj_imagelightbox2/lightbox/images/nextlabel.gif) right 15% no-repeat; }  
.presentationmodeAct a:link {color:#000000; font-weight:bold; text-decoration:none; width:100%; }  
/*]]>*/  
</style>

Das Dokument wird als "text/html" ausgeliefert.

Gefunden hab ich's im Quelltext einer Seite die ich hier nicht verlinken möchte. Vielleicht reichen meine obigen Angaben aber für eine Antwort aus.
LG und Danke
Ulysses