@charset "utf-8";
/* CSS Document - TAXES */


/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, address, h1, h2, h3, h4, h5, h6, img, span  { padding: 0px; margin: 0px; outline: none; }

/*******************************************************************/
/*                                                          GLOBAL */
/*******************************************************************/
body { font: 12px/1.4 Arial, Helvetica, sans-serif; color: #2d2d2d; background: #fff url(/img/body-bg.png) 0 103px repeat-x; }

/* BASIC CLASSES */
.clear { clear: both; height: 0; overflow: hidden;}
.hide { display: none; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.small { font-size: 11px; }
.note { font-size: 12px; line-height: 140%; }
.big { font-size: 14px; }
.valign-middle { vertical-align: middle; }

.orange { color: #f15b23; }
.red { color: #c00; }
.green { color: #008100; }

img.right { float: right; margin: 5px 0 5px 10px; }
img.left { float: left; margin: 5px 10px 5px 0; }

hr { display: none; }
.hr-line { height: 1px; overflow: hidden; background-color: #ccc; }

/***************/
/* OVERLAPPING */
/***************/
.overlap,
.overlap * { display: block; position: relative; overflow: hidden; }
.overlap span { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; }
a.overlap span,
.overlap a span { cursor: pointer; }

/********/
/* FORM */
/********/
form {}
input, select, textarea, button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.input,
.textarea { border: 1px solid #7392a0; }
fieldset { border: none; }

/************************/
/* BASIC TAG DEFINITION */
/************************/
h1 { font-size: 24px; font-weight: normal; letter-spacing: -1px; border-bottom: 1px dotted #858585; margin: 0 0 15px; padding-bottom: 10px; }
h2 { font-size: 18px; font-weight: normal; margin: 25px 0 15px; }
h3 { font-size: 14px; margin: 10px 0; }
p { margin: 0.3em 0 0.7em; }
img { border: none; }
a img { border: none; }
a { color: #f15b23; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 a,
h2 a,
h3 a { color: #2d2d2d; }

/*******************************************************************/
/*                                                          LAYOUT */
/*******************************************************************/
#page-bg { background: url(/img/page-bg-triangles.png) center 106px no-repeat; }
#page-wrapper { width: 950px; margin: 0 auto; position: relative; }
#column-wrapper { height: 100%; overflow: auto; border-top: 4px solid #f58b22; margin-top: 26px; padding: 50px 30px 30px 20px; background-color: #fff; }
#content { float: right; width: 650px; min-height: 350px; background: url(/img/content-bg-bottom.png) center bottom no-repeat; }
#left { float: left; width: 220px; }

/* columns in content */
.columns-2,
.columns-3 { height: 100%; overflow: auto; line-height: 1.6; }
.columns-2 sup,
.columns-3 sup { line-height: 1; }
.columns-2 .col-1,
.columns-2 .col-2 { float: left; width: 49%; }
.columns-3 .col-1,
.columns-3 .col-2,
.columns-3 .col-3 { float: left; width: 31%; padding-right: 2%; }

/*******************************************************************/
/*                                                          HEADER */
/*******************************************************************/
#header { height: 106px; }
#logo { float: left; padding: 22px 0 0 10px; }
#logo a { width: 136px; height: 51px; }
#logo a span { background-image: url(/img/taxes-logo.png); }

/*******************************************************************/
/*                                                            MENU */
/*******************************************************************/
#menu { position: absolute; top: 38px; left: 255px; height: 48px; }
#menu ul { list-style: none; height: 48px; }
#menu li { float: left; text-transform: uppercase; font-weight: bold; background: url(/img/menu-li-separator.png) 0 0 no-repeat; margin-left: -14px; padding-left: 19px; position: relative; z-index: 9; }
#menu li span { display: block; float: left; height: 68px; }
#menu li a { display: block; float: left; width: 110px; text-align: center; color: #f15a22; text-decoration: none; line-height: 48px; position: relative; z-index: 10; }
#menu li a:hover { text-decoration: underline; }
#menu li.m1 { background: none; margin-left: 0; padding-left: 0; }

/* ACTIVE */
#page-hp .m1 a,
#page-proc-my .m2 a,
#page-sluzby .m3 a,
#page-cenik .m4 a,
#page-odkazy .m5 a,
#page-kontakt .m6 a { background: url(/img/menu-a-active.png) 0 10px no-repeat; }
#page-hp .m1 span,
#page-proc-my .m2 span,
#page-sluzby .m3 span,
#page-cenik .m4 span,
#page-odkazy .m5 span,
#page-kontakt .m6 span { background: url(/img/menu-li-active.png) center bottom no-repeat; }

/* SUBMENU */
#menu .m3:hover ul { display: block; }
#menu .block { display: block; }
#menu ul ul { display: none; position: absolute; top: 50px; left: 36px; height: auto; background-color: #dae1e5; padding: 4px 0 2px; }
#menu ul ul li { float: none; background: url(/img/submenu-separator.png) 0 bottom repeat-x; margin: 0 4px; padding: 0; }
#menu ul ul li a { float: none; text-align: left; color: #2d2d2d; text-transform: none; line-height: normal; padding: 6px 10px 7px; background: none !important; }
#menu ul ul .last { background: none; } 

/* sliding bgr */
#menu .background { position: absolute; z-index: 8; padding: 0; margin: 0; padding-top: 10px; background: none; }
#menu .background .left { width: 149px; height: 27px; background: url(/img/menu-a-active.png) left top no-repeat; }

/*******************************************************************/
/*                                                     BREADCRUMBS */
/*******************************************************************/
#breadcrumbs { position: absolute; top: 150px; left: 20px; font-size: 11px; color: #7c92a0; margin: 0; padding: 0 150px 0 22px; background: url(/img/breadcrumbs-home.png) 0 30% no-repeat; }
#breadcrumbs a { color: #7c92a0; }
#breadcrumbs span { margin: 0 6px 0 4px; color: #2d2d2d; font-size: 14px; vertical-align: middle; letter-spacing: -2px; }

/*******************************************************************/
/*                                                           PRINT */
/*******************************************************************/
#print { position: absolute; top: 150px; right: 30px; margin: 0; font-size: 11px; color: #888; }
#print a { color: #888; background: url(/img/ico-print.png) 0 0 no-repeat; padding: 1px 0 0 20px; }

/*******************************************************************/
/*                                                         CONTENT */
/*******************************************************************/
#content div.indent { background-position: -105px 0; background-repeat: no-repeat; }
.indent.ucetnictvi { padding-left: 65px; background: url(/img/hp-box-ucetnictvi.png); }
.indent.danova-evidence { padding-left: 65px; background: url(/img/hp-box-danova-evidence.png); }
.indent.dane { padding-left: 65px; background: url(/img/hp-box-dane.png); }
.indent.mzdova-agenda { padding-left: 65px; background: url(/img/hp-box-mzdova-agenda.png); }
.indent.ostatni-sluzby { padding-left: 65px; background: url(/img/hp-box-ostatni-sluzby.png); }
.indent.zalozeni-sro { padding-left: 65px; background: url(/img/hp-box-zalozeni-sro.png); }

.intro { font-weight: bold; color: #555; }
#content p { line-height: 1.6; }
#content ul { list-style: none; margin: 1em 0.5em; }
#content ul li { background: url(/img/li-arrow-blue.png) 0 5px no-repeat; padding: 0 0 8px 12px; }
#content ul ul { margin: 0.5em 0; }
#content ul.orange-arrow li { background-image: url(/img/li-arrow-orange.png); }

/* PRICELIST */
.pricelist { border-collapse: collapse; width: 650px; margin: 0 0 15px; color: #333; }
.pricelist th,
.pricelist td { border-collapse: collapse; border-bottom: 1px dotted #858585; padding: 6px 8px; }
.pricelist th { background-color: #f0f5f7; color: #000; text-align: left; }
.even th,
.even td { background-color: #f9f9f9; }

/* CONTACT FORM */
#error strong { color: #b00; }
#form-order { padding: 0; }
#form-order .error-field td { padding-bottom: 15px; }
#form-order .error-field td.error { padding-bottom: 0; }
#form-order td { padding: 5px; }
#form-order legend { font-weight: bold; padding: 5px; }
#form-order label { line-height: 25px; }
#form-order .input { padding: 4px; }
#form-order .input,
#form-order .select { width: 200px; }
#form-order .textarea { width: 495px; height: 100px; padding: 3px; }
#form-order #anti { width: 120px; }
.error-mark { display: block; line-height: 15px; font-size: 11px; color: #f15a22; }
td.error .input { border-color: #f15a22; }

/* LINKS */
#content ul.links li { background: none; padding-left: 0; }

/*******************************************************************/
/*                                                     LEFT COLUMN */
/*******************************************************************/
#left h2 { color: #fefefe; font-weight: normal; background: #869caa url(/img/left-heading-bg.png) 0 0 repeat-x; margin: 0; padding: 4px 12px 4px 8px; }

/* left menu */
#left-menu { margin: 10px 0 20px 8px; }
#left-menu ul { list-style: none; }
#left-menu li { font-size: 14px; background: url(/img/li-arrow-orange.png) 0 9px no-repeat; padding: 3px 0 3px 12px; }
#left-menu li a { display: block; color: #2d2d2d; }
#left-menu .active { color: #f15b23; font-weight: bold; }

/*******************************************************************/
/*                                                          FOOTER */
/*******************************************************************/
#footer { height: 14px; padding: 18px 30px; margin-bottom: 25px; font-size: 11px; color: #b4b4b4; background-color: #333; clear: both; }
#footer a { color: #b4b4b4; }
#footer p { margin: 0; }
#copy { float: left; }
#copy span { margin: 0 5px; }
#giant { float: right; }
#giant img { vertical-align: middle; }

/*******************************************************************/
/*                                                        HOMEPAGE */
/*******************************************************************/
#page-hp { background: url(/img/body-bg-hp.png) 0 103px repeat-x; }
#page-hp #page-bg { background: url(/img/page-bg-triangles-hp.png) center 106px no-repeat; }
#page-hp #column-wrapper { margin-top: 229px; padding-top: 20px; }

#page-hp h1 { border: none; padding-bottom: 0; }

/* box */
#page-hp #box { margin: 30px 0 10px 0; height: 100%; overflow: auto; }
#page-hp #box li { background-position: -102px 29px; background-repeat: no-repeat; float: left; width: 295px; height: 170px; margin-bottom: 15px; padding: 0 0 0 3px; overflow: hidden; }
#page-hp #box li:hover { background-position: -2px -71px; }
#page-hp #box h2 { margin: 0; }
#page-hp #box p { font-size: 11px; color: #666; margin-left: 55px; }
.box-ucetnictvi,
.box-dane,
.box-ostatni-sluzby { border-right: 1px dotted #858585; margin-right: 25px; padding-right: 25px !important; }

#page-hp #box .box-ucetnictvi { background-image: url(/img/hp-box-ucetnictvi.png); }
#page-hp #box .box-danova-evidence { background-image: url(/img/hp-box-danova-evidence.png); }
#page-hp #box .box-dane { background-image: url(/img/hp-box-dane.png); }
#page-hp #box .box-mzdova-agenda { background-image: url(/img/hp-box-mzdova-agenda.png); }
#page-hp #box .box-ostatni-sluzby { background-image: url(/img/hp-box-ostatni-sluzby.png); }
#page-hp #box .box-zalozeni-sro { background-image: url(/img/hp-box-zalozeni-sro.png); }

#page-hp #box .box-dane { background-position: -104px 29px; }
#page-hp #box .box-dane:hover { background-position: -4px -71px; }

/* SLIDE */
#slide { position: absolute; top: 106px; left: 0; width: 950px; height: 229px; color: #fff; background: #f26522 url(/img/page-bg-triangles-hp.png) center 0 no-repeat; }
#slide .slide { background: #f26522 url(/img/page-bg-triangles-hp.png) center 0 no-repeat; width: 950px; position: absolute; top: 0; left: 0; }
#slide .slide .content { width: 460px; height: 200px; padding: 29px 390px 0 50px; font-weight: bold; }
#slide .slide a { color: #fff; }
#slide .slide h2 { font-size: 24px; margin: 0 0 10px; }
#slide .slide h2 a { text-decoration: none; }
#slide .slide ul { list-style: none; margin: 15px 0 10px 15px; }
#slide .slide ul li { background: url(/img/slide-li-bg.png) 0 3px no-repeat; padding: 0 0 8px 18px; }
#slide .more { text-align: right; padding: 5px 0 0 0; }
#slide .more a { background: url(/img/li-arrow-white.png) 0 4px no-repeat; padding: 0 0 0 10px; }

#slide-01 .content { background: url(/img/slide-01-bg.jpg) right top no-repeat; }
#slide-02 .content { background: url(/img/slide-02-bg.jpg) right top no-repeat; }

/* navigation */
#slide .nav a { display: inline-block; width: 22px; height: 54px; text-indent: -9999px; }
#slide .nav .prev { position: absolute; top: 85px; left: 0; }
#slide .nav .next { position: absolute; top: 85px; right: 0; }
#slide .nav .prev span { background-image: url(/img/slideshow-arrow-left.png); }
#slide .nav .next span { background-image: url(/img/slideshow-arrow-right.png); }

/* 2 cols */
.left-col { width: 49%; float: left; }
.right-col { width: 49%; float: right; }


h2.sub-h2-orange { color: #F15A22; margin-bottom: 0; margin-top: 0; }
