
/*
 Created by Cleanet.cz
 for PujckaProKazdeho.cz
*/

/* Main settings */

body {
 background: #fff url(images/main-bg.png) left top repeat-x;
 font-family: Arial, Verdana, Helvetica;
 font-size: 13px;
 color: #444;
 margin: 0;
 padding: 0;
}

* {
 margin: 0;
 padding: 0;  
}

h1, h2, h3 {
 color: #333;
 font-weight: normal;
}

h1 {
 font-size: 16px; }

h2 {
 font-size: 14px;
}

h3 {
 font-size: 14px;
}

img {
 border: none;
}

a, a:visited {
 text-decoration: underline;
 color: #444;
}

a:hover {
 text-decoration: none; 
}

img.left {
 float: left;
 margin: 6px 15px 15px 0;
}

img.right {
 float: right;
 margin: 6px 0 15px 15px;
}

.clear {
 clear: both;
}

/* Header */

#header {
 background: url(images/header.png) 0 0 no-repeat;
 width: 970px;
 height: 65px;
 margin: 0 auto;
}

/* Logo */

#header img {
 margin: 35px 0 0 25px;
 float: left;
 width: 143px; 
 height: 46px;
}

/* Header tip */

#header ul {
 list-style: none;
 line-height: 35px;
 margin: 20px 39px 0 0;
 /*overflow: hidden; */
 float: right;
 max-width: 697px;
 height: 35px; 
}

#header ul span {
 float: left;
 line-height: 35px;
 outline: none;
 padding-right: 22px;
 text-decoration: none;
 background: url(images/tip.png) 100% 0; 
 color: #333;
}

#header ul li {
 float: left;
 padding-left: 20px; 
 background: url(images/tip.png);
}

/* Menu */

#menu {
 height: 40px;
 width: 970px;
 margin: 0 auto;
 background: url(images/header.png) 0 -65px no-repeat;
}

#menu ul {
 height: 40px;
 width: 746px;
 float: right;
 list-style: none;
 font-size: 13px;
 font-weight: bold;
 overflow: hidden;
}

#menu a {
 float: left;
 line-height: 40px;
 outline: none;
 padding-right: 25px;
 text-decoration: none;
}

#menu li {
 float: left;
 padding-left: 20px; 
}

#menu li a:hover {
 text-decoration: underline;
}

/* Blue tab */

#menu li.blue a {
 background: url(images/blue-tab.png) 100% 0;
 color: #e1edf4;
}

#menu li.blue {
 background: url(images/blue-tab.png);
}

#menu li.blue-current {
 background: url(images/blue-tab.png) 0 -40px;  
 padding-left: 40px;  
}

#menu li.blue-current a {
 background: url(images/blue-tab.png) 100% -40px;
 color: #fff; 
}

/* Black tab */

#menu li.black a {
 background: url(images/black-tab.png) 100% 0;
 color: #f6f6f6;
}

#menu li.black {
 background: url(images/black-tab.png);
}

#menu li.black-current {
 background: url(images/black-tab.png) 0 -40px;  
 padding-left: 40px;  
}

#menu li.black-current a {
 background: url(images/black-tab.png) 100% -40px;
 color: #fff; 
}

/* Green tab */

#menu li.green a {
 background: url(images/green-tab.png) 100% 0;
 color: #fcfcfc;
}

#menu li.green {
 background: url(images/green-tab.png);
}

#menu li.green-current {
 background: url(images/green-tab.png) 0 -40px;  
 padding-left: 40px;  
}

#menu li.green-current a {
 background: url(images/green-tab.png) 100% -40px;
 color: #fff; 
}

/* Orange tab */

#menu li.orange a {
 background: url(images/orange-tab.png) 100% 0;
 color: #fbf4e6;
}

#menu li.orange {
 background: url(images/orange-tab.png);
}

#menu li.orange-current {
 background: url(images/orange-tab.png) 0 -40px;  
 padding-left: 40px;  
}

#menu li.orange-current a {
 background: url(images/orange-tab.png) 100% -40px;
 color: #fff; 
}

/* Red tab */

#menu li.red a {
 background: url(images/red-tab.png) 100% 0;
 color: #fdeaea;
}

#menu li.red {
 background: url(images/red-tab.png);
}

#menu li.red-current {
 background: url(images/red-tab.png) 0 -40px;  
 padding-left: 40px;  
}

