/* CSS styles for klub.dokurte.cz */

/* global styles*/
body, form, fieldset, h1, h2, h3, h4, ul, li, img, button {
  margin: 0px;
  padding: 0px;
  border: none;
  font-size: 11px;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
body {
  background-color: #F4ECD5;
  font-family: Arial;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul, li {
  list-style-image: url(../img/bullet.png);
  list-style-position: outside;
}
li {
  margin-left: 20px;
}
/* #head */
#all {
  background-color: #FFFFFF;
}
#main {
  padding: 20px;
  font-size: 11px;
}
#head {
  background: transparent url(../img/head.jpg) no-repeat;
  color: white;
}
#head_login {
  background: transparent url(../img/head_login.jpg) no-repeat;
  color: white;
}
#head a, #head_login a {
  color: #3D481D;
  text-decoration: underline;
  font-size: 12px;
}
#head_login form label {
  color: white;
  font-size: 12px;
}
#head_login form input {
  background-color: white;
  border: 1px inset gray;
}
#head_login form button {
  background-color: #9BAF68;
  margin-left: 0px;
  padding: left: 0px;
  width: 38px;
  height: 32px;
}
#left {
  padding: 20px;
  width: 340px;
  background-color: #FFFFFF;
}
#right {
  padding: 20px;
  width: 349px;
  border-left: 1px #EEEEEE solid;
  background: #FFFFFF url(../img/gray.jpg) repeat-x top;
}
#footer {
  padding: 12px 16px;
  color: #A4C7C3;
  font-size: 11px;
  background-color: #0D6765;
}
#footer a {
  color: #A4C7C3;
  font-weight: bolder;
}
#user a {
  display: block;
  float: right;
  width: 90px;
  height: 25px;
  background: transparent url(../img/head_a.png) no-repeat left;
  color: white;
  text-decoration: none;
  padding-left: 22px;
  padding-top: 7px;
}
#menu ul, #menu li {
  list-style-type: none;
}
#menu ul {
  padding: 8px;
  background-color: #FBF7EE;
}
#menu li {
  display: inline;
  padding: 8px;
  color: #545655;
  /*margin: 5px;*/
}
#menu li.selected {
  background-color: #F5922C;
  color: white;
  
}
#menu {
  border-bottom: 1px #E4E4E4 solid;
}
/* content */
.clanek {
  padding-bottom: 10p;
}
.clanek h2 {
  padding: 5px 0px;
}
.clanek h2, .clanek h2 a {
  color: #F5922C;
  text-decoration: underline;
}
#starsi_clanky {
  width: 100%;
  padding: 5px;
}
#starsi_clanky .datum {
  width: 70px;
  font-size: 11px;
  font-weight: bolder;
}
#starsi_clanky .nadpis, #starsi_clanky .nadpis a {
  color: #F5922C;
  text-decoration: underline;
}
legend.fitko_nazev {
  color: #F5922C;
  font-size: 18px;
}
#head_login #link {
  width: 380px;
  height: 150px;
  display: block;
  position: relative;
  right: 410px;
  bottom: 130px;
  background-color: transparent;
}
#head #link {
  width: 770px;
  height: 150px;
  display: block;
  position: relative;
  top: 50px;
  background-color: transparent;
}
