* {
	margin: 0;
	padding: 0;
}

body {
	background: #036 url("/img/bg-head.gif") 0 104px repeat-x;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
}

html>body {
	font-size: small;
}

#page {
	background: #fff url("/img/bg-content.gif") top repeat-y;
	margin: auto;
	position: relative;
	text-align: left;
	width: 765px;
}

#ad-horizontal {
	background: #39c;
	border-left: 5px solid #069;
	border-right: 5px solid #069;
	color: #fff;
	padding: 7px 13px 7px 13px;
}

#ad-horizontal p {
	height: 90px;
	width: 728px;
}

#ad-vertical {
	color: #fff;
	position: absolute;
	top: 270px;
	left: 765px;
	height: 600px;
	width: 120px;
}

#head {
	background: #7a1 url("../img/bg-head.gif") repeat-x;
	position: relative;
	width: 765px;
	height: 166px;
}

#head h1 {
	color: #fff;
	font-size: large;
	overflow: hidden;
	padding: 20px 0 0 20px;
}

#head h1 span {
	background: url("../img/logo.gif") left 10px no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 765px;
	height: 166px;
}

#head h2 {
	color: #fff;
	font-size: large;
	overflow: hidden;
	padding: 20px 0 0 392px;
}

#head h2 span {
	background: url("../img/photo-head.jpg") right 10px no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 765px;
	height: 166px;
}

#head a {
	color: #fff;
	text-decoration: none;
}

#under {
	background: #39c;
	border-bottom: 5px solid #069;
	border-left: 5px solid #069;
	border-right: 5px solid #069;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 7px 10px 7px 10px;
}

#under a {
	color: #fff;
}

#under a:hover {
	color: #cf0;
}

.hidden {
	display: none;
}

#left {
	background: #333;
	color: #fff;
	float: left;
	margin: 0 0 0 5px;
	width: 175px;
}

#left h3 {
	background: #09c;
	border-top: 3px solid #069;
	border-bottom: 3px solid #069;
	color: #fff;
	font-size: small;
	margin: 10px 0 5px 0;
	padding: 3px 10px 3px 10px;
}

#left h4 {
	font-size: smaller;
	padding: 0 10px 0 10px;
}

#left p {
	font-size: smaller;
	padding: 0 10px 0 10px;
}

#left a {
	color: #fff;
}

#left a:hover {
	color: #ddd;
}

#left table {
	padding: 5px 10px 0 10px;
}

#left .no-li {
	text-align: center;
}

#left .no-li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left .top-padding {
	padding: 10px 10px 0 10px;
}

#left .bottom-padding {
	padding: 0 10px 10px 10px;
}

#left .anketa {
	border: 1px solid #555;
	background: #444;
	margin: 10px 10px 0 10px;
	padding: 5px 0 5px 0;
}

#left .img-anketa {
	border: 1px solid #666;
	margin: 5px 0 3px 0;
}

#left hr {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	height: 1px;
	margin: 10px 0 10px 0;
}

#menu, #under-menu {
	list-style: none;
}

#menu li a {
	color: #ccc;
	background: #333;
	border-bottom: 1px solid #555;
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 24px;
	width: 141px;
}

#menu li a span {
	margin: 0 8px 0 -15px;
}

#menu li a:hover {
	color: #fff;
	background: #444;
}

#menu #betfair {
	background: #fff url("/img/betfair.gif") top right no-repeat;
	color: #069;
}

#menu #betfair:hover {
	color: #000;
}

#under-menu li a {
	color: #ccc;
	background: #333;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	display: block;
	text-decoration: none;
	margin: 0 0 0 25px;
	padding: 3px 5px 3px 5px;
	width: 139px;
}

#under-menu li a:hover {
	color: #fff;
	background: #444;
}

#content {
	line-height: 150%;
	text-align: justify;
	margin: 0 5px 10px 185px;
	padding: 0 10px 0 10px;
}

#content h3 {
	color: #069;
	font-size: medium;
	margin: 10px 0 5px 0;
}

#content h4 {
	border-bottom: 1px solid #069;
	color: #069;
	font-size: small;
	margin: 10px 0 -5px 0;
}

#content h5 {
	color: #333;
	font-size: small;
	margin: 10px 0 -5px 0;
}

#content p {
	margin: 5px 0 5px 0;
}

#content a {
	color: #069;
}

#content a:hover {
	color: #690;
}

#content pre code {
	background: #eee;
	border: 1px dashed #ccc;
	color: #000;
	display: block;
	font-size: small;
	overflow: auto;
	padding: 3px 5px 3px 5px;
	text-align: left;
	width: 537px;
}

#content ul {
	margin: 10px 0 10px 20px;
	list-style: square;
}

#content ol {
	margin: 10px 0 10px 25px;
}

#content .under-ul {
	margin: 0 0 0 20px;
}

img {
	border: 2px solid #999;
}

a:hover img {
	border: 2px solid #666;
}

.img-no-border {
	border: 0;
}

a:hover .img-no-border {
	border: 0;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.img-center {
	text-align: center;
}

.img-description {
	color: #333;
	display: block;
	font-size: smaller;
	font-weight: bold;
}

.img-clanek {
	background: #fff;
	float: right;
	text-align: center;
	padding: 0 0 5px 20px;
}

.nahled {
	border: 5px solid #ccc;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
}

.diskuse-prispevek {
	border: 1px solid #069;
}

.diskuse-nadpis {
	background: #069;
	color: #fff;
	display: block;
	font-size: smaller;
	padding: 1px 5px 1px 5px;
}

.diskuse-nadpis span {
	float: right;
}

.diskuse-text {
	background: #eee;
	color: #000;
	display: block;
	font-size: small;
	line-height: 140%;
	padding: 3px 6px 3px 6px;
}

dt {
	color: #069;
	font-weight: bold;
	margin: 10px 0 0 0;
}

dd {
	border-left: 5px solid #ccc;
	padding: 0 0 0 10px;
}

table {
	text-align: left;
	width: 100%;
}

table th {
	background: #069;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 2px 3px 2px 3px;
}

table td {
	color: #333;
	padding: 2px 3px 2px 3px;
}

#left table {
	font-size: smaller;
}

#left table td {
	color: #333;
}

.center {
	text-align: center;
}

.sude {
	background: #ddd;
}

.liche {
	background: #eee;
}

.help {
	border-bottom: 1px dashed;
	cursor: help;
}

.tip-tabulka {
	width: auto;
}

.tip-tabulka td {
	padding: 0 10px 0 0;
}

#content hr {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #333;
	border-bottom: 0;
	height: 1px;
	margin: 10px 0 10px 0;
}

#content .no-li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.uvodnik {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
}

.submit {
	padding: 3px 10px 3px 10px;
}

.info {
	background: #eee;
	border: 2px solid #ccc;
	color: #333;
	padding: 5px;
}

.clear-right {
	clear: right;
}

fieldset {
	border: 1px solid #ccc;
	margin: 5px 0 5px 0;
	padding: 10px;
}

legend {
	color: #069;
	margin: 0 0 0 -3px;
	padding: 0 5px 0 5px;
}

input {
	padding: 1px;
}

select {
	padding: 2px 0 2px 0;
}

iframe {
	width: 100%;
}

.reklama {
	margin: 20px 0 20px 0;
	text-align: center;
}

#foot {
	border-bottom: 5px solid #ccc;
	clear: both;
	text-align: right;
	padding: 5px 20px 10px 180px;
}

#foot a {
	color: #333;
}

#foot a:hover {
	color: #069;
}
