/*==================================================
style-sheets.de
Stylesheet fuer die Druckausgabe
(c) 2003-2004 by Gerrit Kaiser <gk@style-sheets.de>
==================================================*/


/* Fuer die Druckausgabe ueberfluessiges abschalten */
#clickhome, #col-left, #nav, #comments, #commentlist, #col-right-right, #postcomment, #commentform, #col-right, #footer
 {
display: none;
}

.sec-title {
	display: none;
}

.sociable {
	display: none;
}

/*#header h1 { display: none; }*/
#header .description { display: none; }

/* Geeignete Eigenschaften fuer die Druckausgabe setzen */

body {
  margin: 0;
  padding: 0;
  font: 12pt Times, "Times New Roman", serif;
  color: black;
  background: transparent;
}

	
h1, h2, h3, h4, h5, h6 {
  font-family: Times, "Times New Roman", serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
	font-size: 1em;
}

h2 {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #A70A0A;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}
	
h5 {
  font-size: 1.0em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  /*text-indent: 2em;*/
}

code {
  font-size: .76em; /* Code wird sonst viel zu gross gerendert */
  font-family: Times, "Times New Roman", serif;
  color: #333;
  /*background: transparent;*/
}

a, a:visited, a:hover, a:visited:hover {
  color: #A70A0A;
  background: transparent;
  text-decoration: none;
	padding: 0;
	margin: 0;
}

a img {
  border: none;
}


/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. */ 
a:link:after, a:link:visited:after {

  content: " (Link auf <" attr(href) ">) ";

  font-size: 76%;
  color: #999;

  background: transparent;
}

#nav li.current_page_item, #nav a:hover, #nav li.current_page_item a, #nav li.current_page_item a:visited {

  content: " (Link auf <" attr(href) ">) ";

  font-size: 76%;
  color: #999;

  background: transparent;
}


/* Bei internen Links muss noch die eigene Domain ausgegeben werden */

a[href^="/"]:link:after {

  content: " (Link auf <http://www.r-mag.de " attr(href) ">) ";
  padding: 0;

}

/* Innerhalb von Beispielen sind ausgedruckte URLs unerwuenscht */
.beispiel a:link:after,
.beispiel a:link:visited:after {
  content: "";
}

#sitemast {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 20pt solid #c8c8c8;
}

#sidecontent {
  border: 1pt dashed;
  background: #dde5f3;
  font-size: .95em;
  margin: 1cm;
  padding: 5pt;
}


.postinfos {
  font-weight: bold;
  border-bottom: 1pt solid;
  width: 50%;
}

/* image styles */

img.left {
float: left;
margin: 0 15px 10px 0;
}
img.right {
float: right;
margin: 0 0 10px 15px;
}
img.centered {
display: block;
margin: 10px auto;
}
img.border {
padding: 2px;
border: 1px solid #999;
}
