* {
  margin: 0px;
  padding: 0px;
}

html,body {
  font-family: Tahoma, sans-serif;
  text-align: center;
  height:100%;
}

body {
  overflow-y: scroll;
  background: #C8C8C8;
}

#uvod {
  text-align: center;
	height: 100%;
  margin: auto;
  margin-top: 24px;
  background: white;
  cursor: hand;
}

#uvod p {
  font-size: 17px;
  line-height: 16px;
  text-align: center;
  width: 700px;
  margin: 0px auto 8px auto;
}

#uvod h1 {
  font-size: 34px;
  margin-bottom: 12px;
  font-family: Trebuchet MS, Tahoma, sans-serif;
}

a#uvodni-odkaz {
  display: block;
  color:black;
  text-decoration: none;
}

#uvod img:hover {
  border: 2px solid black;
  margin-top: -2px;
}

.right {
  text-align: right;
}

#main {
  text-align: center;
  width: 980px;
  margin: auto;
  text-align: left;
  background: white;
  min-height:100%;
  _height: 100%;
}

#header {
  height: 200px;
  background: #080808 url(img/zidle.jpg) no-repeat;
}

#header h1 {
  font-size: 32px;
  color: white;
  text-align: left;
  margin: 0px 0px 4px 236px;
  font-family: Trebuchet MS, Tahoma, sans-serif;
}

#header p {
  font-size: 12px;
  color: white;
  margin-left: 236px;
  text-align: center;
  margin-bottom: 0px;
}

#futraz {
  height: 50px;
}

#menu {
  width: 200px;
  float: left;
  padding-top: 36px;
}

#content {
  width: 708px;
  float: right;
  padding: 36px 36px 0px 36px;
}

#footer {
  width:100%;
  height:36px;
  clear: both;
  background: white;
}

h2 {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: Trebuchet MS, Tahoma, sans-serif;
}

ul,ol,p,table {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

li {
  padding-left: 10px;
  margin-left: 20px;
  margin-bottom: 8px;
}

p {
  margin-bottom: 8px;
}

a:link, a:visited {
  color: #77000B;
}

a:hover, a:active {
  color: #A4000F;
}

#menu a, .lmenu {
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: bold;
  background: #77000B;
  color: white;
  padding: 8px 8px 8px 36px;
  margin-bottom: 8px;
  font-family: Trebuchet MS, Tahoma, sans-serif;
}

#menu a:hover {
  background:  #A4000F;
}

#prihlaska td {
  height: 24px;
}

.label {
  width: 240px;
}

input {
  width: 240px;
}

textarea {
  width: 480px;
  height: 120px;
}

#pripojeni {
  width: 100%;
}

#pripojeni td {

}

.divider {
  border-top: 2px solid #C8C8C8;
  height: 8px;
  font-size: 1px;
  line-height: 1px;
}

.bold {
  font-weight: bold;
}