/*------------------------------------------------
           PLEASE DONT'S STEAL,
    JUST TAKE THE INSPIRATION!
------------------------------------------------- */

/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  MyProject
URL: www.myproject.com
AUTHOR: Jan Hommer (iam@janhommer.cz, www.janhommer.cz)
DATE: 07-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}
h2 {
  padding: 35px 0px 0px 30px;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #505050;
}

body {
  background: #fff;
}

a:link, a:visited{
  color: #0089b0;
}

a:hover {
  color: #000;
}

p {
  text-align: justify;
}


p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: none;
}

img.alleft {
  float: left;
  margin: 5px 10px 5px 0;
}

img.alright {
  float: right;
  margin: 5px 0 5px 10px;
}

hr.clear {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
}

.in {
  position: relative;
  clear: both;
  width: 1002px;
  margin: 0 auto;
  overflow: hidden;
}

/*------------------------------------------------
 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: 100%;
  margin: 0 auto;
  padding-bottom: 175px; /* must be same height as the footer */
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  background: #242424 url(header.jpg) top repeat-x;
  overflow: hidden;
  color: #fff;
}

#header .in {
  background: url(header_in.jpg) top no-repeat;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header ul#nav {
  list-style: none;
  float: right;
  padding: 20px 40px;
}

#header ul#nav li {
  float: left;
}

#header ul#nav li a {
  display: block;
  float: left;
  margin: 0 3px 0 4px;
}


#header h1 {
  float: left;
  width: 420px;
  height: 150px;
  margin: 0 0 0 140px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}

#header p {
  float: right;
  width: 300px;
  margin: 50px 0 0;
  line-height: 20px;
}

#header p big {
  font-size: 30px;
  color: #ffd800;
}

#header ul#menu {
  list-style: none;
  margin: 34px 0 0;
}

#header ul#menu li {
  float: left;
}

#header ul#menu li a {
  float: left;
  display: block;
  width: 262px;
  height: 30px;
  padding: 30px 30px 0;
  color: #717171;
  font-size: 18px;
  font-family: 'Trebuchet MS';
  line-height: 14px;
}

#header ul#menu.home li a {
  height: 187px;
  padding: 30px;
  margin: 0 0 10px;
}

#header ul#menu li a big {
  font-size: 20px;
}

#header ul#menu li a small {
  font-size: 11px;
  color: #c6c6c6;
  font-family: Tahoma;

}

#header ul#menu li a:hover, #header ul#menu li a.active  {
  color: #ffd700;
}

#header ul#menu li a.one {
  margin: 0 18px 0 0;
  background: url(header_one.jpg) top;
  text-align: justify;
}

#header ul#menu li a.two {
  margin: 0 18px 0 0;
  background: url(header_two.jpg) top;
  text-align: justify;
}

#header ul#menu li a.three {
  background: url(header_three.jpg) top;
  text-align: justify;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  border-top: 1px solid #fff;
  background: url(content.jpg) top repeat-x;
  overflow: hidden;
}

#content .in.white {
  background: #fff;
  padding-bottom: 30px;
}
#content .in.white p {
  background: #fff;
  padding: 35px 30px 0px 30px;
  text-indent: 5px;
}
#content .in.white td p {
  background: #fff;
  padding: 5px 5px 0px 5px;
  text-indent: 0px;
  text-align: center;
}
#content .in.white h3 {
  padding: 10px 0px 0 30px;
  text-indent: 0px;
}
#content .in.white td h3 {
  padding: 0px 0px 0px 0px;
  text-indent: 0px;
}
#content .in.white td .mapa {
  margin-top: 15px;
  margin-left: 50px;
  margin-right: 50px;
  text-indent: 0px;
}
#content .in.white .vykup p {
  background: #fff;
  padding: 0 0 8px;
  text-indent: 0px;
}
#content .in.white .vykup form {
  width: 700px;
}
#content .in.white #dodavka {
  width: 466px;
  height: 290px;
  margin-top: 30px;
  text-align: center;
  float: left;
}

