/* Stylesheet - for print. */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
  	 }

#header {
	display: none;
	}

#divider {
	display: none;
   	}

#right {
	display: none;
	}	

a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h4, h5, h6	{
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}
h2	{
	font-size: 14px;
	font-weight: bold;
	}
h3	{
	font-weight: bold;
	}

h4, h5, h6	{
	font-weight: normal;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	
html #pagebody p	{
	line-height: 1.25em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11pt !important;
	}
	
	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }

#content a:after {font-size: 40% !important;}

#content a[href^="/"]:after {
   	content: " (http://www.skdev.sk/cyklo" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#maincontent a[href^=""]:after {
   	content: " (http://www.skdev.sk/cyklo/" attr(href) ")";
	}
*/




