/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}

#navigation{
	display:none;
}
#navigation_container{
	display:none;
}
#menue_kontakt{
	padding:15px 0 0 10px;
	font-family:Arial;
	font-size:0.8em;
}
#slogan h1{
	color: #000;
	font-family:Arial, Helvetica, Sans-Serif;
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
	padding-top:50px;
}
#contentmenue{
	display:none;
}
#content img {
	float:left;
	display:block;
	float:none;
}
#content div {
	float:none;
	clear:both;
}
#content hr {
	display:block;
	float:none;
}
#content p {
	float:none;
}
#content h3 {
	width:100%;
	float:none;
}
#header{
	background-image:url('../images/masthead.jpg');
	background-repeat:no-repeat;
	height:110px;
	float:none;
}

/* Fußzeilen */
#footer {
	display:none;
}
#link_footer a{
	display:none;
}
.schrift_klein 
{
	font-family:Arial;
	font-size:0.9em;
	text-align:left;
}
