/* CSS Document */
body {
  font-family:  Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  background-color: #002200;
  line-height: 1.35;
  color: #FFFFCC;
}


.center {
text-align:center;
}

#header {
  width: 750px;
  background-color: #ffcf31;
  margin:0 auto;
  height: 81px;
  background: url('../images/layout/top.jpg') no-repeat top;
}
#header .vlajky {
  text-align: right;
  padding-right: 50px;
  padding-top: 10px;
}

#header .vlajky img {
  border: 0;
  margin-left: 5px;  
}

.body {
  width: 750px;
  margin:0 auto;
  background-color:  #003300;
  background: url('../images/layout/body.jpg') repeat-y center;
}

.middle {
  width:auto;
  background-color: #003300;
  padding-left:50px;
  padding-right:50px;
}

.logo {
  float: left;
  text-align: left;
}

#menu {
  float: right;
  margin: 0; 
  padding: 0;
  margin-top: -5px;
}
#menu ul {
  text-align :left;
  margin: 0; 
  padding: 0;
}
#menu li {
  list-style: none;
  margin: 0; 
  padding: 0;
} 
#menu li a {
  text-decoration: none;
  font-weight:bold;
  color: #FFA500;
}
#menu li a:hover {
  text-decoration: underline;
  font-weight:bold;
  color: #FFA500;
}


#content {
  float: left;
  text-align: justify;
  width: 640px;
}

.footer {
  width: 750px;
  height: 100px;
  margin: 0 auto;
  clear: both;
  background: url('../images/layout/bottom.jpg') no-repeat bottom;
  padding-top: 20px;
}

.footer .copyright {
  font-size: 0.6em;
  padding-left: 40px;
  margin-left: 320px;
}

.footer .login {
  padding-left: 10px;
}

.footer .login a {
  color: #FFFFCC;
  text-decoration: none;
  font-size: 0.6em;  
}

.footer .login a:hover {
  text-decoration: underline;
}

/*-- ------------------------------------- --*/
/* graficke prvky */
table {
  border-collapse: collapse;
  border: 0;
}
td {
  text-align: left;
}

.divider {
  text-align: center;
}

h1 {
  color: #FFCC00;
  margin:0;
  text-align: left;
} 

.back {
  text-align: center;
  padding: 10px 0;
  clear:both;
}

.empty {
  font-weight: bold;
  text-align: center;
  margin: 10px;
}

.link {
  padding-bottom: 10px;
}
.link a {
  font-weight: bold;
  text-align: center;
  color: #FFCC00;
  text-decoration: none;
}

.link a:hover {
  text-decoration: underline;
}

a {
  font-weight: bold;
  text-align: center;
  color: #FFCC00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.cleaner {
  clear: both;
}

img {
  border:0;
}

.button input{
  margin: 7px;
  border: 1px solid #FFCC33;
  background-color: #FFCC00;
  font-weight: bold;
  color: #002200;
  width: 80px;
}

.note {
  font-weight: bold;
  padding: 10px;
  color: #FA8566;
  text-align: center;
}

