/*  
Stylesheets fuer den Ausdruck der Website
*/
body {
    margin: 20px;
	font: 76%/1.6em   Tahoma,Verdana, sans-serif; 
}
h1 { font-size:17pt; }
h2 { font-size:13pt; }
a { text-decoration:none; color: #000000; }
a img {	border:0; margin:5px; }
img { padding:0px;margin:5px; }
.clear { clear:both; height:20px; }
#header {
	border-bottom:#000000 1px solid; margin-bottom: 20px;
}
#navigation {
	display:none;
}
#feedarea {
	display:none;
}
#sidebar {
	display:none;
}
#footer {
	display:none;
}
#commentform {
	display:none;
}

#respond {
	display:none;
}

#content .post 
{
	padding:0 0 2em 0;
	border-bottom:#aaa 0px dotted;
}
#content p img.right {
	float: right; margin:10px 0 0 10px;
}
#content p img.left {
	float: left; margin:0 10px 10px 0;
}
#content .post h2 
{
	font-size: 1.4em; 
	margin: 0.2em 0px 0px;	
	letter-spacing:1px;
	font-weight:normal;	
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}
#content .entry p
{
    margin-bottom:15px;
}
#content .entry a 
{
    text-decoration:none;
}
#content .post-info , #content .postmetadata
{
        clear:both;
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;

}
#content .postmetadata
{
        border-top:#aaa 1px dotted;
}
#content .post-info 
{
	padding-bottom:12px;
        border-bottom: 1px dotted #aaa;	
}
#content .entry ul
{
    clear:both;
}
#content .entry ul img
{
    margin-bottom:2em;
}
