/* CSS Document */
/* redgap css style, Martin Klíma, 2010 */
/* 
  
  
  
*/


/* Debug section */

div {
  /*border: 1px solid red;*/
}


/* General settings */

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
}

h1 {
  display: none;
}

h2 {
  font-size: 20px;

}
h2.pagetitle {
  font-size:24px;
  font-weight:normal;

}

h2.pagetitle span {
}

h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}

a {
  text-decoration: none;
  /*color: inherit;*/
  color: #d00;
  font-weight: normal;

 
}

img {
  border: none;
}

a:hover{
color: #c50938;}

.error, .ok, .debug {
  color: #f00;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #f00;
}
.error {
}
.ok {
  color: #3385d6; 
  border: 1px solid #3385d6;
}
.debug {
  border-color: #393;
  color: #393;
}

/* ----------- Layout ---------- */
html {
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
  padding: 0;
  margin: 0;
  background: #000 url(images/bg-main.gif) repeat scroll center top;
  color:#000;
}
#outerbox {
  background: #424c55 url(images/main-bg.gif) repeat-y scroll center 0;
  width: 1040px;
  margin: 0 auto;
}
#container {
  margin: 0 auto;
  width: 1000px;
}
#container.toppage {
  background-color: #292929;
}

#header {
  background:url("images/main-motive.png") no-repeat scroll 0 56px transparent;
  height:352px;
  position:relative;
}

#logo {
  float: left;
  
}
#logo a {
  background:url("images/logo.png") no-repeat scroll 25px 10px transparent;
  display:block;
  height:50px;
  width:190px;
}
.toppage #logo a {
}

#headline {
  display: none;
  float: left;
  width: 300px;
  color: #666;
  padding-top: 65px;
}

#contents {
  padding-bottom:10px;
  background: #fff url(images/content-corner-tr.gif) no-repeat scroll top right; 
}
.toppage #contents {
  background: transparent url(images/contents-bg-black.gif) repeat-y scroll 0 0;
  background-color: #000;
}

#contents h2.pagetitle {
  font-family:georgia,times New Roman,times,serif;
  font-size:24px;
  font-weight:normal;
  padding:10px 0;
}
  
  
/* homepage menu */
#homepage_menu {
  width:670px;
}

#homepage_menu div.menu_item {
  float:left;
  margin:0 8px 11px 0;
  
}

#homepage_menu div.menu_item h3 a {
  background-image:url("images/menu_placeholder.jpg");
  background-repeat:no-repeat;
  background-position: 0 0;
  color:#FFFFFF;
  display:block;
  font-size:16px;
  font-weight:bold;
  height:auto;
  padding:160px 0 30px;
  width:212px;
  text-transform:none;
  opacity: 0.7;
  border: 1px solid transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

#homepage_menu div.menu_item h3 a:hover {
  border: 1px solid #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-position: 0 0;
  color: #fff;
}

#homepage_menu div.menu_item h3 a span {
  padding: 5px 10px;
}

#homepage_menu div.menu_item h3 a:hover span {
  background-color: #000;
  padding: 5px 10px;
}

/************************/
  #icons_bar {
    position:absolute;
    right:0;
    text-align:right;
    top:5px;
    width:175px;
  }
  
  #icons_bar a {
    background:url("images/hm_language_separator.gif") no-repeat scroll left center transparent;
    margin:3px;
    padding:0 0 0 9px;
    color: #ccc;
  }
  #icons_bar a.last {
  }
  #icons_bar a.first {
    background: none; 
  }   
  #icons_bar a.current {
    color: #fff; 
  }  

/************************/  
  



#left_column {
  float:left;
  margin-left:25px;
  margin-right:20px;
  width:200px;
  min-height:10px;
}

#right_column {
  float:left;
  margin-left:25px;
  width:205px;
}


/* -------------- vertical menu like rollup menu --------- */

#horizontalmenu * {
}

#horizontalmenu {
  background:url("images/hm-bg.png") no-repeat scroll left top transparent;
  position:absolute;
  right:0;
  top:24px;
  width:733px;
}

#horizontalmenu ul {
  height:32px;
  list-style-type:none;
  padding-right:200px;
  text-align:left;
}

#horizontalmenu ul li {
  float: left;
  background: transparent url(images/hm-button-separator.gif) repeat-y scroll right top;
}
#horizontalmenu ul li.first {
}
#horizontalmenu ul li.last {
  border-right: none; 
}

#horizontalmenu ul li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 7px 12px 7px;
  margin-right: 2px;
  color: #fff;
  white-space: nowrap;
}
#horizontalmenu ul li.first.actual a{
    background:url("images/hm-bg-current-first.png") no-repeat scroll 0 0 transparent;
}
#horizontalmenu ul li a:hover{
  color: #fff;
  background:url("images/hm-bg-hover.png") no-repeat scroll -10px top transparent;
}
#horizontalmenu ul li.first a:hover{
  background-position: 0 0;
}

  #horizontalmenu .actual {
  }
  #horizontalmenu .actual a {
    color: #fff;
    background-color:#DCE4E4;
    background-image:none;
    color:#000000;
  }
  
