/*  
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 */


#topnav {
	display: none;
}

#centerheader {
	display: none;
}

#header {
	display: none;
}

#tabbarbox {
	display: none;
}

#imageportraet {
	display: none;
}

#content_inside_sidebar {
	display: none;
}


body {
	text-align: left;
	margin: 4;
	padding: 0;
	color: black;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: .75em 0 .5em 0;
	text-align: left;
	page-break-after: avoid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

p {
  margin: .5em;
}

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

/*

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

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

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

*[acronym]:after {
	content:" ("attr(acronym)")";
	color: lightgrey;
	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, blockquote:before {
	content:open-quote;
} 

q:after, blockquote:after {
	content:close-quote;
}

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

/* Ende Allgemeines Druck-Layout */




/* Start spezielle WP-Tags */
code {
	font: .8em 'Courier New', Courier, Fixed;
  color: gray;
	padding-left: 2em;
}

code a[href]:after {
	content:"";
}
/* Ende spezielle WP-Tags */
