﻿/********************************************************************/
/****************   AHS ČR.cz | Created by studio WPJ ***************/
/********************************************************************/
* {
   margin: 0;
   padding: 0;
   border:0px;
}
/************************ GENERAL STYLES ****************************/
html {background: #eafaff url("../images/background.gif") repeat-y top center;}
body {
   background: url("../images/footer_wrapper.gif") no-repeat bottom center;
   font-family:Arial, Helvetica, sans-serif;
   color:#044e7f;
   font-size:12px;
   text-align:left;
}
a:link {
   color: #4ecaf5;
   text-decoration: none;
}
a:visited {
   color: #4ecaf5;
   text-decoration: none;
}
a:hover {
   color: #044e7f;
   text-decoration: none;
}
h1 {
   color: #4cc9f4;
   font-size: 30px;
   padding: 15px 5px 5px 40px;
   font-weight:normal;
   font-family: "DynaGroteskD", Arial, Helvetica, sans-serif;
   background:  url("../images/title_back.png") no-repeat 0px 19px;
	text-transform:uppercase;   
}
h2 {
   color: #4ecaf5;
   font-size: 30px;
   padding: 15px 5px 5px 5px;
   font-weight:normal;
   font-family: "DynaGroteskD", Arial, Helvetica, sans-serif;
}
h3 {
   color: #044e7f;
   font-size: 18px;
   padding: 15px 5px 5px 5px;
   font-weight:normal;
   text-transform:uppercase;
   font-family: "DynaGroteskD", Arial, Helvetica, sans-serif;
}
h4 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:16px;
   font-weight:bold;
}
h5 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:14px;
   font-weight:bold;
}
p{
	line-height:22px;
   padding:5px;
}
#content ul, #content ol {
   line-height:25px;
   margin-left:10px;
   list-style-position:inside;
}

/* Cleaner */
.cleaner {
   clear:both;
   padding:0;
   margin:0;
   background:none;
}
/* Divider */
.divider{
   background: url("../images/page_divider.gif") repeat-x top left;
   height:2px;
   margin:10px 0px;
}
/* Font */
@font-face {
   font-family: "DynaGroteskD";
   src: url("../styles/fonts/DynaGroteskD.eot");
   src: url("../styles/fonts/DynaGroteskD.otf") format("opentype"),  url("../styles/fonts/DynaGroteskD.woff") format("woff");
}
@font-face {
   font-family: "DynaGroteskLXE";
   src: url("../styles/fonts/DynaGroteskLXE.eot");
   src: url("../styles/fonts/DynaGroteskLXE.otf") format("opentype"),  url("../styles/fonts/DynaGroteskLXE.woff") format("woff");
}
/*************************** MAIN LAYOUT *****************************/
#body_wrapper{
   background: url("../images/background-top.gif") no-repeat top center;
}
#page {
   margin:0 auto;
   width: 960px;
   padding:3px 0 15px;
   position: relative;
}
#header {
   position:relative;
   width:960px;
   height:152px;
   margin:0px auto;
}
#header:after {
   content:"";
   background: url("../images/header.png") no-repeat top left;
   width:551px;
   height:152px;
   position:absolute;
   top:0px;
   right:-33px;
}
#header a.logo {
   position:absolute;
   z-index:2;
   top:26px;
   left:28px;
   display: block;
   width: 254px;
   height: 94px;
}
/*********** MAIN MENU ****************/
#menu {
   margin:0px auto 4px;
   background: url("../images/topmenu_back.png") no-repeat top left;
   width:960px;
   height:57px;
   position:relative;
}
#menu:after{
   content:"";
   background: url("../images/topmenu_corner.png") no-repeat top left;
   width:36px;
   height:57px;
   position:absolute;
   top:0px;
   right:-36px;
}
#menu ul {
   margin: 0;
   list-style:none;
   padding:0 0 0 35px;
}
#menu ul li{
   display:block;
   float:left;
}
#menu ul li a {
   display:block;
   float:left;
   color: #fff;
   font-size:18px;
   text-decoration:none;
   float:left;
   padding:18px 15px 14px;
   font-family: "DynaGroteskD", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}
