﻿/* Hlavní styl ---------- */
body {
	direction: ltr;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
}
h2 {
	font-size: 18px;
	margin-top: 30px;
}
h3 {
	text-transform: uppercase;
}
img {
	border: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
table {
	text-align: left;
}
table p, li p  {
	margin-top: 3px;
	margin-bottom: 3px;	
}
input  {
	margin-top: 5px;
	margin-bottom: 5px;	
}
hr {
	color: #FFFFFF;
}
#hlavni {
	float: right;
	width: 95%;
/* hlavicka pozadi se nezobrazuje ---------- 
	background-attachment: scroll;
	background-image: url("../obrazky/hlavicka_pozadi.gif");
	background-repeat: repeat-x; */
	margin-top: 10px;
	margin-bottom: 10px;
}
#hlavicka {
	float: left;
	width: 900px;
	height: 198px;
	background-attachment: scroll;
	background-image: url("../obrazky/logo.gif");
	background-repeat: no-repeat;
	background-position: left;
}
#telo {
	float: left;
	width: 940px;
	margin-left: 10px;
	text-align: justify;	
}
#paticka {
	float: left;
	width: 900px;
	height: 71px;
	background-attachment: scroll;
	background-image: url("../obrazky/paticka.gif");
	background-repeat: no-repeat;
	background-position: center;	
}
#paticka p {
	margin-left: 130px;
	margin-top: 41px;
	color: #000000;
	font-size: 14px;
}
#menu {
	margin-left: 466px;
	margin-top: 5px;
}
.tucne {
	font-weight: bold;
}
.kurziva {
	font-style: italic;
}
.verzalky {
	text-transform: uppercase;
}
.h2_bez_odkazu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.h2_bez_odkazu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.h2_bez_odkazu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.h2_bez_odkazu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.podbarveni_akce_motopce {
	background-color: #404041;
}
.kalendar_akci_nazev_akce {
	font-weight: bold;
	text-transform: uppercase;
}
.kluby_odsazeni_tabulky {
	margin-bottom: 30px;
}
.sirka_bunky_kalendar_akci {
	width: 130px;
}
.obrazek_v_textu {
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #404041;
}
.zarovnani_na_stred {
	text-align: center;
}
.zarovnani_na_pravo {
	text-align: right;
}
.ramecek {
	border: 1px solid #FFFFFF;
}
.odchod {
	color: #FF0000;
	font-weight: bold;	
}
.odchod2 {
	color: #FF0000;
	font-weight: bold;
	text-align: right;	
}
.normalni_text {
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
}