/*
 * October 30, 2007
 * 
 + Hotel Residence FLORA - Print CSS
 * Author: Adnan Selimovic fuer ::sicht-bar::
 * 
 * +++ Log changes +++
 *  Last change: 30.10.2007
 * 
 */

#print_headline {
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	left:0;
	width:100%;
	text-align:left;
	font-size: 9px;
}

/* index page */

#content {
   z-index:1;
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	margin: 0;
	padding:0;
	
}	

#index_print_this h2, p.text {
	color: #000000;
	text-decoration: none;
}

#gallery_top 				{ display: none }
#left_side 					{ display: none }
#tell_print 				{ display: none }
p.welcome 					{ display: none }
#content h1 				{ display: none }
img.content_bottom_left { display: none }
img.content_bottom_right{ display: none }
.advert 						{ display: none }
#right_cats 				{ display: none }

/* end index page */