Also genau diesen Anschein macht es das der grosse Abstand dem Gesamtabstand der Navigation entspricht,
ich bin da leider nun auch nicht der profi drin und weis nicht sogenau woran das noch liegen kann.
Anbei das css:
---------------
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (
http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through
http://oswd.org/email.phtml?user=Andreas
Version: 1.0
(July 25, 2005)
Screen layout: */
/*
This layout depends on modified news summary template
{foreach from=$items item=entry}
{$entry->titlelink}
{$entry->category}
{if $entry->author}
by {$entry->author}
{/if}
{if $entry->formatpostdate}
{$entry->formatpostdate}
{/if}
{if $entry->summary}
{eval var=$entry->summary}
[{$entry->morelink}]
{else if $entry->content}
{eval var=$entry->content}
{/if}
{/foreach}
Copy paste this template to your news summary template and delete from here
*/
body {
margin: 1 auto ;
padding: 0;
font: 76% Verdana, Arial, sans-serif;
background: #f4f4f4 top-center ;
}
#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 990px;
}
#header {
clear: both;
margin: 0px 10px 0 0px;
padding: 1px;
height: 25px;
}
#header h1 {
width: 250px;
margin: 0px 0px 0px;
float: left;
}
#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0px 0 0px 0px;
font-size: 0.8em;
line-height: 1.2em;
}
#frontphoto {
margin: 10px 0 10px 0;
border: 0;
}
#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 2px;
font-size: 0.9em;
min-height:1em; /* Fixes IE7 bug*/
}
#avmenu ul {
list-style: none;
width: 150px;
margin: 0 0 40px 0;
padding: 0;
font-size: 1.1em;
min-height:1em; /* Fixes IE7 bug*/
}
#avmenu li {
margin-bottom: 2px;
}
/* first level */
#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 0px solid #cccccc;
}
#avmenu li a:hover {
background: #B0C9E1;
color: #286ea0;
border-left: 0px solid #286ea0;
}
#avmenu li a.menuactive {
background: #eaeaea;
color: #286ea0;
border-left: 0px solid #286ea0;
}
/* second level */
#avmenu li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 0px 0 0 10px;
background: #f4f4f4;
border:0;
}
#avmenu li li a:hover {
background: #B0C9E1;
color: #286ea0;
border:0;
}
#avmenu li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border:0;
}
.announce {
margin: 0px 0 0px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}
#extras p {
margin: 0 0 1.5em 0;
}
#content {
margin: 0 110px 0px 160px;
border-left: 0px solid #f0f0f0;
border-right: 0px solid #f0f0f0;
padding: 0 0px 0 0px;
line-height: 1.6em;
text-align: left;
}
#content img {
padding: 0px;
display:inline;
background: #cccccc;
border: 0px solid #f0f0f0;
}
h3 {
font-size: 1.3em;
margin: 0 0 0px 0;
}
a {
text-decoration: none;
color: #ffffff;
}
a:hover {
text-decoration: none;
color: #ffffff;
}
a img {
border: 0;
}
#footer {
clear: both;
margin: 0 auto;
padding: 6px 0 8px 2px;
border-top: 0px solid #f0f0f0;
width: 990px;
text-align: center;
color: #ffffff;
font-size: 0.9em;
background:#5A7FA9;
}
#footer a {
color: #ffffff;
text-decoration: none;
}
#footer a:hover {
text-decoration: none;
}
.left {
margin: 10px 10px 5px 0;
float: left;
}
.right {
margin: 10px 0 5px 10px;
float: right;
}
.textright {
text-align: right;
}
.center {
text-align: center;
}
.small {
font-size: 0.8em;
}
.bold {
font-weight: bold;
}
.hide {
display: none;
}
------------------------------