#menu li.red-current a {
 background: url(images/red-tab.png) 100% -40px;
 color: #fff; 
}

/* Page */

#page {
 width: 970px;
 margin: 0 auto;
 background: url(images/content.png) left top repeat-y;
}

/* Submenu */

#submenu {
 width: 920px;
 height: 40px;
 line-height: 40px;
 text-indent: 32px;
 overflow: hidden; 
 font-size: 12px;
 margin: 0 0 20px 0; 
}

#main-black, #main-blue, #main-green, #main-orange, #main-red {
 width: 920px;
 margin: 0px auto;
 padding: 0 40px 0 25px;
 background: url(images/main-black.png) left top no-repeat;
}

/* Main black */

#main-black #submenu, #submenu a {
 color: #d6d6d6;
}

/* Main blue */

#main-blue {
 background: url(images/main-blue.png) left top no-repeat; 
}

#main-blue #submenu, #main-blue #submenu a {
 color: #bcdef1;
}

/* Main green */

#main-green {
 background: url(images/main-green.png) left top no-repeat; 
}

#main-green #submenu, #main-green #submenu a {
 color: #f3f8e4;
}

/* Main orange */

#main-orange {
 background: url(images/main-orange.png) left top no-repeat; 
}

#main-orange #submenu, #main-orange #submenu a {
 color: #fef5e2;
}

/* Main red */

#main-red {
 background: url(images/main-red.png) left top no-repeat; 
}

#main-red #submenu, #main-red #submenu a {
 color: #f9d2d2;
}

/* Content */

#content {
 float: left;
 width: 650px;
 line-height: 22px; 
}

#content .banner-text-expres {
 text-align: justify;
 border: 2px #FF0000 double; 
 padding: 10px 15px 10px 15px;
 margin: 15px 0px 20px 0px;
 color: #000000;
 background-color: #FEE7E3;
}

#content .banner-text-expres h3{
 color: #FF0000 
}

#content .banner-text-hc {
 text-align: justify;
 border: 2px #FF0000 double; 
 padding: 10px 15px 10px 15px;
 margin: 15px 0px 20px 0px;
 color: #000000;
}

#content .text-box .banner-text-expres a {
 color: #FF0000;
}

.content-ul {
 list-style: none;
 border-left: 1px solid #eee;
 margin: 30px 0;
}

.content-ul li {
 background: url(images/sidebar-list.gif) left center no-repeat;
 padding: 0 0 0 30px;
 margin: 0 0 0 10px;
 color: #333;
}

.big-button-container {
 width: 610px;
 border-top: 1px solid #eee;
 margin: 20px 0 0 0;
}

.big-button-container .big-button {
 margin: 20px 0 0 180px;
}

#main-content, #blue-content, #green-content, #orange-content, #red-content {
 width: 610px;
 min-height: 195px;
 background: url(images/main-content.png) left top no-repeat;
 text-align:justify;
 padding: 20px 20px 30px 20px;
}

#main-content h1, #blue-content h1, #green-content h1, #orange-content h1, #red-content h1, #main-content h2, #blue-content h2, #green-content h2, #orange-content h2, #red-content h2 {
 line-height: 40px;
 color: #333;
 font-size: 16px;
 text-indent: 45px;
 margin: 0 0 20px 0;
}

#main-content h3, #blue-content h3, #green-content h3, #orange-content h3, #red-content h3 {
 line-height: 40px;
 color: #333;
 font-size: 16px;
 font-weight: bold;
 text-indent: 5px;
 margin: 0 0 20px 0;
}

#blue-content {
 background: url(images/blue-content.png) left top no-repeat;
}
#blue-content h1, #blue-content h2, #blue-content h3 {
 color: #015fa1;
}

#green-content {
 background: url(images/green-content.png) left top no-repeat;
}

#green-content h1, #green-content h2, #green-content h3 {
 color: #607f02;
}

#orange-content {
 background: url(images/orange-content.png) left top no-repeat;
}

#orange-content h1, #orange-content h2, #orange-content h3 {
 color: #ce8702;
}

#red-content {
 background: url(images/red-content.png) left top no-repeat;
}

#red-content h1, #red-content h2, #red-content h3 {
 color: #dc1515;
}

#green-content .reklama-text {
  border: #607f02 double;
  padding: 10px 10px 10px 10px;
}

