@charset "UTF-8";
/*
 * File: print.css (print.min.css is compressed)
 * Description: Print definitions for some elemente
 * Guidelines: Properties sorted alphabetically
 *
 * Author: Daniel Roemer
 * Copyright 2010 i-fabrik (www.ifabrik.de)
 *
 *
 * TABLE OF CONTENTS
 * -------------------------
 * 01. GENERELL
 * 02. LAYOUT
 * 03. NAVIGATION
 */

/* ===================================================================================================
 *
 * 01. GENERELL
 *
 * ================================================================================================ */

	body { background-color: #fff; }
	
	/* Elemente ausblenden (default) */
	.hideme { display: none !important; }
	.outside {
		left    : 10000em;
		position: absolute;
		top     : 0; }
	
	/* Elementeausrichtung (default) */
	.floatleft, .alignleft { float: left; }
	.floatright, .alignright { float: right; }
	
	/* Elementeausrichtung aufheben */
	.clearfloat {
		clear      : both !important;
		float      : none !important;
		font-size  : 0px !important;
		height     : 0px !important;
		line-height: 0px !important;
		margin     : 0 !important;
		overflow   : hidden !important;
		padding    : 0 !important; }


/* ===================================================================================================
 *
 * 02. LAYOUT
 *
 * ================================================================================================ */

	/* -----------------------------------------------------------------------------------
	| Ausdruck Seitenkopf - Logo / Kontakt
	* --------------------------------------------------------------------------------- */

	#logo_print {
		display: block;
		padding-bottom: 20px;
		margin-bottom: 40px;
		border-bottom: 1px solid #aaa;
	}
	#logo_print img, #logo_print #print_contact { float: left; }
	#print_contact { padding: 10px 0 0 50px; }
	#print_contact p { margin-bottom: 10px; }


	/* -----------------------------------------------------------------------------------
	| Head
	* --------------------------------------------------------------------------------- */

	#ly_navi_head_wrapper, #ly_head_wrapper {	display: none; }
	
	/* -----------------------------------------------------------------------------------
	| Body
	* --------------------------------------------------------------------------------- */
	
	#ly_body_wrapper { width: 100%; }
	#col_right { display: none;	}
		
	/* -----------------------------------------------------------------------------------
	| Foot
	* --------------------------------------------------------------------------------- */
	
	#ly_navi_foot_wrapper, #ly_sponsors_wrapper { display: none; }
