/*
	(c) 2008 Online-Info Service GmbH <info@online-service.de>
	
	[ print.css - Druckversion ]

*/
body
{
	background-color: white;
	background-image: none;
}
/* ---------------------------------------------------------------- border */
#wrapper
{
	width: 90%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	background-image: none;
}
/* ---------------------------------------------------------------- logo */
#logo
{
	width: 100%;
}
/* ---------------------------------------------------------------- info */
#info
{
	display: none;
}
/* ---------------------------------------------------------------- header */
#header
{
	display: none;
}
/* ---------------------------------------------------------------- newsbox */
#newsbox
{
	width: 100%;
}
/* ---------------------------------------------------------------- bildbox */
#bildbox
{
	display: none;
}
/* ---------------------------------------------------------------- streifen */
#streifen
{
	display: none;
}
/* ---------------------------------------------------------------- navigation */
#navigation
{
	display: none;
}
/* ---------------------------------------------------------------- content */
#inhalt
{
	width: 100%;
        font-size: 12px;
float: left;
}
/* ---------------------------------------------------------------- buchung */
#buchung
{
	display: none;
}
/* ---------------------------------------------------------------- adresse */
#adresse
{
	display:none;
}
/* ---------------------------------------------------------------- adresse */
#fusszeile
{
	display: none;
}
/* ---------------------------------------------------------------- adresse */
#fusszeile_print
{
   padding-top:20px;
}
#fusszeile_print:before
{
   content: "Hotel Löwen Oberstaufen, Kirchplatz 8, D-87534 Oberstaufen, Tel. +49(0)8386-494-0, Fax +49(0)8386-494-222, E-Mail: info@loewen-oberstaufen.de";
   font-size: 10px;
}