/*---------------------------------*/

/* -------------- vertical menu --------- */
.verticalmenu {
  margin-top:25px;
}

.verticalmenu h2 {
  background:url("images/vm-bg.gif") no-repeat scroll 0 0 #FFFFFF;
  color:#c00005;
  font-size:12px;
  padding:10px 5px 5px 11px;
}

.verticalmenu ul {
  list-style-type: none;
  text-align: left;
}

.verticalmenu ul.level1 {
}

.verticalmenu ul li {
  padding: 0;
  background:url("images/vm-bg.gif") no-repeat scroll 0 0 #FFFFFF;
}

.verticalmenu ul li.separator {
}

.verticalmenu ul li.level1 {
}

.verticalmenu ul.level2 {
}

.verticalmenu ul li a {
  display: block;
  padding:7px 18px 5px 11px;
  text-decoration: none;
  color: #fff;
}

.verticalmenu ul li.level1 a {
background: transparent url(images/vm-arrow-gray.gif) no-repeat scroll 96% center;
color: #000;

}

.verticalmenu ul li.level2 {
  background-image: url(none);
  padding-left: 10px;
}

.verticalmenu ul li.level2 a {
  color:#000000;
  /*border-left: 1px solid #000;*/
}

.verticalmenu ul li.level1 a:hover{
  background-position: 97%;
  color: #c00005;
}
.verticalmenu ul li.level2 a:hover{
  color: #c00005;
}

.verticalmenu .actual {
}
.verticalmenu ul li.level2.actual a, .verticalmenu ul li.level1.actual a {
  background: transparent url(images/vm-arrow-red.gif) no-repeat scroll 96% center;
}



/* h-menu*/
#navipanel {
  background: #fff url(images/hm-shadow.gif) repeat-x left bottom;
  background: url(images/bg-hm-shadow.gif) repeat-x;
}

#searchform {
  background:url("images/search-bg.png") no-repeat scroll 0 0 transparent;
  height:22px;
  position:absolute;
  right:0;
  top:29px;
  width:180px;
}

#searchform form input {
  background-color:transparent;
  border:0 solid transparent;
  font-size:12px;
  height:17px;
  padding:1px 1px 1px 4px;
  width:147px;
}
#searchform input.search_button {
  width: auto;
  background:transparent url(images/search-button-img.png) no-repeat scroll 0 0;
  vertical-align:top;
  padding: 0;
  margin-left:-2px;
  color: transparent;
}



#motive {
  background:url("images/motive_default.png") no-repeat scroll left top transparent;
  bottom:33px;
  height:210px;
  left:330px;
  position:absolute;
  width:670px;
}

/* ------------ infoplace -------- */
#infoplace{
  /*display: inline; /* IE5-6 double margin bug fix*/
    background: url("images/api_h2_bg.png") no-repeat scroll left top #FFFFFF;
    float: left;
    width: 500px;
    padding: 20px 0;

}

.toppage #infoplace {
    float: left;
    margin-left: 0;
    width: 731px;
}

.toppage #page_tracking {

}

#infoplace a {
  }
  
#infoplace a:hover {
    text-decoration: underline;
  }

#infoplace h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 140%;
    padding: 30px 0 5px;
}
  
#infoplace h3 {
  margin: 10px 0 5px;
  color: #000000;
  font-size: 14px;
}

.toppage #infoplace h3 {
    margin-left: 160px;
    padding: 0;
  }

#infoplace h3 a {
    color: #c00005;
    font-weight: bold;  
}
  
#infoplace h4 {
    margin: 2px 0;
    color: #000000;
}
  
#infoplace p {
    font-size: 12px;
    line-height: 145%;
    padding: 0 0 15px;
  }
  
#infoplace .page_image {
}
  
#infoplace .page_image img {
    float: right;
    margin: 0 0px 0 10px;
}
  
#infoplace p img {
  margin: 5px 10px 10px 0;  
}

#infoplace p img[style*="float: right"] {
    margin-left: 10px;
    margin-right: 0;
}
  
#infoplace p img[style*="float: left"] {
    margin-left: 0;
}
  
#infoplace ul {
    line-height:150%;
    list-style-position:outside;
    margin-left:14px;
    padding-bottom: 20px;
}

#infoplace ol {
    line-height:150%;
    list-style-position:outside;
    margin-left:16px;
    padding-bottom: 20px;
}
  

  
#infoplace ul ul, #infoplace ul ol, #infoplace ol ul, #infoplace ol ol {
    padding-bottom: 0;
}
  
