/*------------------------------------------------
           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: 06-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: 12px;
  color: #949494;
}

body {
  background: #1a1a1a url(body.jpg) top center repeat-y;
  
}

a:link, a:visited{
  color: #f99b15;
  font-weight: bold;
}

a:hover {
  color: #fff;
}

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: 0 5px 5px 0;
}

img.alright {
  float: left;
  margin: 0 0 5px 5px;
}

.in {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

hr {
  clear: both;
  visibility: 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;
  background: url(main.jpg) top center repeat-x;
  padding-bottom: 238px; /* must be same height as the footer */
}

/*------------------------------------------------
HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 1000px;
  height: 445px;
  margin: 0 auto;
}

#header ul {
  list-style: none;
  height: 45px;
  padding: 4px 0 0 156px;
  overflow: hidden;
}

#header ul li {
  float: left;
  margin-right: 1px;     
}

#header ul li a {
  float: left;
  display: block;
  height: 23px;
  padding: 10px 11px 0;
  _padding: 10px 8px 0;
  margin: 0 1px 0 0;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  font-family: Arial;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { /* opera hack */
  head~body #header ul li a {
    padding: 10px 11px 0; 
  }
}

#header ul li a small {
  font-size: 8px;
  font-style: italic;
  font-weight: normal;
  color: #c40000;
}

#header ul li a:hover, #header ul li a.active {
  background: #f99b15;
}

#header #flash_a {
  position: relative;
  float: left;
  width: 450px;
  height: 330px;
  padding: 8px 0 0 50px;
  _padding: 7px 0 0 50px;
}

#header #flash_b {
  position: relative;
  float: left;
  width: 500px;
  height: 330px;
  padding: 7px 0 0 0;
}

/*------------------------------------------------
CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 583px;
  padding: 0 23px 14px 27px;
}

#content .white {
  color: #fff;
}

#content h1 {
  padding: 0 14px 5px;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}

#content h2 {
  padding: 0 14px 14px;
  background: url(content_h2.gif) bottom repeat-x;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  color: #E99114;
}

#content h3 {
  padding: 25px 14px 14px;
  background: url(content_h2.gif) bottom repeat-x;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  color: #E99114;
}

#content p {
  padding: 14px 14px 0;
  font-size: 11px;
  text-align: justify;
}

#content p em {
  font-size: 12px;
}


#content ul {
  list-style-image: url(content_ul_li.jpg);
  padding: 20px 0 20px 30px;
  font-size: 11px;
  color: #fff;
}

#content ul li {
  padding: 3px 0;
}

/* item */

.item {
  position: relative;
  float: left;
  width: 285px;
  height: 85px;
  padding: 14px 0 0;
}

.item p {
  padding: 0 0 0 14px;
  font-size: 10px;
  text-align: left;
}

.item2 p {

  text-align: left;
}

.item p a {
  text-decoration: none;
  text-transform: uppercase;

}

 .item p img {
  float: left;
  margin: 0 13px 0 0;
  border: 7px solid #e99114;
}

/* item */

.item2 {
  position: relative;
  float: left;
  width: 100px;
  height: 110px;
  padding: 24px 0 0 14px;
}

.item2 p {
  padding: 0;
  font-size: 10px;
}

.item2 p a {
  text-decoration: none;
  text-transform: uppercase;
}

.item2 p img {
  border: 7px solid #e99114;
}

/* fifty */

#content .fifty {
  position: relative;
  float: left;
  width: 290px;
}

#content .fifty ul {
  padding: 20px 0 0 30px;
}

/* form */

#content form p {
  clear: both;
}

#content form p label {
  display: block;
  float: left;
  width: 200px;
  padding: 0 5px 0 0;
  text-align: right;
  font-weight: bold;
  color: #bababa;
}

#content form .fifty p label {
  width: 120px;
}

#content form p label em {
  font-size: 9px;
  font-weight: normal;
  color: #6e6e6e;
}
.short-termin {
  width: 80px;
  padding: 5px;
  border: 1px solid #525251;
  background: #0B0B0B;
  color: #fff;
}
#content form p input, #content form p textarea {
  width: 120px;
  padding: 5px;
  border: 1px solid #525251;
  background: #0B0B0B;
  color: #fff;
}



#content form p textarea{
  width: 330px;
  height: 200px; 
}

#content form p input.submit {
  width: 193px;
  height: 48px;
  padding: 0;
  border: none;
  background: url(content_input_submit.jpg);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  color: #e99114;
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: right;
  width: 367px;
  _width: 360px;
}

