<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
#content {
width: 900px;
margin: auto;
min-height: 200px;
font-size: 12px;
text-align: left;
padding: 0;
padding-top: 10px;
background-color: #669900;
color: #fff;
border: none;
margin-top: 11px;
}
#post {
width: 550px;
min-height 50px;
color: #fff;
margin: 0px;
margin-left:10px;
margin-right: 10px;
padding-top: 5px;
border: 1px solid #ffffff;
margin-bottom: 10px;
}
#posttitle {
width: 530px;
height: 25px;
color: #fff;
margin: 0px;
margin-top: -10px;
margin-left: 12px;
margin-right: 10px;
}
#posttitle a {
color: #314013;
text-decoration: none;
}
#posttitle a:hover {
color: #314013;
text-decoration: underline;
}
#postinfo {
width: 520px;
height: 12px;
font-size: 11px;
color: #ffffff;
margin: 0px;
margin-top: -5px;
margin-left: 13px;
margin-right: 10px;
border: none;
}
#postoption {
margin-right: 10px;
margin-bottom: 5px;
width: 530px;
padding-right: 5px;
}
#postcontent {
width: 520px;
min-height: 80px;
font-size: 12px;
color: #fff;
margin: 0px;
margin-top: 7px;
margin-left: 13px;
margin-right: 15px;
border: none;
}
#sidebar {
min-height: 200px;
margin: 0px;
padding: 0px;
border: none;
}
#post{
float: left;
}
</style>
</head>
<body>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="post">
<div id="posttitle"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Link zu <?php the_title(); ?>"><?php the_title(); ?></a></h2><br /></div>
<div id="postinfo">Veröffentlicht am <?php the_time('d.m.Y') ?> um <?php the_time() ?> von <?php the_author() ?><br />
----------------------------------------------------------------------------------------------------</div>
<div id="postcontent"><?php the_content('Kompletten Beitrag lesen'); ?></div>
<div id="postoption" style="text-align:right;"><?php edit_post_link('Bearbeiten','',''); ?> | <?php the_category(', ') ?> | <?php comments_popup_link('Keine Kommentare', '1 Kommentar', '% Kommentare'); ?> | </div>
</div>
<div id="sidebar">
<?php get_sidebar(); ?></div><br style="clear: both" />
<?php endwhile; ?>
<?php next_posts_link('« vorherige Seite') ?> - <?php previous_posts_link('nächste Seite »') ?>
<?php else : ?>
<div class="error">
<h1>Fehler!</h1>
Die gewünschte Seite ist nicht verfügbar.
</div>
<?php endif; ?>
</div>
</body>
</html>