/**
 * $Id: print.css 865 2008-10-25 08:29:52Z doc $
 * Website Baker template: round
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file defines the CSS styles used for print devices.
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.


*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(styles.css);
@page { size:21.0cm 14.85cm; margin-top:1.7cm; margin-bottom:1.4cm;margin-left:2cm; margin-right:2cm  }

p,blockqoute,div { 

widow:3; 


}


body{ 

	font-family: 'Lato', sans-serif;
	font-size: 10pt!important;
	color: #333;
	width:100%;
	/*background:none*/
}
h1 {
font-family: 'Lato', sans-serif; font-size:200%;
margin:0 0 -5px!important; letter-spacing:2px!important;
font-weight:300;
}

a, a:visited {
	color:#333;
	text-decoration: none;
}
body {margin:0; padding:0;}

/* nicht druckbare elemente*/

#logo, #nav, #searchbox,.button
 {display: none!important;}

