/* 
  Titel: elsdorfer-feinkost.de CSS Stylesheet für Druckversion
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 06.11.2007
*/

/************************************************************/
/* Formatierungen	Seite         									          */
/************************************************************/
body {
  height: 100%;
	margin: 0;
	padding: 0;
  text-align: center;
  min-width: 810px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
  background-color: #FFFFFF;
}

html, body { 
  height: 100%;
	width: auto;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
	width: 810px;
	margin: auto;
	padding: auto;	
  height: 100%;
	text-align: center;
	vertical-align: middle;
}

#bottom {
  background-image: none;
	background-repeat: no-repeat;
	border-top: 1px solid #3BA6F0;
	width: 600px;
	height: 10px;
	color: #6FA3DD;
	vertical-align: bottom;
	font-size: 10px;
	padding: 10px 30px 30px 0;
}

#printversion {
	float: left;
	margin: 0 0 0 30px;
}

#copyright {
	float: right;
}

#content-box {
	float: left;
	width: 588px;
	background-image: none;
	background-repeat: no-repeat;	
	min-height: 328px;
	height:auto !important;
	height: 328px;
}



