body {
  background-color: #000000;
  color: #ffffff;
  font-family: Calibri;
  width: 570px;
  text-align:left;
  margin: 0 auto 0 auto;
}

header {
  display: block;
  background-color: #120334;
  height: 100px;
  border-bottom: 5px solid #4444DD;
  margin-bottom: 30px;
}

h1 {
  text-align:center;
  font-weight: normal;
  margin: 28px 0 0 0;
  float: left;
  width: 100%;
  height: 50px;
  white-space: nowrap;
}

.stylTable {
    background: url("../images/pozadi.jpg");
    border-style: solid;
	border-width: 1px;
	border-color: #4444DD;
}

.stylTd {
	background-color: #120334;
    border-style: solid;
	border-width: 1px;
	border-color: #4444DD;
    text-align:center;
	font-size: 20px;
    margin: 2px 2px 2px 2px;
    cursor:pointer;
}

.stylPrihlasTd {
    width:50%;
    height:100%;
    text-align:center;
	font-size: 20px;
    margin: 2px 2px 2px 2px;
}

.stylVysledekTd {
	background-color: none;
    font-size: 1px;
    text-align:center;
    margin: 2px 2px 2px 2px;
    width:265px;
    height:352px;
}

.stylDivVitezove {
    position: relative;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px solid #ffffff;
}

.stylDivVitezoveNadpis {
    position: relative;
    background-color: #221344;
    font-size: 14px;
    font-weight: bold;
    left: 0px;
    top: 0px;
    width: 99%;
    height: 7%;
    border: 1px solid #4444DD;
    margin: 2px 0px 0px 0px;
    padding-top: 4px;
}

.stylDivVitezoveBunka {
    position: relative;
    background-color: #120334;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    width: 99%;
    height: 8%;
    border: 1px solid #4444DD;
    margin: 2px 0px 0px 0px;
}

.stylDivVitezoveBunkaP {
    position: absolute;
    top: 2px;
}

#prihlasJmenoButton {
    width: 100px;
    height: 30px;
}