@charset "utf-8";

/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, input, label, blockquote { padding: 0px; margin: 0px; }

body {
  font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 170%;
	background: none; 
}

address { font-style: normal; padding: 0px; margin: 0px; }

/*******************************************************************/
/*                                                          GLOBAL */
/*******************************************************************/
.clear { clear: both; height: 0px; overflow: hidden; padding: 0px !important; margin: 0px !important;}
.hide { display: none; }
.red { color: #CC0000; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.small { font-size: 11px; }

img { border: none; }
a img { border: none; }
a { color: #FFFFFF; text-decoration: underline; font-weight: normal;}

img.right { float: right; margin-left: 8px; margin-bottom: 5px; margin-top: 3px; }
img.left { float: left; margin-right: 8px; margin-bottom: 5px; margin-top: 3px; }

hr { display: none; }
.hr-line { height: 1px; overflow: hidden; background-color: #CCCCCC; }

.no-text-transform { text-transform: none !important; }
.no-decoration { text-decoration: none !important; }

/***************/
/* OVERLAPPING */
/***************/
.overlap,
.overlap * { display: block; position: relative; overflow: hidden; }
.overlap span { position: absolute; left: 0px; top: 0px; background-position: left top; background-repeat: no-repeat; }
a.overlap span,
.overlap a span { cursor: pointer; }

/*****************/
/* BASIC TAG DEF */
/*****************/
body { font-size: 12px; line-height: 170%; color: #666666; font-family: Arial, Helvetica, sans-serif; background: #F5F5F5 url(/img/body-bg.png) repeat-x left top; }
h1 { font-size: 25px; font-weight: normal; line-height: 110%; text-transform: uppercase; padding: 9px 0px; }
h2 { font-size: 15px; font-weight: normal; line-height: 140%; padding-top: 5px; padding-bottom: 0.7em; }
p { padding-bottom: 1em; }
ul { margin-left: 1.8em; padding-bottom: 1em; }
ol { margin-left: 2.2em; }
a { color: #5F9AD5; text-decoration: underline; }


/* FORM */
form {}
form fieldset { border: none; margin: 0px; padding: 0px; }
form .input, form textarea { padding: 3px; border: 1px solid #999999; }

/*******************************************************************/
/*                                                         LAYOUTS */
/*******************************************************************/

/* 100% HEIGHT */
html, body { height: 100%; min-height: 100%; }
#body-bg { height: 100%; }

body { text-align: center; }

#body-bg { background: url(/img/body-bg.jpg) no-repeat center top; }
#body-padding { padding: 20px 0px; }
#page-wrapper { width: 940px; margin: 0 auto; text-align: left; position: relative; top: 4px; left: 2px; background: url(/img/page-moved-bg.png); }

#page-bg { position: relative; top: -4px; left: -2px; }

#page-content-wrapper { background-color: #FFFFFF; }
#page-content { background-color: #F4F4F4; border-bottom: 1px solid #CCCCCC; margin: 0px 10px; }

/* COLUMNS */
#main-content { width: 445px; padding: 0px 0px 30px 15px; margin-right: 13px; float: left; }
#submenu-column { width: 180px; padding: 0px; margin-right: 27px; float: left; }
#right-column { width: 225px; float: left; padding-bottom: 15px; }

/* WIDE CONTENT */
.wide-content #main-content { width: 645px; margin-right: 20px; }
.wide-content #submenu-column { display: none; }

/* FULL PAGE CONTENT */
.full-page-content #main-content { width: auto; margin-right: 0px; float: none; }
.full-page-content #submenu-column,
.full-page-content #right-column { display: none; }

/* TWO COLUMNS CONTENT */
.two-columns-content {}
.two-columns-content #main-content { width: 420px; margin-right: 20px; }
.two-columns-content #right-column { width: 420px; padding-left: 15px; padding-right: 30px; }
.two-columns-content #submenu-content { display: none; }

/* BLUE BLOCK */
.blue-block { background: #427EB8 url(/img/blue-block-bg.png) no-repeat left top; height: 250px;}
/*.blue-block .blue-block-wrapper { background: #427EB8 url(/img/blue-box-outer-bg.png) no-repeat right top; border-top: 1px solid #3D97DA; padding: 11px 0px; }
.blue-block .blue-block-content { background: #4486C5 url(/img/blue-box-inner-bg.png) no-repeat right top; margin: 0px 14px; }
.blue-block .mirror-bg { height: 53px; background: transparent url(/img/blue-box-mirror-bg.png) repeat-x left top; }
*/
/* BLACK BLOCK */
.black-block { background: #333333 url(/img/black-box-bg.gif) no-repeat left top; padding: 2px 0px; color: #CCCCCC; font-size: 12px; }
.black-block .black-block-content { margin: 0px 2px; border: 1px solid #6A6A6A; }
.black-block h2 { font-size: 17px; padding: 0px 0px 0px 7px; font-weight: normal; line-height: 100%; text-transform: uppercase; height: 37px; line-height: 38px; }
.black-block h2.overlap span { height: 37px; width: 214px; }
.black-block p { padding: 0px 8px 8px 8px; line-height: 140%; }

/*******************************************************************/
/*                                                          HEADER */
/*******************************************************************/
#header { height: 80px; background-color: #FFFFFF; }

#logo { margin: 0px; padding: 17px 0px 0px 25px; }


/*******************************************************************/
/*                                                          FOOTER */
/*******************************************************************/
#footer { height: 37px; color: #999999; font-size: 11px; padding: 0px 0px 0px 20px; position: relative; background-color: #FFFFFF; }
#footer p { padding: 0px; margin: 0px; }
#footer a { color: #999999; font-size: 11px; line-height: 37px; }
#giant { position: absolute; top: 0px; right: 20px; text-align: right;  }
#giant img { vertical-align: middle; }
#giant a { text-decoration: none; cursor: default; }
#copyright .sitemap { text-decoration: underline; }
#copyright .sitemap a { text-decoration: none; }

/*******************************************************************/
/*                                                            MENU */
/*******************************************************************/
.body-bg-2 .sIFR-flash{position:relative;top:-20px;}
.body-bg-2 .intro .sIFR-flash{position:relative;top:0px;}
.body-bg-3 #main-content .bottom-links{margin-bottom:-20px;}

#menu { margin: 0px; padding: 0px; position: absolute; left: 285px; top: 32px; width: 658px; }
#menu li { float: left; margin-right: 10px; list-style: none; }
#menu li a { text-decoration: none; color: #666666; font-weight: normal; text-transform: uppercase; overflow: hidden; text-align: center; white-space: no-wrap; display: block; height: 18px; line-height: 18px; letter-spacing: -1px; }
#menu li a span { height: 18px; }
#menu #menu-uvodni-stranka a { color: #999999; }

#menu-uvodni-stranka * { width: 105px; }
#menu-seo-optimalizace * { width: 201px; }/*112px*/
#menu-sem-marketing * { width: 97px; }
#menu-webdesign * { width: 71px; }
#menu-reference * { width: 66px; }
#menu-o-nas * { width: 37px; }
#menu-kontakt * { width: 58px; }

#menu-uvodni-stranka span { background-image: url(/img/menu-uvodni-stranka.gif); }
#menu-seo-optimalizace span { background-image: url(/img/menu-seo-optimalizace.gif); top: -3px; }
#menu-sem-marketing span { background-image: url(/img/menu-sem-marketing.gif); }
#menu-webdesign span { background-image: url(/img/menu-webdesign.gif); }
#menu-reference span { background-image: url(/img/menu-reference.gif); }
#menu-o-nas span { background-image: url(/img/menu-o-nas.gif); }
#menu-kontakt span { background-image: url(/img/menu-kontakt.gif); }

/*******************************************************************/
/*                                                         SECTION */
/*******************************************************************/
#section { height: 100px; background: #FFFFFF url(/img/pix-03-v.jpg) no-repeat right bottom; }
#section p,
#section h1 { display: block; padding: 55px 0px 0px 20px; line-height: 40px; font-size: 25px; font-weight: normal; color: #0C375F; text-transform: uppercase; letter-spacing: -1px; }
.sIFR-active #section { padding-left: 0px; }

/*******************************************************************/
/*                                                  SUBMENU COLUMN */
/*******************************************************************/
#submenu-column { padding-top: 19px; padding-bottom: 20px; }
#submenu { background: #FFFFFF url(/img/right-menu-bg.png) repeat-x left bottom; }
#submenu h2 { margin: 0px 9px; padding: 8px 3px 6px 3px; line-height: 100%; color: #5F9AD5; font-size: 12px; font-weight: normal; border-bottom: 1px solid #E4E4E4; text-transform: uppercase; }
#submenu ul { margin: 0px 9px; }
#submenu ul li { list-style: none; }
#submenu ul li a { display: block; background: url(/img/arrow-blue.gif) no-repeat 3px 10px; padding-left: 16px; line-height: 25px; text-decoration: none; border-top: 1px dashed #CCCCCC; }
#submenu ul li.first a { border-top: none; }
#submenu ul li a:hover,
#submenu ul li.active a { background-image: url(/img/arrow-gray.gif); color: #999999; }


/*******************************************************************/
/*                                                    RIGHT COLUMN */
/*******************************************************************/
#right-column .blue-block { position: relative; top: -45px; margin-bottom: -45px; }

/* BLOCK */
#right-column .block { color: #999999; font-size: 11px; text-align: center; line-height: 140%; margin-bottom: 15px; }
#right-column .block h2 { font-size: 15px; color: #666666; height: 30px; font-weight: normal; padding: 0px 0px 0px 6px; line-height: 31px; margin: 0px; text-transform: uppercase; text-align: left; }
#right-column .block h2.overlap span { height: 30px; width: 225px; }
#right-column .block p { text-align: left; padding: 0px 9px 1em 9px; }
#right-column .block a.more { background: url(/img/arrow-blue.gif) no-repeat left center; padding-left: 12px; }

/* RIGHT BLOCK TITLES */
#rbt-01 span { background-image: url(/img/rbt-01.gif); }
#rbt-02 span { background-image: url(/img/rbt-02.gif); }


/*******************************************************************/
/*                                                    MAIN CONTENT */
/*******************************************************************/
#main-content {}

#main-content p.intro { font-size: 18px; text-transform: uppercase; line-height: 130%; padding-top: 12px; padding-bottom: 0.6em; }

.contact-button {}
.contact-button a { display: block; width: 230px; height: 42px; padding-left: 35px; background: #4384C3 url(/img/contact-button.png) no-repeat left top; color: #FFFFFF; text-decoration: none; line-height: 42px; font-size: 14px; }

/* BOTTOM LINKS */
.bottom-links { padding-top: 15px; }
.bottom-links h2 { text-transform: uppercase; font-size: 15px; height: 18px; line-height: 19px; margin: 0px; padding: 0px; }
.bottom-links h2.overlap span { height: 18px; width: 400px; background-image: url(/img/t-01.gif);  }
.bottom-links ul { margin: 0px; padding: 5px 0px 10px 0px; }
.bottom-links ul li { list-style: none; float: left; padding-right: 15px; }
.bottom-links ul li a { padding: 7px 11px 7px 23px; font-size: 14px; background: url(/img/li-blue-bg.gif) no-repeat 9px 12px; line-height: 32px; border: 1px solid #F4F4F4; text-decoration: none; }
.bottom-links ul li a:visited { color: #5F9AD5; } 
.bottom-links ul li a:hover { border-color: #DDDDDD; text-decoration: underline; }

/*************/
/* REFERENCE */
/*************/
#page-reference #main-content { padding-left: 5px; padding-bottom: 0px; }
#page-reference #main-content h2 { padding-left: 10px; text-transform: uppercase; font-size: 20px; color: #666666; }
#reference { width: 915px; float: left;}
#reference .item { width: 215px; float: left; font-size: 11px; color: #999999; padding-left: 10px; padding-bottom: 19px; }
#reference .item h3 { font-size: 16px; color: #0C375F; font-weight: normal; text-transform: uppercase; height: 23px; line-height: 23px; }
#reference .item p { line-height: 140%; padding: 0px 8px 3px 8px; }
#reference .item p a { background: url(/img/arrow-blue.gif) no-repeat 2px center; padding-left: 14px; text-decoration: none; }
#page-reference #toggler { height: 20px; line-height: 20px; padding: 0px 0px 0px 22px; text-transform: uppercase; font-size: 13px; color: #666666; position: absolute; top: 190px; right: 30px; }

#reference-list { width: 915px; float: left; }
#reference-list .column { width: 290px; margin-right: 20px; float: left; }
#reference-list .column.last { margin-right: 0px; }
#reference-list h3 { padding-left: 20px; font-size: 16px; text-transform: uppercase; font-weight: normal; height: 20px; line-height: 20px; color: #0C375F; }
#reference-list ul { padding-left: 0px; }
#reference-list ul li { list-style: none; padding-left: 0px; }
#reference-list ul li span { background: url(/img/arrow-gray.gif) no-repeat left center; padding-left: 12px; }
#reference-list ul li a { background: url(/img/arrow-blue.gif) no-repeat left center; padding-left: 12px; }
#reference-list ul li a:visited { background-image: url(/img/arrow-gray.gif); }

#page-reference #slide-wrapper { width: 915px; height: 540px; overflow: hidden; position: relative; }
#page-reference #slide-position { width: 1830px; position: absolute; top: 0px; }

#section-title span.pt-01 { width: 390px; height: 24px; background-image: url(/img/pt-01.gif); left: 11px; top: 7px; }
#section-title span.pt-02 { width: 390px; height: 24px; background-image: url(/img/pt-02.gif); left: 11px; top: 7px; }
#toggler.overlap { overflow: visible; cursor: pointer; }
#toggler span.t-03 { width: 311px; height: 16px; left: auto; top: 0px; right: 0px; background-image: url(/img/t-03.gif); }
#toggler span.t-04 { width: 311px; height: 16px; left: auto; top: 0px; right: 0px; background-image: url(/img/t-04.gif); }


/*************/
/* ACCORDION */
/*************/
#accordion {}
#accordion .item { background: #FFFFFF url(/img/a-bg.gif) no-repeat left bottom; font-size: 11px; color: #666666; line-height: 130%; padding-top: 2px; padding-bottom: 8px; }
#accordion .item.last { background-image: url(/img/a-bg-last.gif); }
#accordion .item h2 { font-size: 14px; font-weight: bold; padding: 5px 0px 5px 12px !important; height: 20px; line-height: 20px; }
#accordion .item .content { border-top: 1px solid #E5E5E5; margin: 0px 10px; padding: 8px 2px 8px 2px; }
#accordion .toggler { cursor: pointer; }

#slovnicek .content { height: 150px; overflow: auto; }
#slovnicek dt { font-weight: bold; padding-bottom: 3px; }
#slovnicek dd { padding-bottom: 8px; }

#small-contact-form label { display: block; width: 62px; float: left; color: #B2B2B2; line-height: 23px; }
#small-contact-form .input { width: 122px; font-size: 11px; padding: 3px; }
#small-contact-form p { padding: 0px; padding-bottom: 5px; }
#small-contact-form .button-submit { margin-left: 116px; margin-top: 5px; }

/************/
/* KONTAKTY */
/************/
#page-kontakt {}
.layout-3-columns .column1 { width: 233px; float: left; padding-top: 10px;}
.layout-3-columns .column2 { width: 130px; float: left; padding-top: 10px; }
.layout-3-columns .column3 { width: 500px; float: left; }

#page-kontakt .contact-inline-column { display: block; width: 45px; float: left; }

#page-kontakt .layout-3-columns { padding-top: 30px; }
#page-kontakt .layout-3-columns h2 { padding-bottom: 0px; margin-bottom: -5px; height: 30px; font-size: 18px; }
#page-kontakt #main-content { padding-bottom: 50px; }

#contact-form {}
#contact-form label { display: block; padding-top: 10px; font-weight: bold; }
#contact-form .input { width: 132px; }
#contact-form textarea { width: 450px; height: 90px; padding: 0; }
#contact-form .button-submit { padding-top: 10px; }

#contact-form div { float: left; height: 51px; width: 167px; }

#contact-form .fwww .input { width: 192px; }
#contact-form .fwww,
#contact-form .fnone,
#contact-form .ftextarea { clear: both; width: auto; height: auto; float: none; }

#zobrazit-i-mapu { background: url(/img/ico-new-window.gif) no-repeat left center; padding: 0px 0px 0px 14px; }


/*******************/
/* CUSTOM PICTURES */
/*******************/
.body-bg-1 #body-bg { background-image: url(/img/body-bg-1.jpg); }
.body-bg-1 #section { background-image: url(/img/section-bg-1.jpg); }
.body-bg-2 #body-bg { background-image: url(/img/body-bg-2.jpg); }
.body-bg-2 #section { background-image: url(/img/section-bg-2.jpg); }
.body-bg-3 #body-bg { background-image: url(/img/body-bg-3.jpg); }
.body-bg-3 #section { background-image: url(/img/section-bg-3.jpg); }
.body-bg-4 #body-bg { background-image: url(/img/body-bg-4.jpg); }
.body-bg-4 #section { background-image: url(/img/section-bg-4.jpg); }
.body-bg-5 #body-bg { background-image: url(/img/body-bg-5.jpg); }
.body-bg-5 #section { background-image: url(/img/section-bg-5.jpg); }

/*******/
/* SEM */
/*******/
#sklik, #etarget, #google-adwords { margin: 0 auto 15px auto; }
#sklik { margin-top: 30px; }
#sklik, #sklik span { width: 95px; height: 30px; }
#sklik span { background-image: url(/img/sklik.gif); }
#google-adwords, #google-adwords span { width: 95px; height: 36px; }
#google-adwords span { background-image: url(/img/google.gif); }
#etarget, #etarget span { width: 95px; height: 24px; }
#etarget span { background-image: url(/img/etarget.gif); }


#sitemap { padding-top: 30px; }
#sitemap ul { padding-bottom: 5px; }