body {
	font-family:  sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff;
}

/* --- zakladni html prvky ---*/
em, i						{font-style: normal;}
hr							{display: block; clear: both; color: #000000;	border-width: 0px;}
p 							{text-align: justify; margin: 0px 0px 5px 0px; line-height: 1.5em;}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */
a 						{color: #000000; text-decoration: none;}
a:hover 				{color: #000000; text-decoration: none;}

/* --- seznamy --- */
ul						{list-style: none; margin: 5px 0px 5px 15px; padding: 0px; text-align: left;}
ol						{padding: 4px 0px 0px 5px;}

/* --- obrazky --- */
img 					{border: 0px;}
img.border 			{padding: 2px; border: 1px solid #000000;}
img.toleft			{margin-right: 10px;}
img.toright			{margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}


/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6 		{clear: both; color: #000000; font-size: 14px; margin: 0px; line-height: 1.5em;}
h1									{padding: 0px;	margin: 5px 0px 5px 0px; font-size: 18px;}
h2									{padding: 0px;	margin: 5px 0px 5px 0px; font-size: 16px;}
h3 								{margin: 10px 0px 10px 0px;}
h4									{}

/* --- formulare --- */
input				{}
form				{margin: 0px; padding: 0px;}

/* --- globalni tridy --- */
.clear			{clear: both; font-size: 0px;}
.small 			{font-size: 0.8em;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left				{text-align: left;}
.toleft			{display: block; float: left;	text-align: left;}
.toright			{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
.nobold			{font-weight: normal;}
.hidden			{display: none;}

/* --- layout webu --- */

#layout								{width: 100%; line-height: 2em;}
#layout #top_bar					{display: none;}
#layout #menu 						{display: none;}
#layout #logo			 			{display: none;}
#layout .line			 			{display: none;}
#layout #col_news					{display: none;}
#layout #col_games				{display: none;}
#layout #col_video				{display: none;}
#layout #bottom					{display: none;}
#layout #bottom_menu				{display: none;}
#layout #bottom_logo				{display: none;}

#layout #col_text form			{display: none;}
#layout #col_text #infobar		{display: none;}
#layout #col_text					{text-align: left; line-height: 1.5em;}
#layout #col_text table			{width: 100%; margin: 10px 0px 10px 0px; border-collapse: collapse;}
#layout #col_text table tr td	{padding: 3px; border: 1px solid #000000;}
#layout #col_text table tr th	{padding: 3px; border: 1px solid #000000;}
