/* CSS Document */

/* BASIC =====================================================================*/

body 						{background:#F3F3F3 url('default/background.png') center top repeat-x;}
body 						{font-family:'Segoe UI','Tahoma'; font-size:10pt; line-height:21px;text-align:center;}
body,code,div,h1,h2,h3,h4,h5,h6,img,li,ol,span,table,th,td,ul {padding:0px; margin:0px; border:0px;}

/* links */
a 							{color:#D82A22; text-decoration:none;}
a:hover 					{color:#ff0000; text-decoration:underline;}

/* headings etc. */
h2,h3,h4,h5,h6 		{margin-bottom: 5px; margin-top: 0px;}
h1 						{font-weight:normal; font-size: 20px; line-height: 40px;	text-align: left;}
h1 strong 				{color: #ffffff;}
h2 						{font-size: 16px;}
h3 						{font-size: 15px;}
h4 						{font-size: 13px;}

/* paragraphs */
p 							{line-height:18px; margin-bottom:20px;margin-top: 0px;}
p.main 					{margin-top:20px;}
p.top 					{margin-top:10px;}

/* tables */
table 					{border-collapse: collapse}
th,td 					{font-size: 11px;}

/* lists */
ul,ol,li             {list-style: none;}
ul             		{margin-bottom: 10px;}
ol li             	{list-style: decimal; margin-left: 30px; margin-bottom:10px;}

/* other */
hr		 					{border:0px; border-bottom:2px solid #dedede; margin-bottom:15px; visibility:visible;}
hr.cleaner 				{border:0px; clear:both; height:0px; margin:0px; padding:0px; visibility:hidden;}
hr.left 					{clear:left;}
hr.right 				{clear:right;}
hr.line 					{border-bottom:1px solid #F0F0F0;	margin-bottom:10px; visibility:visible;}
img                  {border:0px;}
sub, sup 				{position:relative; vertical-align:baseline;}
sub 						{top:0.4em;}
sup 						{bottom:0.4em;}

/* alignment */
.center 					{text-align:center;}
.left 					{text-align:left;}
.right 					{text-align:right;}
.middle 					{vertical-align:middle;}
.top 						{vertical-align:top;}

/* GRID PARTS ================================================================*/

div#body 								{background-color:#ffffff; margin:0px auto; margin-top:0px; padding-top:15px; width:650px;}

div#header 								{background: no-repeat center top; height:50px;}
div#header h1							{padding-left:30px}

div#header div#menu 					{float:right;width:180px; padding-right:30px;text-align:right; padding-bottom:0px;}
div#header div#menu a				{font-size:11px; font-weight:bold;}

div#lang-switch 						{line-height:25px; margin:0px auto; width:650px; text-align:right}
div#lang-switch						{color:#bbbbbb; font-size:10px; }
div#lang-switch a						{margin-left:5px;}

div#content 							{clear:both; padding:30px; padding-top:0px; text-align:left;}
div#content div#div1 				{float:left; width:275px;}
div#content div#div2 				{margin-left:335px;}

div#footer								{color:#555555; font-size:11px; margin:0px auto; margin-top:5px; width:880px;}
div#footer a							{color:#333333; font-weight: bold;}

/* blog ================================================================*/

div.blog-perex 						{margin-bottom:10px}
div.blog-perex p 						{margin-bottom:0px}
div.blog-info							{margin-bottom:30px}
p.blog-date								{font-size:11px; margin-bottom:10px}

div.comment-1							{font-size:11px; margin-bottom:5px}
div.comment-2							{margin-bottom:30px}

/* table ================================================================*/
table.games 							{border-collapse: collapse; border: 1px solid #aaaaaa; text-align: center; margin-left: 0px; width: 99%;}
table.games th, table.games td	{border: 1px solid #cccccc; padding: 1px; padding-left: 5px; padding-right: 5px;}
table.games td.color 				{font-weight: bold;}
table.games th.name 					{width: 100px;}
table.games tr:hover td 			{background-color: #FFF5F6;}
table a 									{color: #000000;}


/* log in table */
table.login    						{border:0px}
table.login th,
table.login td    					{padding:5px}
table.login th    					{font-size:14px; padding-right:20px; text-align:right; width:100px;}

table.form        					{margin-bottom:20px;}

/* potvrzovací pásky -------------------------------------------------------- */
div.confirm								{border:1px solid #dddddd;text-align:left;font-size:12px;font-weight:bold;padding:8px;padding-left:35px;background:#d1f4a0 url('default/ok.gif') 10px 7px  no-repeat;margin-bottom:10px;}
div.red									{background-color:#fce8e8;background-image:url('default/error.gif');}

