/*
Theme Name: bueltge.de bueltge.de Print-Layout
Theme URI: http://www.bueltge.de
Description: Drucklayout für WordPress Standard-Theme
Version: 1
Author: Frank Bueltge
Author URI: http://www.bueltge.de
*/

/* Start Allgemeines Druck-Layout */

#header, #respond, #footer, #headerimg, a#tooCool, #searchform, #s, #submit, #subcontent, .description, .np  {
	display: none;
}

#respond p {
	display: none;
}

select, input, textarea, ckeckbox, img, dd {
	display: none;
}

.navigation, .postmetadata, .subscribe {
	display: none;
}

body {
	text-align: left;
  margin: 0;
  padding: 0;
  font: 12pt "Times New Roman", Times, serif;
  color: black;
  background: transparent;
  background-color: transparent;
   background-image : url(bodybg.jpg);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
  margin: .75em 0 .5em 0;
  text-align: left;
  page-break-after: avoid;
}

p {
  margin: .5em;
}

a, a:visited, a:hover, a:visited:hover {
  color: #460CBE;
  background: transparent;
  text-decoration: none;
}

a[href]:after {
	content:" (Link zu: <"attr(href)">) ";
	color: #808080;
	background-color:inherit;
	font-style:italic;
	font-size: 9pt;
}

*[name]:after {
	content:" [#"attr(name)"]";
	color: #808080;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
}

*[title]:after {
	content:" ("attr(title)")";
	color: #808080;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
}

*[acronym]:after {
	content:" ("attr(acronym)")";
	color: #808080;
	background-color:inherit;
	font-style:italic;
	font-size: .7em;
}

*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
	font-size: .7em;
}

* {
	quotes: "\201E" "\201C" "\201A" "\2018";
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

blockquote, q, cite {
	padding-left: 2em;
}

/* Ende Allgemeines Druck-Layout */

table {
          caption-side : top;
          border-spacing:2px;
          width : 100%;

      }
td, th {  border:1px solid #ccc;
          vertical-align : top;
          padding:2px 5px 2px 7px;
          text-align : left;
      }
.under  { border-bottom : 1px solid #e7edf5; }

.anm {   font-weight: bold;
        color: #000000;
        margin-top:27px;
        margin-bottom: 17px;
         border-bottom: 1px solid #959596; }
