html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  font-size: 62.5%;
  text-align: center;
  color: black;
  font-family: sans-serif;
  background: white;
}
#content {
  width: 970px;
  background: white;
  /*text-align: left;*/
  margin: 0 auto;
  position: relative;
  text-align: justify
}
#header {
  background: url(images/main-logo.jpg) no-repeat left top;  
  height: 135px;
  overflow: hidden;
  position: relative;
}
#main {
  /*border: 1em 2em;*/
  background: url(images/main-bg.jpg) no-repeat left top;
  width: 720px;/*670*/
  float: left;
  position: relative;
  left: 235px;/*150*/
}

#left {
  background: url(images/side.jpg) no-repeat center top;
  width: 250px;/*140*/
  float: left;
  position: relative;
  top: 0px;
  left: -720px;/*670*/
  color:white;
  height:750px;
}


#left li {
font: MS Sans Serif;
margin: 0.5em;
text-align: left;
list-style-image: url("images/puntik.jpg");
font-size: 150%;
}

.inside_left{
font: Calibri;
width: 330px;/*320*/
float: left;
position: relative;
}

.inside_right{
width: 330px;/*320*/
float: right;
position: relative;
}

.title_red{
color:red;
font-weight: bold;
font-size:120%;
}

.text_bold{
font-weight: bold;
font-size:100%;
}

.text_red{
color:red;
font-size:100%;
}

.text_small{
font-size:90%;
}

.title_bold{
font-weight: bold;
font-size:110%;
}

#odkazy a:hover{
 color:red;
}

#odkazy a{
 color:black;
 font-size:150%;
 margin:0em 0em 0em 0em;
}

.text_left{
text-align: right;
}

.input_login{width:100px}
.input_pass{width:100px}
.input_date{width:60px}
.input_maxplayer{width:30px}


.tabulka_turnaje{font-size:130%; width:600px;}
.tabulka_turnaje table{width:100%;border:10px;color:blue;}

.text{margin: 1.5em;}
.formular_prihlaseni {font-size:130%;width:140px;}

.formular_registrace{font-size:120%;display:block;width:250px;text-align:right}

.tour_vytvoreni{font-size:120%;display:block;width:250px;text-align:right}

.navigace{text-align: center; font-size:250%;margin: 1.5em;font-weight: bold;}
.prihlaseni{text-align: center; font-size:200%;margin: 1.5em;}

.menu{
/*margin: 1em 2em;*/
margin: 1em 2em;
font-size:130%;
}

.chybaLogin {color:red;}
.chybaPass {color:red;}
.chybaFormular{color:red;}

#right {
/*  background: url(images/side.jpg) no-repeat left top;
  width: 140px;
  float: right;
  position: relative;
  top: 0px;*/
}

#footer {
  background: #4F81BC;
  color: white;
  padding: 2em 1em;
  clear: both;
  height: 10px;   
}
#footer p {
  float: left;
  font-size: 110%; 
  margin-right: 50px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-weight: bold;
  margin: .5em 0;
}
h1 {
font-size: 230%;/*180*/
text-decoration: underline;

}
h2 {
font-size: 160%;
}
h3 {
font-size: 140%;
}
h4 {
font-size: 120%;
}

#main p {
  font-size: 120%;
  margin: 0.6em 0px;
  line-height: 1.3em;
}

.hidden {
display: none;
}

a {
text-decoration: underline;
/*color: #174b8d;*/
color:white;
}

a:hover {
text-decoration: underline;
color:black;
}
a img {
border: none;
}
.left {
float: left
}
.right {
float: right;
}
img.left {
margin-right: 1em;
}
img.right {
margin-left: 1em;
}
.cleaner {
clear: both;
}