#sidebar .box_a {
  position: relative;
  width: 250px;
  height: 72px;
  padding: 15px 0 15px 55px;
  margin: 0 0 0 20px;
  background: url(sidebar_box_a.jpg) no-repeat;
}

#sidebar .box_b {
  position: relative;
  width: 250px;
  height: 52px;
  padding: 25px 0 25px 55px;
  margin: 0 0 0 20px;
  background: url(sidebar_box_b.jpg) no-repeat;
}

#sidebar .box_c {
  position: relative;
  width: 250px;
  height: 72px;
  margin: 0 0 25px 20px;
}

#sidebar .box_a a, #sidebar .box_b a, #sidebar .box_b c {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 15px;
  color: #e99114;
}

#sidebar h4 {
  padding: 10px 14px 14px;
  margin: 0 10px 0 20px;
  background: url(content_h2.gif) bottom repeat-x;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  color: #8d8d8d;
}

#sidebar .item {
  position: relative;
  width: 337px;
  padding: 0 0 7px;
  overflow: hidden;
}

#sidebar .item .item_left {
  position: relative;
  float: left;
  width: 90px;
}

#sidebar .item .item_left p {
  padding: 14px 0 14px 34px;
}

#sidebar .item .item_left p img {
  border: 7px solid #2d2d2d;
}

#sidebar .item .item_right {
  position: relative;
  float: right;
  width: 200px;
}

#sidebar .item .item_right h5 {
  padding: 14px 0 0;
  font-size: 12px;
}

#sidebar .item .item_right p {
  padding: 14px 0 0;
}

#sidebar .item .item_right p img {
  float: left;
}

#sidebar .item p {
  clear: both;
  padding: 0 0 10px 34px;
  font-size: 10px;
}



#sidebar .item p a.more {
  padding: 3px 0 5px 25px;
  background: url(sidebar_a_more.jpg) center left no-repeat;

}

#sidebar p.gall,
#photo-video-gall {
  padding: 15px 10px 0 0;
}



#sidebar p.gall img,
#photo-video-gall img {
  border: 7px solid #2d2d2d;
  margin: 0 0 3px;
}

#sidebar p.more {
  padding: 10px 10px 10px 20px;
}

#sidebar p.more a, p.more a {
  padding: 5px 0 5px 25px;
  background: url(sidebar_a_more.jpg) center left no-repeat;
  color: #8d8d8d;
  font-size: 10px;
}


/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 238px;
  margin-top: -238px; /* negative value of footer height */
  background: #000 url(footer.jpg) top center;
  color: #4d4d4d;
  font-size: 10px;
}

#footer a {
  color: #202020;
  font-weight: bold;
}

#footer .item {
  position: relative;
  float: left;
  width: 120px;
  padding: 50px 0 0 10px;
  font-size: 9px;
}

#footer .item.first {
  padding: 50px 0 0 50px;
}

#footer .item a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
}

#footer .item a:hover {
  text-decoration: underline;
}

#footer .item p {
  padding: 0 0 3px;
  text-transform: uppercase;
  font-weight: bold;
}

#footer .item p a {
  font-weight: bold;
}

#footer .item p a:hover {
  text-decoration: underline;
}

#footer .item ul {
  list-style: square;
  padding: 0 0 0 15px;
}

#footer .item ul li {
  padding: 0 0 3px;
}

#footer p.copy {
  clear: both;
  padding: 55px 0 0 90px;
  float: left;
}

#content .fifty2 {
  position: relative;
  float: left;
  width: 550px;
}

.recommend, #radkovyblok {
  float: right; 
  text-align: right; 
  width: 600px;  
  padding: 55px 0 0 0px; 
  color: #202020 ;
}


#content .fifty2 ul {
  padding: 20px 0 0 30px;
}

#content .fifty2 {
  position: relative;
  float: left;
  width: 550px;
}

#content .fifty2 p textarea {
  width: 290px;
}

p.center img {
  margin: 10px;
  border: 3px solid #1F2025;
  text-align: center;
}

.foto-td {
  width:149px; 
  height: 112px; 
  border: 4px solid #2D2D2D;  
  margin: 10px; 
  text-align: center; 
  vertical-align: middle;
  background: black;
}

#galerie-content {

}

#galerie-content img {
 

}

.tabletd  {
  width:108px; 
  height: 80px; 
  border: 3px solid #2D2D2D;  
  margin: 5px; 
  text-align:center; 
  vertical-align: middle;
  background:black;
}

table {
  margin-top: -9px;
}