#infoplace ul li {
      
  
}
  
#infoplace ol li {

}
  
#infoplace table {
    border-collapse: collapse;
    /*border: 1px solid #999;*/
}
    
#infoplace table td {
    /*border: 1px solid #ccc;*/
    padding: 2px 10px 2px 0;
}
  
#infoplace a.page_image {
}

#infoplace a.page_image img {
    margin: 0 0 10px 10px;
}
  /*
  #infoplace table[border=0] {
    border: none !important;
  }
    #infoplace table[border=0] td {
    border: none;
  }
  */
    
#infoplace .separator {
    margin: 15px 0 5px 0;
    height: 25px;  
}
  
#infoplace .top_page_separator {
    margin: 15px 0 5px 0;
    height: 25px;
}

#infoplace_ending {
  height: 28px;
  margin-bottom: 50px;
  background: transparent url(images/api_bottom_border.png) no-repeat scroll left bottom;
}



/*********************************/
#articles .one_article {
  min-width: 0; /* peekaboo bug fix for IE7 */
} 
#articles .one_article:hover {
} 
#articles .one_article h3 {
  padding: 2px 0 5px;
}
  #articles.with_date .one_article h3 {
    float: left;
    width: 466px;
  }

#articles .one_article div.text_part {
  line-height: 140%;
  margin: 0;
}
#articles div.one_article div.date {
  color: #999999;
  float: right;
  padding: 6px 0 5px 0;
  text-align: right;
  width: 64px;
}


/* ---------------- newsbox --------*/

#news {
  margin-top: -10px;
}

#infoplace .one_news {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 10px;  
}
#infoplace .one_news h3, #infoplace .one_news h3 a {
  font-size: 16px;
  margin: 0px 0 0;
  color: #5c5c5c;
  font-weight: bold;
}

#infoplace .one_news img {
  margin: 0;
  border: none;
}

#infoplace .one_news p {
  margin: 0 0 0 120px;
}

/* --------- banners ---------- */
#banners {
  margin-top: 50px;
  padding: 10px 30px;
}

  #banners img {
    margin: 10px 0px;
    border: none !important;
  }


/* ----- Link system (výměna odkazů) BANNEX ----- */
#bannex {
}
#bannex img {
  border: 0px;
}
#bannex h3 {
  margin-bottom: 10px; 
}

.banners_text {
  float: left;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
}
.banner_text a {
  border: none !important;
}
.banners_image {
  float: right;
  width: 48%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
  .banner_image a {
    border: none !important;
  }
.banner_image img {
  border: 0px solid black;
}
#bannex table, #bannex table td {
  border: 0px;
  padding: 5px 20px 0 0;
}
#bannex table {
  margin-top: 20px;
}
#bannex table a {
  border: none !important;
}

/* ------------------- */

/*------- GALLERY SECTION -----------*/

#gallery {
}

#gallery img {
  background-color:#FFFFFF;
  margin:10px 0 0;
  padding:10px;
}

#gallery h3 {
  font-weight: bold;
  padding: 0;
  margin: 5px 0 10px 0;
}

.productpage #gallery div.one_thumb {
  float: left;
  margin: 10px 0px;
  margin-left: 0px;
  padding: 0px;
}

#gallery div.one_thumb {
  float:left;
  margin: 1px 13px 1px 0;
  padding:0;
  text-align:center;
}
#gallery div.one_thumb p {
  text-align: center;
  font-size:11px;
  padding:0 0 5px;
}
#gallery div.one_thumb img {
  margin: 0;
  padding: 0px;
}
#gallery div.one_thumb a {
  text-decoration: none;
  border: none;
}

/*------ Show image section ---------*/
#show_one_image {
}
  #show_one_image h2, #show_one_image h3, #show_one_image h3, #show_one_image h4 {
    border: none;
    color: #666; 
  }
  #show_one_image img {
    border: 1px solid #999;
    padding: 0px;
    margin: 0 0 40px 0;
  }
  #show_one_image p {
    padding-bottom: 20px;
  }

/*----------------------------*/

#footer {
  clear:both;
  color:#666;
  font-size:9px;
  padding:0 25px;
}

#footer.toppage {
}

#footer .footer_box {
  border-right:1px dotted #999999;
  padding:10px 5px;
  width:220px;
}

#footer .footer_box.last {
  border-right: none;
}

#footer .footer_box p {
    vertical-align: bottom;
    margin-top: 0px;
    font-size: 11px;
    padding-top: 1px;
  }
#footer p {
  /*font-size: 12px;*/
  padding:6px;
}
#footer a {
  color:#C00005;
}

#copyright {
  background:url("images/footer-bg.png") no-repeat scroll 0 0 transparent;
  color:#FFFFFF;
  font-size:11px;
  height:33px;
  padding:11px 35px;
}

