html {
  text-align: center;
}

body {
  background-color: #cccccc;
}

.telo {
  position: relative;
  margin: 1% auto;
  width: 760px;
}

.hlavicka {
  position: absolute;
  left: 130px;
  height: 163px;
  width: 500px;
  background: #000000 url("./../pictures/layout/logo.png") center center no-repeat scroll;
}

.login {
  position: relative;
  top: 1000px;
}

.menu {
  position: absolute;
  top: 170px;
  left: 0px;
  width: 760px;
  text-align: center;
}

A.menu_odkaz {
  position: absolute;
  top: 0px;
  display: block;
  width: 150px;
  background-color: #cccccc;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding: 3px;
  border: 1px #808080 solid;
}

A:HOVER.menu_odkaz {
  background-color: #808080;
  color: #ffffff;
  border: 1px #cccccc solid;
}

.content {
  position: absolute;
  top: 240px;
  left: 35px;
  width: 700px;
  text-align: left;
  color: #e0e0e0;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}


.form_line {
  position: relative;
  margin: 0px auto;
  height: 25px;
  width: 360px;
}

.form_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  font-weight: bold;
}

.form_right {
  position: absolute;
  left: 120px;
  top: 0px;
  width: 200px;
  text-align: left;
}

.form_both {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 360px;
  font-weight: bold;
  text-align: center;
}

.form_image {
  position: relative;
  margin: 0px auto;
  width: 360px;
  height: 80px;
}

A {
  font-weight: bold;
  color: #e0e0e0;
}

A:HOVER {
  color: #ffffff;
}

.chyba {
  font-size: 15px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  padding-left: 30px;
}

