* {
  font-family: Tahoma;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
ul, li {
  margin-left: 20px;
}
td {
  vertical-align: top;
}
li {
  list-style-type: square;
}
a {
  color: #b91319;
  text-decoration: none;
}
p, ul, table {
  margin-bottom: 10px;
}
p, div, td {
  line-height: 1.5;
}
#main {
  background-image: url('../img/layout/bg_header_top.png');
  background-repeat: no-repeat;
  background-position: top center;
}
#container-outter {
  width: 1000px;
  margin: auto;
}
#container-inner {
  width: 1000px;
  float: left;
  position: absolute;
  clear: both;
  margin: 0px;
  padding: 0px;
  background-image: url('../img/layout/bg_header_bar_tae.png');
  background-repeat: no-repeat;
  background-position: 0px 162px;  
}
#by-bonafide-logo {
  position: absolute;
  right: 10px;
  top: 10px;
}
#header {
  width: 1000px;
  height: 136px;
}
#logo {
  position: absolute;
  float: left;
  clear: both;
  top: 36px;
  left: 49px;
}
#motto {
  position: absolute;
  top:0px;
  right: 0px;
}
#menu-by-bonafide {
  height: 23px;
  position: absolute;
  float: left;
  clear: both;
  left: 0px;
  top: 136px;
}
#menu {
  height: 23px;
  position: absolute;
  float: left;
  clear: both;
  /*left: 180px;*/
  right: 0px;
  top: 137px;
  font-size: 75%;
  }
  #menu ul {
    margin: 0px;
  }
  #menu li {
     display: inline;
     text-align: center;
     text-transform: uppercase;
     height: 23px;
     float: left;
     margin: 0px;
     padding: 0px;
  }
  #menu li a {
    color: #000000;
    width: 114px;
    height: 23px;
    text-align: center;
    padding-top: 5px;
    background-image: url('../img/layout/bg_menu_.png');
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
  }
  #menu li a:hover,
  #menu li .selected a {
    background-image: url('../img/layout/bg_menu.png');
    color: #ffffff;
  }
  #flags {
  position: absolute;
  float: right;
  clear: both;
  right: 19px;
  top: 116px;
  }
#side-menu {
  float: left;
  width: 240px;
  font-size: 75%;
  margin-top: 20px;
}
#side-menu .cover {
    background-image: url('../img/layout/cover_office.png');
    width: 171px;
    height: 243px;
    border: 1px solid #000000;
}
#side-menu .inner {
  margin-left: 0px;
  margin-right: 30px;
}
  #side-menu ul {
    margin: 0px;
  }
  #side-menu ul ul {
    margin-top: 10px;
    margin-left: 30px;
  }
  #side-menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*height: 20px;*/
    margin-bottom: 20px;
  }
  #side-menu li li {
    margin-left: 0px;
    /*list-style: square;*/
    margin-bottom: 0px;
  }  
  #side-menu a {
    color: #323232;
  }
  #side-menu li li,
  #side-menu li li a {
  color: #727272;
  }
  #side-menu a:active {
    color: #5a5758;
  }
  #side-menu img {
    border: 1px solid #000000;
  }
#search {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  width: 180px;
}
  #search span {
    font-size: 75%;
    color: #a2a29a;
  }
  #search input {
    width: 126px;
    margin-right: 6px;
    padding: 2px;
    border: 2px solid #a2a29a;
    background-color: #ffffff;
    float: left;
  }
  #search .submit {
    background-color: #a2a29a;
    border-width: 1px;
    width: 33px;
    float: right;
  }
#main {
  float: left;
  width: 1000px;
  padding-top: 180px;
  clear: both;
}  
#content {
  float: right;
  width: 750px;
  font-size: 75%;
  }  
  #content .inner {
  margin: 20px;
  margin-right: 20px;
  margin-left: 0px;
  }
  #content table {
    margin: auto;
  }
  #content .contact td,
  #content .download td {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .download td {
    text-align: center;
  }
  #content .download .text {
    text-align: left;
  }
