Beitrag # 17 | 14:55
Hab' das Problem gelöst!!! biggrin

Im HTML stand zu der Verlinkung zur CSS noch:

Code
<style>body { margin: 0pt; padding: 0pt; background: rgb(4, 4, 4) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } #contanier { background: rgb(4, 4, 4) url(http://src.ucoz.ru/t/875/3.gif) repeat-x scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } #mainTable { background: transparent url(http://src.ucoz.ru/t/875/4.jpg) no-repeat scroll center top; width: 780px; margin-left: auto; margin-right: auto; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } .logoBlock { width: 560px; height: 250px; padding-top: 20px; } .logoBlock h1 { color: rgb(255, 255, 255); font-weight: normal; font-size: 26pt; } .dataBlock { text-align: right; padding-top: 10px; } .contentBlock { padding: 0px 20px 20px 0px; } .rssBlock { height: 50px; } .boxTable { width: 220px; margin-bottom: 10px; } .boxTitle { background: rgb(3, 185, 255) url(http://src.ucoz.ru/t/875/5.gif) no-repeat scroll 0% 0%; height: 23px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: center; color: rgb(0, 0, 0); } .boxContent { padding: 10px; background: rgb(22, 22, 22) url(http://src.ucoz.ru/t/875/6.gif) no-repeat scroll center bottom; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } #footer { background: rgb(40, 40, 40) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } a:link { text-decoration: underline; color: rgb(228, 250, 253); } a:active { text-decoration: underline; color: rgb(228, 250, 253); } a:visited { text-decoration: underline; color: rgb(228, 250, 253); } a:hover { text-decoration: none; color: rgb(255, 255, 255); } h1 { font-weight: normal; font-size: 16pt; } td, body { font-family: verdana,arial,helvetica; font-size: 8pt; color: rgb(140, 140, 156); } form { margin: 0px; padding: 0px; } input, textarea, select { vertical-align: middle; font-size: 8pt; font-family: verdana,arial,helvetica; } .copy { font-size: 7pt; } a.noun:link { text-decoration: none; color: rgb(228, 250, 253); } a.noun:active { text-decoration: none; color: rgb(228, 250, 253); } a.noun:visited { text-decoration: none; color: rgb(228, 250, 253); } a.noun:hover { text-decoration: underline; color: rgb(255, 255, 255); } .mframe1 { padding: 2px 10px 30px; } hr { color: rgb(70, 70, 70); height: 1px; } label { cursor: pointer; } .blocktitle { background: transparent url(http://src.ucoz.ru/t/875/7.gif) no-repeat scroll 5px 2px; font-family: Verdana,Sans-Serif; color: rgb(255, 255, 255); font-size: 13px; font-weight: bold; padding-left: 22px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } .menut0 { } .menut { padding: 2px 3px 3px 15px; } .mframe { padding: 2px 0pt 30px 30px; } .bannerTable { width: 468px; height: 60px; } .menu1 { font-weight: bold; font-size: 8pt; font-family: Arial,Sans-Serif; } a.menu1:link { text-decor...</style>

Auf gut deutsch, es sind die gleichen Styles wie in der CSS wacko