﻿@charset "utf-8";

/* CSS Document */

/*****************************************************************************
 * project  | LONGERICH UND PARTNER
 * author   | tobias baur, ingenieurbüro für medien und design, http://www.tobiasbaur.de      
 *
 * date     | 2014-11-19
 * file     | print.css
 * function | style-definition for print
 *****************************************************************************/

#left {
	display: none;
}

#top {
	display: none;
}

#logo, #claim {
	display: none;
}

#footer {
	margin-top: 50px;
	font-size: 70%;
}

