/* Print Stylesheet
www.kuk-roemerberg.de
Version 0.1
Start: 30.10.2006 
Letzte Aenderung: 

wichtige Farben:
rot: #D10015
orange: #E37C00 od #CD811B
gelb: #E1B800
grün: #00792E
schwarz: #262626 od. #101010
grau: #A2A2A3

*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
    color: black;
}

#sidebar, #content img { display: none; }

/* Allgemeines */
body {
  margin: 0;
  padding: 0;
  font: 11pt Garamond, Palatino, "Times New Roman", Times, serif;
  background: transparent;
}

h1 { font-size: 18pt; font-weight: bolder; }

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

h2 {
  font-size: 1.2em;
  letter-spacing: .05em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1.0em;
}
	
h5 {
  font-size: .9em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
	list-style-type: square;
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}

li { display: list-item; }
	
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: monospace;
  color: #666;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}


/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. */ 
a[href]:after {

  content: " (URL: <http://www.kuk-roemerberg.de/"attr(href)">) ";
  page-break-before: auto;
  font-size: 76%;
  color: #666;
  background: transparent;
}

#footer {
font-size: .7em
}