/* Tlačítko po najetí a aktivní */
#menu ul li a.selected, #menu ul li a:hover {
   background: url("../images/topmenu_arrow.png") no-repeat bottom center;
   color:#044e7f;
}
/*********** MAIN MENU END ****************/


/*********** SIDE CONTENT ****************/
#side-content-wrapper {
   width: 222px;
   float: left;
   padding:0 0 0 0;
}
/* 1. úroveň menu */
#side-content ul {
   background-color:#044e7f;
   border-bottom:#b7ddf0 2px solid;
   list-style:none;
   background-image:url("../images/sidemenu_top.gif"), url("../images/sidemenu_bottom.gif");
   background-position: top left, bottom right;
   background-repeat:no-repeat, no-repeat;
   padding:2px 7px 7px 7px;
}
#side-content ul li { 
	clear:both; 
   border-bottom:1px dotted #3097db;
   padding:3px 0;
}
#side-content ul li a {
   font-size:16px;
   color:#fff;
   display:block;
   padding:10px 5px 8px 25px;
   text-transform:uppercase;
   text-decoration: none;
   font-weight:normal;
   font-family: "DynaGroteskD", Arial, Helvetica, sans-serif;
   background: url("../images/background_divider.gif") repeat-x bottom left;
}
#side-content ul li a:hover, #side-content ul li a.selected {
   color:#044e7f;
   background: #4ecaf5 url("../images/sidemenu_hover.gif") no-repeat top right;
   
}
/* 2. úroveň menu */
#side-content ul li ul {
   width: 260px;
   background: none;
   padding:5px 0;
}
#side-content ul li ul li.liselected { background:none; }
#side-content ul li ul li a { font-weight:normal; }
/* 3. úroveň menu */
#side-content ul ul ul { display:none; }
/********* SIDE - KONTAKT END **********/

/*********** LEFT CONTENT END *************/

/*********** RIGHT CONTENT ****************/
#content {
   padding:0;
   float:right;
   width:710px;
}
#content.wide {
   float: none;
   width: 100%;
   padding: 0 0px 0;
}
#main-content { }
#content  table {
   margin:10px 3px 10px 3px;
   border-collapse:collapse;
   font-size:12px;
}
#content  table td {
   border:1px solid #044e7f;
   padding:8px 10px;
   background-color:#fff;
}
#content  table th {
   text-align:center;
   padding:8px 10px;
   border:1px solid #044e7f;
   color:#fff;
   font-weight:bold;
   background-color:#044e7f;
}
/********** RIGHT CONTENT END *************/


/*********** FOOTER CONTENT ****************/
#footer-wrapper {
   margin-bottom:20px;
}
#footer {
   margin:0px auto;
   width:960px;
   padding:0;
   height:55px;
   background: url("../images/footer_back.png") no-repeat 0 0;
   position:relative;
}
#footer .footer-corner{
	height:55px;
   width:32px;
   position:absolute;
   top:0px;
   left:-32px;
   background: url("../images/footer_corner.png") no-repeat 0 0;
}
#footer p {
   font-size:12px;
   padding:17px 45px 0 120px;
   color:#FFF;
}
#footer p span{
   float:right;
}
#footer p a{
   color:#FFF;
}
#footer p a:hover{
   text-decoration:underline;
}

/*********** FOOTER CONTENT END **************/

/*************************** MAIN LAYOUT END *****************************/

/**************************** GALERIE ************************************/
#fotogalerie {
   background: url("../images/page_divider.gif") repeat-x top left;
   margin:10px 0 0;
   padding:10px 0 0 10px;
   clear:both;
}
#fotogalerie img {
   display: block;
}
#fotogalerie a.imgbox {
   float:left;
   border:1px solid #4ecaf5;
   margin:10px 11px;
   display:block;
   position:relative;
}
#fotogalerie a.imgbox:hover:after {
   content:"";
   background: url("../images/image_corner.png") no-repeat 0px 0px;
   width:24px;
   height:24px;
   position:absolute;
   bottom:0px;
   left:0px;
}
#fotogalerie a.imgbox:after {
   content:"";
   background: url("../images/image_corner_hover.png") no-repeat 0px 0px;
   width:40px;
   height:40px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.jquery-lightbox-title { /* větší text u popisu fotek lightboxu */ font-size:18px !important; }

