/* style pro informace o skinech */
/* Copyright 2003 Martin Sloup   */

body			{
	background: #D2DEE5;
	color: #000000;
	font-size: 12px;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
}
h1			{
	color: blue;
	text-align: center;
}
h3			{
	color: red;	
}
p.popis			{
	text-indent: 15px;
	margin: 0px;
}
img			{
	border : 0px none;
	margin : 5px;
}
p.screenshot		{
	width: 180px;
	margin: 2em;
	float: left;
	text-align: center;
}
p.screenshot img	{
	border : 1px solid #000000;
}
p.foot			{
	clear: both;
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	font-style: italic;
}