#content .in.white #dodavka form {
  padding: 0px;
}
#content .in.white #dodavka h3 {
  font-size: 17px;
}
#content .in.white .left {
  margin-left: 35px;
}
#content .in.white .right {
  margin-right: 35px;
}
#content .in.white #dodavka #dod-left {
  width: 250px;
  float: left;
}
#content .in.white #dodavka #dod-left img {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#content .in.white #dodavka #dod-right {
  width: 200px;
  float: left;
}
#content .in.white #dodavka #dod-right span {
  vertical-align: super;
}
#content .in.white #dodavka #dod-right p {
  padding: 5px;
  line-height: 200%;
  text-indent: 0px;
  font-size: 13px;
  text-align: center;
}
#content .thirty {
  float: left;
  width: 282px;
  padding: 35px 20px;
  margin: 0 18px 0 0;
  background: #fff;
  overflow: hidden;
}

#content .thirty img, #content .fifty img {
  padding: 1px;
  border: 1px solid #b9b9b9;
}

#content .thirty strong {
  color: #000;
}

#content .thirty hr {
  clear: both;
  height: 0;
  padding: 0;
  margin: 20px;
  border: solid #d5d5d5;
  border-width: 1px 0 0;
  font-size: 0;
  background: #fff;
}

#content .thirty h2 {
  padding: 25px 0 5px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  clear: both;
}

#content .thirty.last {
  margin: 0;
}

#content .thirty.padding {
  padding: 20px;
}

#content .thirty.padding img {
  margin: 10px 85px 10px 0px;
  padding: 0;
  border: 0;
}
#content .thirty p {
margin-top: 20px;
text-indent: 10px;
}
#content .thirty p big {
margin-top: 0px;
text-indent: 0px;
}
#content .thirty form p {
margin-top: 0px;
text-indent: 0px;
}
#content .seventy {
  float: left;
  width: 632px;
  padding-left: 30px;
  padding-top: 35px;
  margin: 0 18px 0 0;
  background: #fff;
  overflow: hidden;
}
#content .seventy .loga {
  margin-left: -30px;
  margin-top: -35px;
}
#content .seventy p {
  padding: 0px 0px 0px 0px
  color: #505050;
  font-size: 13px;
}
#content .seventy a {
  color: #505050;
  font-size: 13px;
}
#content .seventy h2 {
  padding: 0px 0px 15px 20px
}
#content .seventy .fifty {
  float: left;
  width: 291px;
  padding: 20px 20px 20px 0px;
}
#content p big {
  font-size: 15px;
  text-indent: 0px;
}
#content .seventy table {
  width: 620px;
  margin: 20px;
  border-right: 1px solid #d2d2d2;
}

#content .seventy table tr.center {
  text-align: center;
}

#content .seventy table tr td {
  padding: 4px;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold;
  color: #000;
  font-size: 10px;
}

#content .seventy table tr td.white {
  border: 1px solid #272727;
  background: #272727;
  color: #fff;
}

#content .seventy table tr td.darkorange {
  border: 1px solid #272727;
  background: #272727;
  color: #ffae00;
}

#content .seventy table tr td.orange {
  color: #ffae00;
}

#content .seventy table tr td.noborder {
  border-left: none;
}

#content .pagination {
  overflow: hidden;
  padding: 5px 20px;
  background: #e9e9e9;
  margin-left: -30px;
}

#content .pagination select {
  width: 150px;
  border: 1px solid #727272;
}

#content .pagination span {
  color: #000;
}

#content .pagination p.alright {
  padding: 3px 0 0;
}

#content form {
  width: 282px;
  margin: 0 auto;
  padding: 30px 0;
}

#content form p {
  clear: both;
  padding: 0 0 8px;
}

#content form label {
  float: left;
  display: block;
  width: 75px;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #000;
  text-align: right;
}

#content form label em {
  font-weight: normal;
}

#content form input, #content form textarea {
  width: 190px;
  padding: 5px;
  border: 1px solid #c1c1c1;
}

#content form textarea {
  height: 100px;
}

#content form input.submit {
  width: 126px;
  height: 30px;
  padding: 0;
  border: 0;
  background: url(btn_submit.jpg);
  cursor: hand;
  cursor: pointer;
}

#content form input.obj {
  width: 88px;
  height: 26px;
  padding: 0;
  border: 0;
  background: url(btn_order.jpg);
  cursor: hand;
  cursor: pointer;
  margin-top: 20px;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 175px;
  margin-top: -175px; /* negative value of footer height */
  background: #242424 url(footer.jpg) top center no-repeat;
  color: #939393;
  font-size: 10px;
}

#footer p {
  padding: 110px 0 10px;
}

#footer a {
  color: #939393;
}

#footer p.dark, #footer p.dark a, #radkovyblok, #radkovyblok a {
  padding: 0;
  color: #323232;
  text-align: center;
}
