/*--- general ---*/
body {
	color: #000;
	font-family: san-serif;
	font-size: 10pt;
	background: none;
}
a { color : #345161; text-decoration: underline;  }
a:hover { color: #FF9900}
table { 
	width:auto;
	font-family: san-serif;
}
tr { 	background: #FFF; }
th { 
	background: silver; 
	color:#000; 
}
td { 
	border:1px solid #666;
}
.margin { padding: 30px 10px 10px; }
/*---------------------------------------------------------------------- LAYOUT---*/
#all {
	width: auto;
	margin: 0;
	background: none;
	text-align: left; /* IE5.X workaround */
}
#header {
	display: none;
}
.logoprint {
	display: block;
	margin-left:15px;
}
#menu {
	display: none;
}
#content {	
	width:auto;
	margin: 0;
	background: none;
}
#footer {
	width: auto;
	height: auto;
	margin: 0;
	text-align: left;
	font-size: 100%;
	color: #666;
	border-top: 1px solid #666;
	background: none;
	clear: both;
} 
.obrazky { width: 220px; float: left; margin-bottom: 20px; text-align: center; }



