@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*  by importing those stylesheets which should be used to render the layout on 
*  paper.
*******************************************************************************/

#leftColumn, #rightColumn, #contentColumn
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
#rightColumn, #leftColumn, .hnav, .printHide
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}

*
{
	border:0px;
	background-color:#fff;
	color:#000;
}

.inside .box .headline h2,.inside .box.outBorder .headline h1,.inside .box .headline h3,span.Schritt,h1
{
	color:#000;	
	font-size:12px;
	border:none;
	background-color:#fff;
	margin:0px;
	padding:0px;
	position:relative;
	left:0cm;
}
.Big.Headline.First,.Small.Headline.Last,.hideforprint
{
	display:none;
}	

.row1 .Full .reservierungsschein
{
	display:block;
}
.row1 .Full .reservierungsschein table
{
	width:80%;	
}
	

.Big.First,.Small.Last,.Big
{
	position:relative;
	left:0px;
	text-align:left;
}

.headline
{
	border:0px;
}

#outerColumnContainer, #innerColumnContainer,#content,#container,#contentColumn,.inside,.box,.Full,.headline
{
	border:none;	/* hide the borders used to create the left and
				   right columns' backgrounds */
	margin:0px;
	position:relative;
	left:1cm;
	width:90%;
}
a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}

#content,#outerColumnContainer,#pageWrapper,#contentColumn,#innerColumnContainer,.navigation
{
	background-color:#fff;
	border:0px;
}

#masthead,#footer,#right,#left,.navigation
{
	display:none;	
}

.box
{
	border:0px;
}	

#outerColumnContainer {
  border: none !important;
	width: auto !important;
}

#outerColumnContainer:after {
  content: 'CENTRIC Miet- und Digitalisierservice e.K. \2022  G\00e4rtnerstrasse 111 \2022  20253 Hamburg \2022  040-4321670 \A centric@centric.de \2022  \00d6 ffnungszeiten: Montag - Freitag von 9:00 - 18:00 Uhr';
	display:block;
	margin-top:50px;
	font-size:16px;
	text-align:center;
	white-space:pre;
	line-height:26px;
}

/******************************************************************************/