﻿/*
Formatierungen für die Druckausgabe
Description: Basierend auf einem alten WordPress-Theme von Peruns Weblog (<a href="http://www.vlad-design.de">Vladimir Simovic</a> aka <a href="http://www.perun.net">Perun</a>).
Author: Ralph Stenzel ("zonebattler")
Author URI: http://www.zonebattler.net
*/


/* Allgemeine Formatierungen */

body {
background: #fff;
font: 11pt arial, sans-serif;
color: #222;
}

a {
color:#000;
}

a:link:after, a:visited:after {
/*
content: " (" attr(href) ") ";
*/
font-size: 90%;
font-style:italic;
color:#000;
}

/*
a[href^="/"]:after {
content: " (http://www.perun.net" attr(href) ") ";
}
*/

hr, iframe, .weiter, .nach-oben, .unsichtbar, #technorati, .bearbeiten {
display: none;
}

ins {
text-decoration: none;
border-bottom: 1px dashed #222;
}

acronym, abbr, dfn {
border-bottom: 1px dashed #333;
}

blockquote {
border-left: 5px solid #ccc;
margin: 1em 0;
padding-left: 10px;
}

img {
border: none;
}

pre, code {
font: 11pt 'courier new', courier, monospace;
color: #900;
}

dt {
font-weight: bold;
}

dd {
margin: 0.2cm 0 0.5cm 0;
}

.bild-links {
float: left;
margin: 2px 10px 5px 0;
}

.bild-rechts {
float: right;
margin: 2px 0 5px 10px;
}

.center {
text-align: center;
}

.feedback, .feedback2 {
font-style: italic;
}

h1 {
font-size: 16pt
}

/* Ende der allgemeinen Formatierungen */


/* Navigation */

#navi {
display: none;
}


/* Inhalt */

#text-inhalt .datum {
font: 16pt 'times new roman', serif;
font-weight: bold;
color: #666666;
text-align: right;
padding-top: 20px;
}

#text-inhalt {
line-height: 135%;
width: 99%;
}

#text-inhalt h2 {
font: 16pt arial, sans-serif;
font-weight: bold;
text-align: left;
}

#text-inhalt h2.statisch {
font: 18pt arial, sans-serif;
font-weight: bold;
text-align: right;
}

#text-inhalt h3 {
font: 14pt arial, sans-serif;
}

#text-inhalt h3 a {
color: #222;
}

#text-inhalt h4 {
font: 13pt arial, sans-serif;
}

#rand #inhalt #text-inhalt h3 a {
text-decoration: none;
border: none;
}

#text-inhalt a {
color: #000;
}

#text-inhalt ul li {
line-height: 135%;
margin-bottom: 1px;
}

.feedback {
padding: 5px 0px;
border-bottom: 1px solid #000;
}


/* Kommentare */

#commentform, h3#postcomment, .kommentar-info {
display: none;
}

ol#commentlist li {
border-bottom: 1px solid #222;
}


/* Plugins */

.ed_button {
border: 1px solid #ccc;
background: #f9f9f9;
color: #369;
margin-right: 1px;
}

#wp_grins {
margin-top: 5px;
}


/* Infobox und Letzte Einträge */

#eingangsbox {
display: none;
}

/* Social Media Icon-Leiste unterdrücken */

.social {
        display: none;
        }