/*
tvorba www stránek: Web Consulting
web: http://www.webconsulting.cz/
datum: 23.7.2008
*/

* {
	margin: 0px;
	padding: 0px; 
}
html, body, table {
	font-family: georgia, verdana, serif, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000066;
}
body {
	margin: 50px auto;
	text-align: center;
	background-color: #ffffff;
  width: 760px;	
}
img {
	border: 0px;
}
a, a:visited {
	text-decoration: underline;
	color: #ff0000;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	height: 0px;
}
div.hlavni {
	margin: 0px auto;
	text-align: left;
  width: 760px;	
}
div.fotbal {
	float: left;
  width: 273px;	
}
div.obsah {
	float: right;
  width: 419px;
  padding: 0px 0px 0px 68px;
}
div.obsah img {
  margin: 0px 2px 2px 0px;
  border: 1px solid #000066;
}
div.obsah img.logo {
  padding: 0px 10px 0px 0px;
  border: 0px;  
}
div.menu {
	font-size: 12px;
	margin: 5px 0px 30px 0px;
	text-align: center;
}
div.menu a, div.menu a:visited {
	display: inline;
	padding: 5px 3px;
	font-weight: bold;
	color: #095d11;	
}
div.menu a.aktivni {
	text-decoration: none;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 20px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 15px;
}
p {
  padding: 0px 0px 15px 0px;
	text-align: justify;
	line-height: 120%;
}
p span {
	font-weight: bold;
	color: #ff0000;	
}
div.obrazekPopis p {
	font-size: 11px;
	text-align: center;	
}
div.paticka {
	float: right;
  width: 419px;
	text-align: right;
	font-size: 12px;
 	background: #ffffff url(/images/bg_zapati.gif) no-repeat top;
 	line-height: 150%;
 	padding-top: 10px;
}
a.wc, a.wc:visited {
	color: #000066;
	text-decoration: none;
}
a.wc:hover {
	text-decoration: underline;
}
table.zapasy {
	font-size: 11px;
}
table.zapasy td {
	background-color: #cccccc;		
	padding: 3px;
	border-top: 3px solid #ffffff;	
}
table.zapasy tr td.poznamka {
	border-top: none;
	text-align: right;
}
table.zapasy thead td {
	font-weight: bold;		
	background-color: #000000;		
	color: #ffffff;
}