Danke, sejuma, für die Links. Die kannte ich aber schon, und men Problem sind ja auch keine horizontalen Lücken (die hatte ich auch, bin sie aber durch #blume { line-height: 0 } wieder los geworden), sondern NEBEN den Bildern, also vertikal. Total verrückt. Ich hab's auch immer noch nicht rausbekommen.
* { margin: 0; padding: 0; } hab ich natürlich auch am Anfang des CSS-Doks. hmmmm....
Wie ich in meiner Frage schon gesagt habe, das Ganze ist nicht online und ich weiß nicht, was und wie ich posten kann/soll. Den gesamten Css-Code??? Na gut...

Ich hoffe, das bringt's...
DANKE!!!!
/*
==========================
Datum: 24.11.2009
========================== */
/*
==========================
Kalibrierung
========================== */
* { padding: 0; border: 0; margin: 0; }
p { margin-bottom: 1em; }
li { margin-right: 100px; }
/*
==========================
Allgemeine Styles
========================== */
body {
background-color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 1.7; }
h1 {
margin-bottom: 1em;
font-size: 120%;
line-height: 1; }
#kopfbereich {
height: 133px;
background-color: black; }
#ortsangabe {
position: absolute;
top: 60px;
left: 4em; }
#logo {
position: absolute;
top: 20px;
right: 20px; }
/*
==========================
Hyperlinks
========================== */
a { color: white; text-decoration: none; }
a:hover, a:focus { font-weight: bold; font-style: italic; }
#textbereich a {
color: black;
font-size: x-small;
line-height: 150%; }
/*
==========================
Layoutbereich
========================== */
#weisse_mitte {
height: 490px;
width: 100%;
background-color: white; }
#rahmen_links {
position: absolute;
left: 4em;
top: 190px; }
#textbereich {
position: absolute;
height: 300px;
left: 85px;
top: 224px;
color: black; }
#rahmen_rechts {
position: absolute;
top: 190px; }
#blume {
position: absolute;
height: 400px;
width: 220px;
left: 810px;
top: 234px;
line-height: 0; }
#navibereich {
width: 900px;
color: white;
padding: 20px 0 0 4em ; }
#navibereich li {
display: inline;
list-style-type: none; }