#bottom-navigation {
  display: none;
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

/* -------- gallery navigation -------- */
#navigation {
  margin-top: 10px; 
}
#navigation a {
  color: #aaa;
  font-size: 12px;
}

#navigation a.control {
  border:1px solid;
  margin:2px;
  padding:0 4px;
}
#navigation a:hover {
  text-decoration: none;
  color: #c50938;
  height: 20px;
}

/* -------- page tracking -------- */
#page_tracking {
  bottom:6px;
  clear:both;
  color:#FFFFFF;
  left:25px;
  position:absolute;
  font-size: 11px;
}

#page_tracking em {
  font-weight: bold;
  font-style: normal;
  color: #cccccc;
}

#page_tracking a {
  color:#FFFFFF;
  padding:0 5px;
}
#page_tracking a:hover {
  text-decoration: underline;
}

#attachments {
  padding-bottom: 25px;
}

#attachments h2 {
    background: url("images/api_border_dotted.png") repeat-x scroll left top transparent;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 10px 0 4px;

}

#attachments ul.attachments {
    list-style: none outside none;
    margin-left: 0;
    padding-bottom: 0;
}
  
#attachments ul.attachments li {
    background: url("images/file_download.gif") no-repeat scroll 0 0 transparent;
    margin: 8px 10px 0 0;

}
  
#attachments ul.attachments li a {
    color: #000000;
    display: block;
    padding: 3px 10px 19px 50px;
}
  
#attachments ul.attachments li a:hover {

}

/* -------- Vertical News --------------- */
#vertical_news {
  background:url("images/news-bg-down.gif") no-repeat scroll left bottom transparent;
  padding-bottom:20px;
}

.toppage #vertical_news {
  position: static;
  color: #ddd;
  font-size: 11px;

}
  #vertical_news h2 {
    font-size:12px;
    background:url("images/news-bg-up.gif") no-repeat scroll left top transparent;
    margin-top:24px;
    padding:7px 10px 30px;
  } 
  #vertical_news h3 {
    font-size:11px;
  margin-top:10px;
  padding:9px 9px 7px 11px;
  color: #c00005;
}
  .toppage #vertical_news h3 {
}  
    
  #vertical_news p {
    font-size:11px;
    line-height:130%;
    margin:0 11px;
   
  }

#infoblock {
  margin-top: 25px;
}

#infoblock .footer_box {
  background:url("images/news-bg-up.gif") no-repeat scroll left top transparent;
  padding: 10px 20px 16px;
} 

#infoblock h3 {
  color: #333;
  font-weight: bold;
  padding: 0 0 10px;
  font-size: 14px;
}


/*  --- echo form ---  */

#form-echo {
  border:1px solid #999999;
  line-height:120%;
  margin-top:15px;
  padding:10px;
}
#form-echo div {
  border: none;
}

#form-echo div div {
  margin: 2px 0;
}

#form-echo h3 {
  font-size: 15px;
  color: #666;
  margin: 10px 0;
}

#form-echo label {
  color:#000000;
  float:left;
  margin:6px 0 1px 8px;
  width:186px;
}

#form-echo input, #form-echo select, #form-echo textarea {
  background-color:#EEEEEE;
  border:1px solid #CCCCCC;
  margin:0;
  padding:4px 4px;
  width:262px;
}

#form-echo textarea {
  font-family: arial;
  font-size: 12px;
  height: 120px;
}

#form-echo input.radio, #form-echo input.checkbox {
  width: auto;
  margin: 5px 5px 0 0;
}

#form-echo select {
  
}

#form-echo input.button {
  background-color:#5DC2C3;
  border:1px solid #666666;
  color:#000000;
  font-weight:bold;
  margin:5px 0 0;
  padding:5px 20px;
  text-align:center;
  width:100%;
}
#form-echo em {
  background-color: #ff0;
  color: #f00;
  font-style: normal;
}

#infoplace .search_results h3, #infoplace .search_results h3 a {
  color: #c00005;
  font-size: 14px;
  font-weight: bold;
}


  
/* ---------- global class -------*/  
  .blue, .custom_1 {
    color: #349ED5; 
  }
  .orange, .custom_2 {
    color: #ED7E03; 
  }
  .bold {
    font-weight: bold;
  }
  .leftside {
    float: left;
    margin-left: 0 !important;
  }
  .rightside {
    float: right;
    margin-right: 0 !important;
  }
  .left {
   text-align: left;
  }
  .right {
    float: right;
    text-align: right;
  }
  .ta_right {
    text-align: right;
  }
  .cleaner {
    clear: both;
    margin: 0;
  }
  .cleaner_right {clear: right}
  .hidden {
    visibility: hidden;
  }
/* ----------------------------- */