/************************** GALERIE END *************************************/

/******************************** NOVINKY **************************************/

/*********** NEWS BOX ****************/
#news-box {
   margin:20px 0 0;
   padding: 20px 0px 12px 0px;
   position:relative;
	border-bottom:2px solid #dff0f7;
   background-color:#edfafe;
}
.news-content {
   float:left;
   width:285px;
   height:129px;
   border-left:1px dotted #4ecaf5;
   margin:0 0 0 20px;
   padding:0 0 0 20px;
}
.news-content.no-border { /* obrázek druhé novinky */
   border:none;
   margin:0px;
}
.news-content a.imgbox {
   float:left;
   border:1px solid #4ecaf5;
   margin:0 15px 0 0;
   display:block;
   position:relative;
}
.news-content a.imgbox:hover:after {
   content:"";
   background: url("../images/image_corner.png") no-repeat 0px 0px;
   width:24px;
   height:24px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-content a.imgbox:after {
   content:"";
   background: url("../images/image_corner_hover.png") no-repeat 0px 0px;
   width:40px;
   height:40px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-content img {display: block;}
.news-content h3 {
   padding: 0px 3px 5px;
   font-size:14px;
}
.news-content h3 a{
   color:#044e7f;
}
.news-content h3 a:hover{
   color:#4ecaf5;
}
.news-content p {
   line-height:18px;
   text-align:left;
}
/* ÚPRAVA PRO PODSTRÁNKU */
#side-content-wrapper > h2 {
   padding: 18px 5px 3px 20px;
   font-size:26px;
}
#side-content-wrapper #news-box {
   margin:10px 0 0;
}
#side-content-wrapper .news-content{
   width:180px;
   height:auto;
}
#side-content-wrapper .news-content a.imgbox{
	display:none;
}

/*********** NEWS BOX END *************/

/********** VÍCE NOVINEK ************/
h3.more-button-title{
	text-align:center;
   padding:25px 0 10px;
}
a.more_button{
   background: url("../images/news_more.png") no-repeat right center;
   color:#044e7f;
   display:inline-block;
   text-align:center;
   padding:4px 28px 1px 0;
   position:relative;
   font-size:20px;
}
a.more_button:hover{
   color:#4dcaf5;
}
/********* VÍCE NOVINEK END ***********/

/*********** NEWS LIST ****************/
.pagination {
   padding:5px 15px;
   clear:both;
}
.news-list-content {
   clear:both;
   border-bottom:1px dotted #4ecaf5;
   margin:15px 0px;
   min-height:110px;
   padding: 0 10px;
}
.news-list-content a.imgbox {
   float:left;
   border:1px solid #4ecaf5;
   margin:0 15px 0 0;
   display:block;
   position:relative;
}
.news-list-content a.imgbox:hover:after {
   content:"";
   background: url("../images/image_corner.png") no-repeat 0px 0px;
   width:24px;
   height:24px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-list-content a.imgbox:after {
   content:"";
   background: url("../images/image_corner_hover.png") no-repeat 0px 0px;
   width:40px;
   height:40px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-list-content img {display: block;}
.news-list-content h3 {
   padding: 0px 5px 5px 5px;
}
.news-list-content h3 a{
   color:#044e7f;
}
.news-list-content h3 a:hover{
   color:#4ecaf5;
}
.news-list-content p {
   line-height:18px !important;
   text-align:justify;
   padding:3px 5px 0 !important;
   font-size:12px;
}
.news-list-wrapper p.date {
   background: url("../images/news_date.png") no-repeat top left;
   text-align:center;
   width:41px;
   height:40px;
   color:#FFF;
   font-size:15px;
   font-weight:bold;
   padding:1px 0 0 0 !important;
   text-shadow:1px 1px 1px #8daa00;
   line-height:20px !important;
   float:left;
}
/********** NEWS LIST END ***********/

/******************************** NOVINKY END *******************************************/

/************************** POPTÁVKOVÝ FORMULÁŘ	*******************************/
/* Kontakt */
#contact_left{
	float:left;
   width:450px;
}
/* Kontakt END */
#contact_form{
   float:right;
   width:400px;
   border-left:1px solid #cbf1ff;
   padding:0 0 20px 20px;
}
#content table#formular {
   padding:0;
   border:0;
}
#content table#formular td { padding:7px 2px; }
#content #formular textarea {
   border-radius:5px;
   -moz-box-shadow :inset 0 2px 3px #e1f4fa;
   -webkit-box-shadow:inset 0 2px 3px #e1f4fa;
   box-shadow:inset 0 2px 3px #e1f4fa;
   border:1px solid #c7e3ee;
   width:162px;
   font-size:12px;
   color:#6284a2;
   height:150px;
   width:300px;
   padding:10px 10px;
}
#content ul.errorlist {
   list-style:none;
   margin:0px !important;
   color:#ff0000 !important;
}
#formular input[type=text] {
   border-radius:5px;
   -moz-box-shadow :inset 0 2px 3px #e1f4fa;
   -webkit-box-shadow:inset 0 2px 3px #e1f4fa;
   box-shadow:inset 0 2px 3px #e1f4fa;
   padding:6px 35px 6px 12px;
   float:left;
   font-size:12px;
   border:1px solid #c7e3ee;
   color:#044e7f;
   width:140px;
}
#formular input[type=text], #content #formular textarea { background-color:#f7fcfe; }
#formular input[type=text]:focus, #content #formular textarea:focus { background-color:#fff; }
/* Captcha */
#formular img.captcha {
   background-color:#FFF;
   padding:4px 2px;
   border-radius:3px;
   float:left;
   margin-right:10px;
   border-radius:10px;
   border:1px solid #c7e3ee;
}
#formular input#id_captcha_1 { width: 40px; }
/* Captcha */

