﻿/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #heder, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

html{ 
    font-size: 62.5%; /* bewirkt  1em = 10px */
     /* force Netscape & Firefox to display vertical scrollbars */
    height: 100%; 
} 

body {
  line-height: 2em;
  color:#000;
  background: none;
  font-size: 1.0em;
  margin: 2em 2em 4em 5em;
  max-width: 70em;
  background: white;
}

h1,h2,h3,
h4,h5,h6  { font-family: Georgia, "Times New Roman", Times, serif; }
body      { font-family: "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Arial, sans-serif; } 
pre       { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; } 
code      { font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace; } 

h1 { font-size: 2.5em; margin: 1em 0 2.5em 0; line-height: 1.2em; }
h2 { font-size: 2em; line-height: 1.3em; margin: 0 0 .5em 0; }
h3 { font-size: 1.6em; margin: 1em 0 0.5em 0; }
h4 { font-size: 1.4em; margin: 0.5em 0 0.5em 0; }
h5 { font-size: 1.2em; margin: 0 0 0 0; }

p, ul {
    font-size: 1.8em;
	margin: 0 0 1em 0;
}
#mainContent img { 
  display: inline; 
  margin:1.5em 1.5em 0.5em 0;
}
p img.top { 
  margin-top: 0; 
}

.textList li {
	margin: 0 0 0.5em 0;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}

li p {
	font-size: 1em;
}

a:link, a:visited {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.imgcaption {
	display: block;
	font-size: 80%;
	font-style: italic;
}

/*
a:link:after, a:visited:after {
   
   
}
*/
a[href^="http:"] { 
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


/* Layout
-------------------------------------------------------------- */
.skip, .skip2, .innerContentNav, #footerBox, #kontaktFormular, #breadcrumbBox, #logoBox, #mainNavBox, #metaNavBox, #breadcrumpBox, #topBox, #columnRight, .rundgang, .oeffungszeiten {
  display: none;
}

.pageheader{
	display: block;
}

#printerlogo {
	width: 100%;
}
#printerlogo  img{
	clear: both;
	display: block;
	margin: 1em 0 2em 0em;
}

.link_table {
	clear: both;
}

/* Email-Adresse (Spamschutz) */
#adrleft {
	float: left;
	width: 5.5em;
}
#adrright {
	padding-top: 0.4em;
	margin-left: 5.5em;
	width: 13.6em;
}
#adrright img {
	margin: 0;
	padding: 0;
	width: 100%;
}


/* Printmenu gestalten
-------------------------------------------------------------- */

#druckNav ul {
	list-style: none;
	margin: 0.5em 0 3em 0;
	padding: 0;
}
#druckNav li{
	display: inline;
}

#druckNav a {
	padding: 0.2em 0.4em;
	font-size: 80%;
	color: #666152;
	text-decoration: underline;
	cursor: pointer;
	border: solid 1px #666152;
}
#druckNav a:hover,#druckNav a:focus {
	background: #666152;
	color: white;

}


/* Printmenu verschwinden lassen beim drucken
-------------------------------------------------------------- */
@media print {
	#druckNav {
		display: none;
	}
}
