/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  KOSPO
URL: www.kos-po.cz
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 03-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #494949;
}

body {
  background: url(body.gif) center repeat-y;
}

a:link, a:visited{
  color: #d82222;
}

a:hover {
  color: #000;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

img {
  border: none;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;

}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(wrap.gif) top repeat-x;

}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 985px;
  padding-bottom: 65px; /* must be same height as the footer */
  margin: 0 auto;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 985px;
  height: 120px;
}

#header h1 {
  float: left;
}

#header h1 span {
  display: none;
}

#header h1 a {
  display: block;
  width: 254px;
  height: 120px;
  background: url(header_h1.gif) top;
}

#header ul {
  list-style: none;
  float: right;
  margin: 86px 0 0;
}

#header ul li {
  float: left;
}

#header ul li a {
  float: left;
  display: block;
  width: 91px;
  height: 20px;
  padding: 14px 0 0;
  background: url(header_ul_li_a.gif) top;
  font-weight: bold;
  color: #6f6f6f;
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
}

#header ul li a:hover, #header ul li a.active {
  height: 24px;
  padding: 10px 0 0;
  background: url(header_ul_li_a.gif) bottom;
  color: #fff;
}

#header-print {
  display: none;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#subheader {
  position: relative;
  width: 985px;
  height: 261px;

}

#subheader #ul1 {
  list-style: none;
  float: left;
  width: 285px;
  height: 200px;
  padding: 40px 0 0;
  background: url(subheader_ul.gif);


}


#subheader .ul2{
  list-style: none;
  float: left;
  width: 150px;
  padding: 10px 5px 5px 5px;
  background: url(subheader_ul.gif);
  
}

#subheader .ul-ocelove-dvere{
  list-style: none;
  float: left;
  width: 130px;
  padding: 10px 5px 5px 5px;
  background: url(subheader_ul.gif);
}

#subheader .ul3{
  list-style: none;
  float: left;
  width: 350px;
  padding: 10px 5px 5px 5px;
  background: url(subheader_ul.gif);
}

#subheader .ul4{
  list-style: none;
  float: left;
  width: 180px;
  padding: 10px 5px 5px 5px;
  background: url(subheader_ul.gif);
}

#subheader .ul5{
  list-style: none;
  float: left;
  width: 280px;
  padding: 10px 5px 5px 5px;
  background: url(subheader_ul.gif);
}

#subheader .ul6{
  list-style: none;
  float: left;
  width: 150px;
  padding: 10px 5px 5px 5px;
  background: url(subheader_ul.gif);
}

#menu1 ul, #menu2 ul {
  list-style: none;
  float: left;
  width: 285px;
  height: 100px;
  padding: 40px 0 0;
  background: url(subheader_ul.gif);
  border: 1px solid black;

}

#subheader #ul1 li {
  padding: 0 0 0 25px;
  padding: 0 0 0 15px;
  margin: 0 0 11px 45px;
  margin: 0 0 9px 35px;
  background: url(subheader_ul_li.gif) center left no-repeat;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;

}

#subheader #ul1 .ul2 li, #subheader #ul1 .ul3 li, #subheader #ul1 .ul4 li, #subheader #ul1 .ul5 li,  #subheader #ul1 .ul6 li  {
  padding: 0 0 0 30px;
  margin: 0 0 11px 10px;
  background: url(subheader_ul_li.gif) center left no-repeat;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;

}

#subheader #ul1 li a {
  text-decoration: none;
  color: #fff;
}

#subheader p {
  float: right;
  margin: 23px 25px 0 0;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 685px;
  _width: 665px;
  padding: 0 0 50px;
  _padding: 0 0 50px 10px;

}

#content h2 {
  padding: 20px 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #313131;
  clear: both;
}

#content h3 {
  padding: 15px 5px 5px 5px;
  font-size: 16px;
  font-weight: normal;
  color: #313131;

  font-weight: bold;
}

#content h4 {
  padding: 15px 5px 2px 5px;
  font-size: 12px;
  font-weight: normal;
  color: #313131;
  font-weight: bold;
}

#content p {
  padding: 5px;
}

#content ul {
    list-style-image: url(/point.JPG);
  margin: 10px 0 10px 30px;
}

#content table {
  width: 100%;
  margin: 5px;
  text-align: center;
  background: #f1f1f1;
}

#content table tr td {
  padding: 4px;
}

#content table tr.header {
  background: #000;
  color: #fff;
  font-weight: bold;
}

#content table tr.odd {
  background: #d1d1d1;
}

#content hr {
  clear: both;
  visibility: hidden;
}

#content form {
  padding: 5px;
}

#content form p {
  padding: 0 0 5px;
}

#content form p label {
  display: block;
  float: left;
  width: 100px;
  padding: 2px 5px 0 0;
  margin: 0;
  text-align: right;
}

