/* * * * * * * * * * * * * * * * * */
/*  Theme:    dath 2.0             */
/*  CSS-File: Print.css            */
/*  Author:   Daniel Theiss        */
/*  Last:     31.05.2009 21:24:20 */
/* * * * * * * * * * * * * * * * * */

body {
	text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

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

p {
  margin: .5em;
}

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

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

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

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

*[acronym]:after {
	content:" ("attr(acronym)")";
	color: #d3d3d3;
	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;
}

code {
font: .8em 'Courier New', Courier, Fixed;
color: gray;
padding-left: 2em;
}
 
code a[href]:after {
content:"";
}

/* Ende Allgemeines Druck-Layout */

#box_header, #box_top, #box_logo, #box_news, #box_bs, #box_topnav, #box_toggle,#box_sidebar, #box_search, #box_buttons, .rounded_box, .basictab, #box_footer a, #content_comments, .aLeft, .aRight
{
  display: none;
}

h1 {
  display: block;
  margin-bottom: -20px;
  margin-top: 0;
}

#box_main
{
	padding: 5px 5px 5px 5px;
	background: #fff;
  text-align: left;
  color: #000;
}

#box_content
{
	margin: 20px 10px 17px 2px;
	padding: 0.5em 0.6em 0.5em 20px;
}


#box_footer
{
	border-top: 1px solid #222;
  color: #000;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-left: 20px;
	page-break-before: avoid;
}

#box_footer:after {
  content:" www.dath.info ";
}

dt {
font-weight: bold;
}


/* * * CSS-File: Print.css ~ END * * */
