/**
 *  @template       Projekt MYGOLDFOX
 *  @version        see info.php of this template
 *  @author         MYGOLDFOX.pl - FUH WebProjekt Marcin Styk
 *  @copyright      2010-2013 FUH WebProjekt Marcin Styk
 *  @license        All Right Reserved | Wszystkie Prawa Zastrzeżone
 *  @license terms  see info.php of this template
 *  @platform       see info.php of this template
 *  @requirements   PHP 5.2.x and higher
 */

#header, #nav, #navi1, #footer, #fb
{
	display: none;
}

#cont
{
	font-family:Arial,Lucida Grande,Lucida Sans Unicode,verdana,geneva,sans-serif;
	width: 100%; 
	margin: 0 auto; 
}

#sidebar
{
	border-top:1px solid black;
	clear:both;
	font-family:Arial,Lucida Grande,Lucida Sans Unicode,verdana,geneva,sans-serif;
	width: 100%; 
	margin: 0 auto; 
}

#sidebar ul, #sidebar ol {
 	list-style-type: none;
 	margin: 1em 0 1em 0;
}

#print_url {
	font-family:Arial,Lucida Grande,Lucida Sans Unicode,verdana,geneva,sans-serif;
	font-size:1.5em;
	text-align:center;
	width: 100%; 
	margin: 1em auto 0; 
	background-color: red;
	color:#fff;
	padding:7px;
}

a:link, a:visited
{
	color: red;
}
