@import url("common.css");

#site
{
  background: url(../images/beta/top-gradient.png) repeat-x;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
}

#container
{
  width: 936px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#container a.blue-link
{
  color: #3b1964;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt
}

#container a.blue-link:hover
{
   color: #c1272d;
   text-decoration: underline;
}

#container a.blue-link strong
{
   color: #3b1964;
   font-weight: bold;
}

#container a img
{
  border: 1px solid #ddd;
}

#header
{
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 2em;
}

#header input.q
{
  width: 132px;
  height: 16px;
  background: url(../images/beta/input.png) no-repeat;
  color: #3b1964;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 1em;
  border: 1px solid;
  padding-top: 0.1em;
}

#header input.search
{
  width: 57px;
  height: 20px;
  background: #000 url(../images/beta/search.png) no-repeat;
  color: #fff;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 1em;
  font-weight: bold;
  border: none;
  padding-top: 0;
  cursor: pointer;
}

#header a#logo
{
  width: 210px;
  height: 122px;
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
}

#header a#logo span
{
  background: url(../images/beta/logo.png) no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#header span.site-name
{
  display: block;
  color: #fff;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  position: relative;
  top: 28px;
  left: 20px;
}

#header form
{
  position: absolute;
  top: 25px;
  right: 85px;
}

#no-style-menu
{
  display: none;
}

#language-menu
{
  position: absolute;
  top: 28px;
  right: 17px;
}

#language-menu li
{
  display: inline;
}

#language-menu li img
{
  border: none;
}
 
 #container p.more a:link, #container p.more a:visited
 {
   text-decoration: underline;
   color: #c1272d;
 }
 
 #container p.more a:hover, #container p.more a:active
 {
   text-decoration: none;
 }


/*******************************************************************************
*****************************LEVÝ PANEL*****************************************
*******************************************************************************/
 
 #left
 {
   width: 225px;
   float: left;
   padding: 0 1.5em;
 }
 
 #left h2, #left div.h-link
 {
   background: url(../images/beta/li.png) no-repeat 0 1px;
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 10pt;
   color: #666;
   padding-left: 1.5em;
 }
 
 #left div.news h2
 {
   float: left;
 }

 #left div.news a.more
 {
   float: right;
 }
 
 #left h2 a, #content #center h2.h2-as-link a
 {
   color: #666;
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 10pt;
   text-decoration: none;
 }
 
 #left a.blue-link:hover
 {
   color: #c1272d;
   text-decoration: underline;
 }
 
 #left dl.news-box
 {
   margin: 0;
   width: 100%;
   overflow: hidden;
   padding-left: 0.1em;
 }
 
 #left dl.news-box h2
 {
   float: left;
   width: 80%;
 }
 
 #left dl.news-box a
 {
   float: left;
   width: 100%;
   margin-bottom: 0.5em;
 }
 
 #left dl.news-box a.more
 {
   display: block;
   text-align: right;
   float: none;
 }
 
 #left dl.news-box dt span.date
 {
   display: block;
 }
 
 #left dl.news-box dd
 {
   padding-bottom: 3em;
 }
 
 #left dl.news-box dt.h-link
 {
   padding: 0;
   margin-bottom: 0;
 }

 #left dl.news-box dd
 {
   margin: 0;
 }
 
 #left dl.news-box dd span
 {
   color: #c1272d;
   float: right;
 }
 
 #left div.h-link
 {
   border-bottom: 2px solid #ddd;
   margin-bottom: 1em;
   font-weight: bold;
 }
  
 #left div.news span.border
{
  border-bottom: 2px solid #DDD;
  clear: both;
  display: block;
  padding: 0.1em 0 0.1em;
  width: 100%;
  margin-bottom: 1em;
}
 
/*******************************************************************************
*************************STŘED STRÁNKY******************************************
*******************************************************************************/ 
 
 #center
 {
   width: 100%;
 }
 
 #center h1
 {
   background: url(../images/beta/li.png) no-repeat 0 1px;
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 0.99em;
   color: #3b1964;
   padding: 0 0 1em 1.5em;
 } 
  
 #site, #left, #right, #content #center, #content #center ul, #content #center ul li, #content #center ol li, #right ol li, #content #center p, #content #center strong, #content #center label, #content #center table tr td
 {
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 10pt;  
   line-height: 1.3;
 }
 
 #center p
 {
   margin-bottom: 1em;
 }
 
 #center h2
{
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
  color: #666;
  padding: 0 1.5em;
  margin: 1em 0;
  background: url(../images/beta/li.png) no-repeat;    
}

#content #center h2.link
{
  background: none;
  padding: 0;
  margin: 0.5em 0;
}

#content #center h3
{
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
  padding: 1em 0;
  color: #C1272D;
}

#center a, #left a.more, #right a.more
{
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
}

#content #center table tr td strong.caption
{
  color: #C1272D;
}

#content #center table.partner-table tr td.first
{
  width: 4em;
}

#center a
{
  color: #3B1964;
  text-decoration: underline;
  font-weight: bold;
}

#center a:hover
{
  text-decoration: none;
  color: #C1272D;
}

#content #center span.searchHightLight
{
  color: #fff;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 1em;
  font-weight: bold;
  background-color: #700;
}

#content #center ul
{
  margin: 0;
  padding: 0 0 0 1.4em;
}

#content #center img.icon
{
  float: left;
  margin-right: 0.8em;
}

#content #center div.no-float
{
  width: 100%;
  overflow: hidden;
}
 
/*******************************************************************************
****************************PRAVÝ PANEL*****************************************
*******************************************************************************/
 
 #right
 {
   width: 270px;
   float: right;
   padding: 0 1.5em;
 }
 
 #right div.padding
 {
   margin-top: 1.5em;
 }
 
 #right div.h-link
 {
   border-bottom: 2px solid #ddd;
   width: 100%;
   overflow: hidden;
   padding-left: 0.1em; 
 } 
 
 #right div.h-link h2
 {
   float: left;
   width: 80%;
 }
 
 #right div.h-link a.more
 {
   float: right;
 }
 
 #right h2
 {
   background: url(../images/beta/li.png) no-repeat 0 1px;
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 10pt;
   color: #666;
   padding: 0 0 0.1em 1.5em;
   width: 100%;
   overflow: hidden;
 }
 
 #right h2 a
 {
   color: #666;
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 10pt;
   text-decoration: none;
   float: none;
 }
  
 #right ul#products,
 #right ul#projects,
 #right ul#partners
 {
   margin: 10px 0 0 0;
   padding: 0;
   list-style-type: none;
 }

 #right ul#products li, 
 #right ul#projects li,
 #right ul#partners li
 {
   width: 100%;
   overflow: hidden;
   padding: 0.3em;
   background: url(../images/beta/gradient-panel.png) repeat-x left bottom;
 } 
 
 #right ul#products li a.blue-link, 
 #right ul#projects li a.blue-link,
 #right ul#partners li a.blue-link
 {
   width: 100%;
   overflow: hidden;
   display: block;
   margin-bottom: 0.5em;
 }
 
 #right ul#products li a.blue-link img, 
 #right ul#projects li a.blue-link img,
 #right ul#partners li a.blue-link img
 {

   float: left;
   border: 1px solid #ddd;
 }
 
 #projects li img.preview,
 #partners li img.preview,
 #products li img.preview,
 #content #center #partner-list li img.preview
 {
   float: left;
   border: 1px solid #ddd;   

 } 
 
 
 #content #center #partner-list li img.preview
 {
   margin-right: 1em;
 }
 
 #right p
 {
   quotes: none;
   color: #666;
   font-weight: normal;
   float: right;
   width: 155px;
 }
 
 #right p.description-all
 {
   float: none;
   width: 260px;
   padding: 0 1em;
 } 
 
 #right p a
 {
   color: #c1272d;
   float: right;
 }
 
 #right p.description-all p.more a
 {
   float: none;
   display: block;
   padding-right: 1.1em;
 }
 
/*******************************************************************************
 *******************************MENU********************************************
 ******************************************************************************/ 
 
 #menu
 {
   position: absolute;
   top: 71px;
   right: 98px;
   list-style-type: none;
 }
 
 #menu li
 {
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 1em;
   font-weight: bold;
   display: inline;
   float: left;
 }
 
 #menu li a
 {
   text-decoration: none;
   color: #666;
   text-transform: uppercase;
   display: block;
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   height: 30px;
   padding: 1.6em 0.7em 0;
 }
 
 #menu li a.select, #menu li a:hover, 
 #menu li a.select:hover
 {
   color: #c1272d;
   background: #ddd url(../images/beta/menu-a.png) repeat-x;
 }
 
 #menu li a:hover
 {
   background: none;
 }
 
/*******************************************************************************
*******************************ZÁPATÍ*******************************************
*******************************************************************************/
#footer
{
  background: url(../images/beta/bottom-gradient.png) repeat-x left bottom;
  text-align: center;
  padding: 1em 0 2em;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
}

#footer a, #footer a:hover
{
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 10pt;
  color: #3b1964;
  text-decoration: underline;
}

#footer a:hover
{
  text-decoration: none;
  color: #c1272d;
}

/*******************************************************************************
***************************DALŠÍ NASTAVENÍ**************************************
*******************************************************************************/

div.edit-buttons
{
  width: 100%;
  overflow: hidden;
}

#content #center .error
{
  background: #FFC088 url(../images/beta/exclamation.gif) no-repeat scroll 6px 6px;
  border-bottom: 1px solid #C50000;
  border-top: 1px solid #C50000;
  color: #000;
  margin: 0.5em 0 1em;
  padding: 0.5em 0.5em 0.5em 2.7em;
  text-align: left;
}

#content #center .success
{
  background: #99FF88 url(../images/beta/accept.gif) no-repeat scroll 6px 6px;
  border-bottom: 1px solid #00C500;
  border-top: 1px solid #00C500;
  color: #000;
  margin: 0.5em 0 1em;
  padding: 0.5em 0.5em 0.5em 2.7em;
  text-align: left;
}

/*******************************************************************************
***************************KONTAKTY*********************************************
*******************************************************************************/

table tr td
{
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 0.9em;
}

table tr td.strong
{
  font-weight: bold;
  color: #3b1964;
  width: 90px;
}

#name, #email, #phone, #msg
{
  background-color: #eef;
  border: 1px solid #666;
  width: 235px;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  font-size: 0.9em;
  padding: 0.1em 0.5em;
}

#msg
{
  width: 342px;
  padding: 0.1em 0.5em;
}

#content #center form input.button
{
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  border: 1px solid #800;
  background: #8aa url(../images/beta/button-bg.png) repeat-x;

  height: 20px;
  cursor: pointer;
  padding-top: 0;
  margin-top: 5px;
}

#content #center #mainMap
{
  width: 480px;
  height: 280px;
  margin: 1em 0;
}

/*******************************************************************************
***************************PARTNEŘI*********************************************
*******************************************************************************/

#content #center #partner-list
{
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

#content #center #partner-list li
{
  width: 100%;
  overflow: hidden; 
  padding-bottom: 2em;
}

#right p.description a.more
{
  padding-right: 1em;
}

/*******************************************************************************
***************************FOTOGALERIE******************************************
*******************************************************************************/

/* gallery */
#content .gallery{overflow:hidden;width:100%;padding-top:1em;}
#content .gallery a{display:block;width:160px;border:1px solid #808080;padding:3px 3px;margin:0px auto 2px auto;text-align:center;}
#content .gallery div.photo{display:block;float:left;width:120px;text-align:center;margin:0px 0px 15px 0px;}
#content .gallery a:hover{border-color:#000;background-color:#ccc;}
#content .gallery a img{padding:0px 0px;border:none;margin:0px auto;float:none;}
#content .gallery a:hover img{visibility:hidden;}
#content .gallery .edit-buttons{clear:both;}
#content .gallery .edit-buttons a{display:inline;border:none;padding:0px 0px;margin:0px 0px;float:none;}
#content .gallery .edit-buttons a.btnIco{display:block;width:20px;height:16px;float:left;visibility:visible;}
#content .gallery .edit-buttons a:hover{background-color:transparent;}
#content .gallery .edit-buttons a:hover img{visibility:visible;}

/*******************************************************************************
*********************************PŘÍLOHY****************************************
*******************************************************************************/
/* attachments */
#content #center ul.attachments{list-style:none;margin:0;padding:0 0 0 1em;}
#content #center ul.attachments li{margin:0;padding:0; width: 100%; overflow: hidden;}
#content #center ul.attachments a{text-decoration:none;}
#content #center ul.attachments a:hover{text-decoration:underline;}
#content #center ul.attachments li a img{ float: left; margin-right: 0.5em; }

/*******************************************************************************
******************************STRÁNKOVÁNÍ***************************************
*******************************************************************************/

#content #center div.navigation-top,
#content #center div.navigation-bottom
{
  text-align: center;
  background-color: #ddd;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 0.5em;
}

#content #center div.navigation-bottom
{
  margin: 2em 0;
}

#content #center div.navigation a
{
  color: #c1272d;
}

#content #center div.hidden
{
  display: none;
}

#eu { width: 350px; margin: 10em auto 0; }
#eu #eu-flag { margin-right: 5px; float: left; }
#eu p.uppercase
 {
   font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
   font-size: 9pt;
   text-transform: uppercase;
   font-weight: bold;
 }
 
#site p.more{ text-align: right; width: 100%; }

#site #content div.clearing{ width: 100%; overflow: hidden; }
#site #content #contact-data{ float: left; }
#site #content #contact-form{ float: right; }

.clear-l { clear: left; }

#epl-link { text-align: center; margin-top: 10px; }
#epl-link a { font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; font-size: 10pt; color: #3b1964; }
#epl-link a:hover { text-decoration: none; }