#green-content .reklama-text ul p {
  margin-left: 40px;
}

/* Faq */

.faq p {
 background: url(images/faq-list.gif) left 3px no-repeat;
 padding: 0 0 0px 30px;
}

.faq p.faq-question {
 background: url(images/sidebar-list.gif) left 3px no-repeat;
 padding: 0 0 10px 30px;
 margin: 0 0 10px 0;
 font-weight: bold;
 border-bottom: 1px solid #eee; 
}

/* Content table */

.table {
 padding: 30px 0;
}

.table-content {
 text-align: center;
 border-right: 1px solid #c7c7c7;
 margin: 0 auto;
}

.table-content td {
 padding: 10px 15px;
 border-bottom: 1px solid #c7c7c7; 
 border-left: 1px solid #c7c7c7; 
 background: #f7f7f7; 
}

.table-content td.grey {
 background: #e9e9e9;
 font-weight: bold; 
 color: #555;
}

.table-content td.light-grey {
 background: #f0f0f0;
}

.table-content td.none {
 border-left: 1px solid #fff; 
 background: #fff;   
}

.table-content td.red {
 background: #eb2a2a;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px solid #db1313; 
 border-left: 1px solid #db1313; 
}

.table-content td.blue {
 background: #0171b2;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px solid #0167a2; 
 border-left: 1px solid #0167a2; 
}

.table-content td.green {
 background: #81ab07;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px solid #759a06; 
 border-left: 1px solid #759a06; 
}

.table-content td.orange {
 background: #e9a115;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px solid #dd9308; 
 border-left: 1px solid #dd9308; 
}

/* Content boxs */

.left-box {
 width: 315px;
 float: left;
 margin: 0 10px 0 0;
}

.middle-box {
 width: 315px;
 margin: 0 auto 0 auto;
}

.right-box {
 width: 315px;
 float: left;
 margin: 0 0 0 10px;
}

.content-box, .content-box-tip, .content-box-blue, .content-box-green, .content-box-orange, .content-box-red {
 width: 275px;
 min-height: 120px;
 background: url(images/content-box.png) left top no-repeat;
 padding: 20px 20px 30px 20px; 
 font-size: 12px;
 color: #444; 
}

.table-box {
 width: 275px;
 font-size: 13px;
}

.table-box strong {
 font-size: 12px;
}

.table-box tr {
 height: 34px;
 line-height: 34px;
}

.table-box td {
 padding: 0 10px;
}

.table-box tr.grey {
 background: #f6f6f6;
}

.name {
 border-top: 1px solid #eee;
 text-align: right;
 margin: 11px 0 0 0;
 padding: 8px 0 0 0;
}

.content-box-blue {
 background: url(images/content-box-blue.png) left top no-repeat; 
}

.content-box-green {
 background: url(images/content-box-green.png) left top no-repeat; 
}

.content-box-orange {
 background: url(images/content-box-orange.png) left top no-repeat; 
}

.content-box-red {
 background: url(images/content-box-red.png) left top no-repeat; 
}

.content-box h2, .content-box-tip h2, .content-box-blue h2, .content-box-green h2, .content-box-orange h2, .content-box-red h2 {
 line-height: 40px;
 color: #333;
 font-size: 14px;          
 text-indent: 45px;
 margin: 0 0 13px 0; 
 width: 275px;
 height: 40px;
 overflow: hidden;
}

.content-box-red h2 {
 color: #dc1515;
}

.content-box-blue h2 {
 color: #015fa1;
}

.content-box-green h2 {
 color: #607f02;
}

.content-box-orange h2 {
 color: #ce8702;
}

ul.box-ul {
 list-style: none;
 line-height: 22px;
 width: 188px;
 float: left;
 margin: 4px 0 0 0;
}

ul.box-ul li {
 background: url(images/sidebar-list.gif) left center no-repeat;
 padding: 0 0 0 30px;
 color: #333;
 font-size: 12px;
}

.content-box img, .content-box-tip img, .content-box-blue img, .content-box-green img, .content-box-orange img, .content-box-red img {
 margin: 7px 0 0 10px;
}

.content-box-p {
 width: 275px;
 font-size: 13px;
 color: #444;
 line-height: 22px;
 padding: 10px 0;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
}

.content-box .small-button, .content-box-tip .small-button, .content-box-blue .small-button, .content-box-green .small-button, .content-box-orange .small-button, .content-box-red .small-button {
 margin: 10px 0 0 62px;
}

