@charset "utf-8";

.noPrint {
	display: none;
}
/* Normales drucken */

body {
  background: none;
	font-size: 24px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
}

#navigation{
  display: none;
}

#content {
  width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	display: block;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#content p {
	width: 100%;
}


#content table.imagelist, #content table.overview {
  margin-left: 0px;
	font-size: 0.8em;
}

#content table.imagelist td {
	font-weight: normal;	
}

#content table.imagelist td img{
	border: none;
}

/* InformationsBox drucken */

body.infoPrint {
	font-size: 24px;
	color: #000;
}

body.dinnerPrint {
	font-size: 12px;
}

body.infoPrint #container, #navigation {
	display: none;
}


body.infoPrint #InformationBox {
  border: 0px;
	left: 0px !important;
	top: 0px !important;
	width: auto !important;
}

#InformationImage {
	float: right;
	width: 40%;
	border: none;
}

body.infoPrint #InformationToolbar {
  display: none;
}

body.infoPrint #InformationContent {
  border: 0px;
	position: fixed;
	background-color: #FFF;
	width: auto !important;
	height: 100%;
	top: 0px;
	left: 0px;
}

body.infoPrint #InformationContent p {
	font-size: 0.8em;
	margin-top: 2em;
	width: auto !important;
}
#DinnerTable, #SchichtplanTable { 
	width: auto !important; }

body.infoPrint #DinnerHead img {
	width: 120px;
}
body.infoPrint #DinnerHead p, #DinnerHead h2{
	margin-left: 140px;
}

#InformationBox h2 a { display: none; }