#formular span { color:#F00; }
#formular td {
   text-align:left;
   background: transparent;
   border:none;
}
#formular th {
   text-align:right;
   background: transparent;
   border:none;
   padding:0 10px 0 0;
   box-shadow:none;
   font-weight:normal;
}
form #submit {
   margin:10px 0 0 80px;
   cursor:pointer;
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #4ecaf5, #37bbe8); /* W3C */
   background: -ms-linear-gradient(left, #4ecaf5, #37bbe8); /* IE9 */
   background: -moz-linear-gradient(left, #4ecaf5, #37bbe8); /* Firefox */
   background: -o-linear-gradient(left, #4ecaf5, #37bbe8); /* Opera 11  */
   background: -webkit-linear-gradient(left, #4ecaf5, #37bbe8); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #4ecaf5), color-stop(1, #37bbe8)); /* Chrome 10, Safari */
   padding:12px 13px 8px;
   color:#FFF;
   cursor:pointer;
   font-weight:normal;
   font-family: "DynaGroteskLXE", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   font-size:18px;
}
form #submit:hover {
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #044e7f, #00406b); /* W3C */
   background: -ms-linear-gradient(left, #044e7f, #00406b); /* IE9 */
   background: -moz-linear-gradient(left, #044e7f, #00406b); /* Firefox */
   background: -o-linear-gradient(left, #044e7f, #00406b); /* Opera 11  */
   background: -webkit-linear-gradient(left, #044e7f, #00406b); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #044e7f), color-stop(1, #00406b)); /* Chrome 10, Safari */
}
/************************** POPTÁVKOVÝ FORMULÁŘ	END ****************************/

/************************** NEWSLETTER ****************************/

form#newsletter_form input[type=submit] {
   margin:10px 0 0 10px;
   cursor:pointer;
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #4ecaf5, #37bbe8); /* W3C */
   background: -ms-linear-gradient(left, #4ecaf5, #37bbe8); /* IE9 */
   background: -moz-linear-gradient(left, #4ecaf5, #37bbe8); /* Firefox */
   background: -o-linear-gradient(left, #4ecaf5, #37bbe8); /* Opera 11  */
   background: -webkit-linear-gradient(left, #4ecaf5, #37bbe8); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #4ecaf5), color-stop(1, #37bbe8)); /* Chrome 10, Safari */
   padding:8px 13px 5px;
   color:#FFF;
   cursor:pointer;
   font-weight:normal;
   font-family: "DynaGroteskLXE", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   font-size:14px;
   float:left;
}
form#newsletter_form input[type=submit]:hover {
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #044e7f, #00406b); /* W3C */
   background: -ms-linear-gradient(left, #044e7f, #00406b); /* IE9 */
   background: -moz-linear-gradient(left, #044e7f, #00406b); /* Firefox */
   background: -o-linear-gradient(left, #044e7f, #00406b); /* Opera 11  */
   background: -webkit-linear-gradient(left, #044e7f, #00406b); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #044e7f), color-stop(1, #00406b)); /* Chrome 10, Safari */
}
form#newsletter_form table{
   float:left;
}
form#newsletter_form td {
   text-align:left;
   background: transparent;
   border:none;
   padding:10px 0 0 0;
}
form#newsletter_form th {
   text-align:right;
   background: transparent;
   border:none;
   padding:10px 10px 0 10px;
   box-shadow:none;
   font-weight:normal;
}
form#newsletter_form input[type=text] {
   border-radius:5px;
   -moz-box-shadow :inset 0 2px 3px #e1f4fa;
   -webkit-box-shadow:inset 0 2px 3px #e1f4fa;
   box-shadow:inset 0 2px 3px #e1f4fa;
   padding:6px 35px 6px 12px;
   float:left;
   font-size:12px;
   border:1px solid #c7e3ee;
   color:#044e7f;
   width:140px;
}
/************************** NEWSLETTER END ****************************/


/************************** PŘIHLÁŠENÍ DO KLIENTSKÉ SEKCE ****************************/

form#login_form input[type=submit] {
   margin:10px 0 0 130px;
   cursor:pointer;
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #4ecaf5, #37bbe8); /* W3C */
   background: -ms-linear-gradient(left, #4ecaf5, #37bbe8); /* IE9 */
   background: -moz-linear-gradient(left, #4ecaf5, #37bbe8); /* Firefox */
   background: -o-linear-gradient(left, #4ecaf5, #37bbe8); /* Opera 11  */
   background: -webkit-linear-gradient(left, #4ecaf5, #37bbe8); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #4ecaf5), color-stop(1, #37bbe8)); /* Chrome 10, Safari */
   padding:8px 13px 5px;
   color:#FFF;
   cursor:pointer;
   font-weight:normal;
   font-family: "DynaGroteskLXE", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   font-size:14px;
   float:left;
}
form#login_form input[type=submit]:hover {
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #044e7f, #00406b); /* W3C */
   background: -ms-linear-gradient(left, #044e7f, #00406b); /* IE9 */
   background: -moz-linear-gradient(left, #044e7f, #00406b); /* Firefox */
   background: -o-linear-gradient(left, #044e7f, #00406b); /* Opera 11  */
   background: -webkit-linear-gradient(left, #044e7f, #00406b); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #044e7f), color-stop(1, #00406b)); /* Chrome 10, Safari */
}
form#login_form td {
   text-align:right;
   background: transparent;
   border:none;
   padding:5px 8px
}
form#login_form th {
   text-align:right;
   background: transparent;
   border:none;
   padding:10px 10px 0 10px;
   box-shadow:none;
   font-weight:normal;
}
form#login_form input[type=text], form#login_form input[type=password] {
   border-radius:5px;
   -moz-box-shadow :inset 0 2px 3px #e1f4fa;
   -webkit-box-shadow:inset 0 2px 3px #e1f4fa;
   box-shadow:inset 0 2px 3px #e1f4fa;
   padding:6px 35px 6px 12px;
   float:left;
   font-size:12px;
   border:1px solid #c7e3ee;
   color:#044e7f;
   width:140px;
}
/* Tlačítko přihlásit, odhlásit */
h3.login_button {
    padding: 10px 0 10px;
    text-align: center;
}
h3.login_button a{
   background: url("../images/login_key.png") no-repeat right center;
   color:#044e7f;
   display:inline-block;
   text-align:center;
   padding:4px 37px 1px 0;
   position:relative;
   font-size:20px;
}
h3.login_button a:hover{
   color:#4dcaf5;
}

/************************** PŘIHLÁŠENÍ DO KLIENTSKÉ SEKCE END ****************************/