.content-box {
 background: url(images/content-box.png) left top no-repeat;
}

.content-box-tip {
 background: url(images/content-box-tip.png) left top no-repeat;
}

.info-box {
 width: 610px;
 min-height: 120px;
 background: url(images/info-box.png) left top no-repeat;
 padding: 20px 20px 30px 20px;
}

.info-box h2 {
 line-height: 40px;
 color: #444;
 font-size: 14px;
 text-indent: 45px;
 width: 610px;
 margin: 0 0 14px 0; 
}

.info-box p {
 border-bottom: 1px solid #eee;
 padding: 0 0 10px 0;
}

.info-box .small-button {
 margin: 10px 0 30px 230px;
}

/* Sidebar */

#sidebar {
 float: right;
 width: 250px;
 line-height: 22px;
}

.main-sidebar .box, .blue-sidebar .box, .green-sidebar .box, .orange-sidebar .box, .red-sidebar .box {
 background: url(images/main-sidebar.png) left top no-repeat;
 width: 210px;
 min-height: 120px;
 padding: 20px 20px 30px 20px;
 font-size: 12px;
 color: #333;
}

.blue-sidebar .box {
 background: url(images/blue-sidebar.png) left top no-repeat;
}

.green-sidebar .box {
 background: url(images/green-sidebar.png) left top no-repeat;
}

.orange-sidebar .box {
 background: url(images/orange-sidebar.png) left top no-repeat;
}

.red-sidebar .box {
 background: url(images/red-sidebar.png) left top no-repeat;
}

.main-sidebar h2, .blue-sidebar h2, .green-sidebar h2, .orange-sidebar h2, .red-sidebar h2 {
 line-height: 40px;
 color: #333;
 font-size: 14px;          
 text-indent: 45px;
 margin: 0 0 13px 0; 
 width: 210px;                                        
 height: 40px;
 overflow: hidden;
}

.red-sidebar h2 {
 color: #dc1515;
}

.blue-sidebar h2 {
 color: #015fa1;
}

.green-sidebar h2 {
 color: #607f02;
}

.orange-sidebar h2 {
 color: #ce8702;
}

#sidebar ul.sidebar-menu {
 list-style: none;
 line-height: 30px;
 font-size: 12px;
}

#sidebar ul.sidebar-menu li {
 background: url(images/sidebar-list.gif) left center no-repeat;
 padding: 0 0 0 30px;
 border-bottom: 1px solid #eee;
}

#sidebar ul.sidebar-menu li a {
 color: #333;
 text-decoration: none;
}

#sidebar ul.sidebar-menu li:hover {
 background: url(images/sidebar-list-hover.gif) left center no-repeat;
 border-bottom: 1px solid #ddd;
}

#sidebar ul.sidebar-menu li a:hover {
 color: #222;
 text-decoration: none;
}

#sidebar p {
 color: #444;
 line-height: 22px;
 font-size: 12px;
}

#sidebar .sidebar-tip {
 width: 210px;
 height: 63px;
 padding: 0 0 10px 0;
 border-bottom: 1px solid #eee; 
}

#sidebar .sidebar-tip-ul {
 padding: 0 0 10px 0;
 border-bottom: 1px solid #eee; 
}

#sidebar .sidebar-tip-ul ul {
 list-style: none;
 line-height: 30px;
}

#sidebar .sidebar-tip-ul ul li {
 background: url(images/sidebar-list.gif) left center no-repeat;
 padding: 0 0 0 30px;
}

#sidebar .small-thumb {
 width: 77px;
 height: 63px;
 margin: 0 0 0 66px;
}

#sidebar .small-button {
 margin: 10px 0 0 29px;
}

/* Footer */

#footer {
 width: 952px;
 min-height: 70px;
 margin: 0 auto;
 padding: 0 0 10px 0;
 background: url(images/footer.png) 0 0 no-repeat;
}

#footer p {
 width: 770px;
 margin: 0 0 0 162px;
 padding: 20px 0 0 0;
 font-size: 12px;
 color: #444;
 line-height: 22px;
}

#footer p span {
 color: #666;
}

#footer p span a {
 color: #555;
}

#bottom-footer {
 width: 970px;
 height: 30px;
 background: url(images/bottom-footer.png) 0 0 no-repeat;
 margin: 0 auto;
}


