* {
  padding: 0px;
  margin: 0px;
  border: none;
}

body { 
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 13px;
  color: #3f3f3f;
  background-color: #000000;
} 

#main { 
  margin: auto;
  width: 940px;
  text-align: left;
  background-color: #ffffff;
  margin-top:10px;
}

#header {
  width: 940px;
  height: 106px;
}

#main-menu {
  width: 940px;
  height: 24px;
  background-color: #64A0D2;
}

a.menu {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

a.menu span {
  position: relative;
  top: 3px;
}

a.menu:hover {
  color: #000;
}

#left-col {
  float: left;
  display:inline;
  width: 160px;
  margin-left: 10px;
  margin-right: 25px;
  min-height: 300px;
  margin-top: 10px;
  background-color: #fff;
}

#mid-col {
  float: left;
  width:  550px;
  margin-top: 10px;
  background-color:#fff;
}

#right-col {
  float: right;
  display: inline;
  width: 160px;
  margin-right: 10px;
  margin-top: 10px;
background-color: #fff;
}

#bottom {
  clear: both;
  margin-top: 10px;
  width: 940px;
  height: 45px;
  background-color: #64A0D2;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.input-login {
  border: 1px solid #333333;
  background-color: #dddddd;
}

.submitt {
  background-color: #64A0D2;
  color: #fff;
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  border: 1px solid #333333;
}

h2, h1 {
  color: #64A0D2;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.href-menu-left {
  width: 160px;
  min-height: 25px;
  display: block;
  border-top: 1px dashed #cccccc;
  color: #64a0d2;
  text-decoration: none;
}

.href-menu-left span {
  position: relative;
  top:4px;
}

.href-menu-left:hover, .href-submenu-left2:hover {
color:  #ff9933;
}

.href-submenu-left2 {
   color: #64a0d2;
  text-decoration: none;
}

h3 {
  color:#64A0D2;
  margin-bottom:0px;
  font-size: 14px;
  font-weight: bold;
}

h3.op {
  margin-bottom: 10px;
margin-top: 20px;
}

td {
  font-size:12px;
}

a {
  color: #ff9933;
  text-decoration: underline;
}

a:hover {
  color: #0000ff;
}

.href-strankovani {
  color: #fff;
  text-decoration:none;
  font-weight: bold;
}

.href-strankovani:hover {
  color: #000;
}

a.nazev {
  color:#64A0D2;
  margin-bottom:0px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display:block;
}

a.nazev:hover {
  color: #ff9933;
}

.date {
  font-size: 12px;
  font-weight:bold;
}





