/*==================================================
style-sheets.de
Stylesheet fuer die Druckausgabe
(c) 2003-2004 by Gerrit Kaiser <gk@style-sheets.de>
==================================================*/




/* Fuer die Druckausgabe ueberfluessiges abschalten */
#menu, .menu ul, .menu li, .menu li.folder, #footer, .headerp1 , .headerp2 , .headerp3, .header_sidebar_middle2, 
.tab_sidebar_middle1, .tab_sidebar_middle, .tab_sidebar_left2, .tab_sidebar_left1, 
.tab_sidebar_left, .tab_sidebar_right, .tab_sidebar_right1, .tab_sidebar_right2     {
  display: none;
}

/* Geeignete Eigenschaften fuer die Druckausgabe setzen */

body {
  margin: 10pt;
  margin-left:10pt;
  padding: 5pt;
  font: 10pt Arial, Helvetica, sans-serif, Verdana, Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

	
h1, h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
h1 {
  font-size: 10px;
}
h2 {
  font-size: 10px;
}

h3 {
  font-size: 10px;
}

h4 {
  font-size: 10px;
}
	
h5 {
  font-size: 10px;
}
	
h6 {
  font-size: 10px;
}
	
ol, ul, li {
  font-size: 10px;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 10px;
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
}

code {
  font-size: 10px; /* Code wird sonst viel zu gross gerendert */
  font-family: Arial, Helvetica, Sans-serif;
  color: #333;
  background: transparent;
}

 a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

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: 10px;
  color: #999;
  background: transparent;
}*/

/* Bei internen Links muss noch die eigene Domain ausgegeben werden */

  /*a[href^="/"]:link:after {
  content: " (Link auf <http://www.reifensuchmaschine.at " attr(href) ">) ";
}*/


#sitemast {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  border-bottom: 20pt solid #c8c8c8;
}


#sidecontent {
  border: 1pt dashed;
  background: #dde5f3;
  font-size: 10px;
  margin: 2cm;
  padding: 5pt;
}

#sidecontent p, #footer p {
  text-indent: 0;
}

#sidecontent h2 {
  margin: 0;
}

.postinfos {
  font-weight: bold;
  border-bottom: 1pt solid;
  width: 85%;
}