/***********************************************************************
 
 Web:           http://www.kolowrat.com
 Filename:      print.css
 Version:       19.05.2008
 
 Copyright:     (C) mo.cz - Martin Odehnal, 2008
 Author:        MgA. Martin Odehnal  
 Web:           http://www.mo.cz/
  
***********************************************************************/

body {
	font-family: serif;
	font-size: small;
	background: #fff;
	color: #000;
}
a {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 25px;
	padding-bottom: 10px;
}
h1 a {
	text-decoration: none;
}
/* pridal jsem .main h1 */
.main h1  {
	font-size: 18px;
	padding-bottom: 10px;
}

.invisible, hr, img, #sitemap, .topmenu, .mainmenu {
	display: none;
}