#footer {
  clear: both;
  width: 1000px;
  float: left;
  border-top: 1px solid #c9c9c9;
  margin-top: 20px;
  margin-bottom: 40px;
}
  #footer .by-bonafide {
  background-color: #e5e8ed;
  text-align: center;
  }
  #footer .logos {
    background-color: #f3f3f4;
    float: left;
    width: 1000px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #footer .inner {
    font-size: 60%;
    margin-top: 5px;
    margin-left: 0px;
  }
#of_form td {
  padding-right: 10px;
  vertical-align: top;
}
#of_additional_info {
  width: 150px;
  height: 100px;

}
#of_form input,
#of_form textarea {
  width: 195px;
  font-size: 12px;
}
#of_form input {
  height: 14px;
}
#of_form .checkbox {
  width: 20px;
  margin-right: 5px;
}
#of_form .submit {
  height: 30px;
  width: 100px;
  background-color: #b91319;
  color: #ffffff;
  border-color:#940d12;
}
#of_form input, 
#of_form textarea {
  background-color: #fcfcfc;
  border-color: #a5a5a5;
}
.ajaxLoading {
  width: 32px;
  height: 32px;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}
.message {
  border: 2px solid #02671c;
  font-weight: bold;
  font-size: 80%;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 10px; 
}
.message * {
  color: #02671c;
  text-align: center;
}
.messageE {
  border: 2px solid #f00000;
  font-weight: bold;
  font-size: 80%;
  padding: 10px; 
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.messageE * {
  color: #f00000;
  text-align: center;
}  
.date {
  font-size: 75%;
  color: #999999;
}
/*login form*/
#login {
border: 1px solid #ffffff;
}
#login td {
  padding: 1px;
}
#login .c1 {
  padding-right: 5px;
  color: #b5b4ae;
  font-size: 85%;
}
#login .c2 {
  vertical-align: middle;
  padding-left: 0px;
}
#login .cs {
  padding: 0px;
}
#login .c2 input {
  width: 136px;
  border: 0px;
  background-color: transparent;
  border: 1px solid #b5b4ae;
  font-size: 100%;
  padding: 4px;
}
#login td {
  vertical-align: middle;
}
#login .submit {
  background-color:#b5b4ae; 
  color: #ffffff;
  padding: 4px;
  border: 0px;
}
.100percent {
  width: 100%;
}
/*vyhledavani*/
#search-results span.highlight {
  background-color: yellow;
  color: blue;
}
#content .highlight {
  color: #d2232a;
}
#content .alternative {
  color: #636363;
}
/*schovani podmenu kategorii*/
#tae ul {
display: none;
}
/*tabulka inzerce*/

table.inzerce {
  width: 400px;
}
table.inzerce a {
  color: #4f7808;
}
table.inzerce tr.first td {
  border-top: 1px solid #4f7808;
  border-bottom: 1px solid #4f7808;
}
table.inzerce tr.r0 td {
 background-color: #e1f9b8;
}
table.inzerce tr.last td {
  border-bottom: 1px solid #4f7808;
}

/*databaze firem*/
.nowrap {
  white-space: nowrap;
}
table.databaze_firem {
  font-size: 75%;
  width: 100%;
}
table.databaze_firem a {
  color: #4f7808;
}
table.databaze_firem td {
  padding-right: 5px;
  padding-left: 0px;
  vertical-align: middle;
}
table.databaze_firem tr.first td {
  border-top: 1px solid #4f7808;
  border-bottom: 1px solid #4f7808;
  font-weight: bold;
}
table.databaze_firem tr.r0 td {
 background-color: #e1f9b8;
}
table.databaze_firem tr.last td {
  border-bottom: 1px solid #4f7808;
}
#content .distribuce {
  margin: 0px;
  margin-left: 20px;
}
.distribuce td {
  vertical-align: top;
}
.distribuce span {
  color: #979797;
  display: block;
  clear: both;
}
.navigation {
  font-size: 75%;
}
.navigation a {
  text-decoration: underline;
}
.navigation a:hover {
  text-decoration: none;
}