#content form p input {
  width: 200px;
  border: 1px solid #a0a0a0;
  background: url(content_form_item.gif) top left;
}

#content form p input.short {
  width: 100px;
}

#content form p select {
  width: 202px;
  border: 1px solid #a0a0a0;
  background: url(content_form_item.gif) top left;
}

#content form p textarea {
  width: 200px;
  height: 50px;
  border: 1px solid #a0a0a0;
  background: url(content_form_item.gif) top left;
}

#content form p textarea.long {
  width: 300px;
  height: 200px;
}

#content form p input.submit {
  width: 100px;
  height: 29px;
  padding: 0;
  border: none;
  background: url(content_form_input-select.gif);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

#content .prod {
  position: relative;
  float: left;
  width: 205px;
  height: 163px;
  margin: 0 20px 10px 0;
  _margin: 0 10px 10px 0;
}

#content .prod a {
  display: block;
  width: 185px;
  padding: 11px;
  text-decoration: none;
}

#content .prod a:hover {
  padding: 10px;
  border: 1px solid #b4e8ff;
  background: #e5f7ff;
}

#content .prod p.img {
  padding: 1px;
  border: 1px solid #c0c0c0;
  background: #ececec;
  text-align: center;
  font-size: 0;
}

#content .prod p.img-borderless {
  padding: 1px;
  background: #ececec;
  text-align: center;
  font-size: 0;
}

#content .prod h3 {
  padding: 15px 0 0;
  color: #d82222;
  text-decoration: underline;
  font-size: 11px;
}

#content .prod p {
  padding: 0 0 10px;
  color: #494949;
}


#content .reference {
  width: 181px;
  height: 133px;
  margin: 0 20px 10px 0;
  _margin: 0 10px 10px 0;
  border: 1px solid #C0C0C0;

}

#content .reference a {

  text-decoration: none;
}

#content .reference a:hover {

  background: #e5f7ff;
}

#content .reference p.img {
  padding: 1px;

  background: #ececec;
  text-align: center;
  font-size: 0;
}


#content .reference p {
  padding: 0 0 10px;
  color: #494949;

}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 299px;
  _width: 297px;
  padding: 0 0 50px;
  background: url(sidebar.gif) top right no-repeat;


}

#sidebar h5 {
  padding: 20px 30px 20px 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #313131;
}

#sidebar p {
  padding: 0 30px 20px 10px;
}

#sidebar big {
  font-size: 14px;
  color: #d20000;
}

#sidebar em {
  font-family: 'Trebuchet MS';
  font-weight: bold;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 65px;
  margin-top: -65px; /* negative value of footer height */
  background: #313131;
  color: #5d5d5d;
  font-size: 10px;
}

#footer .in {
  position: relative;
  width: 900px;
  height: 65px;
  margin: 0 auto;
  background: url(footer.gif) center left no-repeat;
  overflow: hidden;
}

#footer p {
  padding: 20px 0 0;
}

#footer p.alleft {
  float: left;
}

#footer p.alleft {
  padding: 20px 0 0 35px;
}

#footer p.alleft a {
  font-weight: bold;
}

#footer p.alleft a:hover, #footer p.alright a:hover  {
  color: #fff;
}

#footer p.alright {
  float: right;
}

#footer p.alright a {
  color: #5d5d5d;
}

.arrow-img {
  position:absolute; 
  left: 200px; 
}






#content .prod2 {
  position: relative;
  float: left;
  width: 190px;
  height: 133px;
  margin: 0 37px 82px 0;
  _margin: 0 10px 10px 0;
}

#content .prod2 a {
  display: block;
  width: 185px;
  padding: 11px;
  text-decoration: none;
}

#content .prod2 a:hover {
  padding: 10px;
  border: 1px solid #b4e8ff;
  background: #e5f7ff;
}

#content .prod2 p.img {
  padding: 1px;
  border: 1px solid #c0c0c0;
  background: #ececec;
  text-align: center;
  font-size: 0;
}

#content .prod2 h3 {
  padding: 15px 0 0;
  color: black;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
}

#content .prod2 p {
  padding: 0 0 10px;
  color: #494949;
}

.drobeckova-navigace {
  padding: 20px 0 0 5px;
  float: left;
}

.drobeckova-navigace a {
  font-weight: bold;
  color: #D20000;
}

.drobeckova-navigace span {
  color: #9E9E9E;
}

.drobeckova-navigace .oddelovac {
  color: #9E9E9E;
  padding: 0 2px 0 2px;
}

.print {
  padding: 20px 0 0 5px;
  float: right;
}

.print a {
  font-weight: bold;
  color: #D20000;;
}

.imgprint {
 margin: -4px 2px 0 0; 
 float: left;
}

#footer-kontakt {
  display: none;
  clear: both;
}


ul {


}

