﻿/* css designed by machin.cz */
* {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #55b1d4;
    padding-left: 20px;
}

h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #55b1d4;
    padding-left: 20px;
}

a img {
    border: 0;
}

hr {
    display: none;
}

a {
    color: #da251c;
}

a:hover {
    color: #444444;
}

body {
    text-align: center;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/* header */
#headerbg {
    position: relative;
    height: 285px;
    background: url('../layout/header.jpg') no-repeat 0% 0%;
}

#header {
    position: relative;
    height: 285px;
    margin: auto;
    background: url('../layout/topbgbottom.gif') no-repeat 0% 100%;
}

#header h1 {
    display: none;
}

#logo {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 15px;
    top: 0px;
}
/* top panel */
#toppanel {
    position: absolute;
    right: 25px;
    top: 17px;
    width: 180px;
    padding: 0px 5px 15px 30px;
    height: 48px;
    color: #ffffff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

#topmenu {
    height: 35px;
    background: #393939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#topmenu ul {
    margin-left: 25px;
}

#topmenu_odkazy li {
    display: inline;
    list-style-type: none;
    height: 35px;
    float: left;
    background: url(../layout/topmenu_bg.gif) no-repeat right center;
}

#topmenu_odkazy a {
	display: block;
    color: #ffffff;
    text-decoration: none;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    height: 35px;
}

#topmenu_odkazy a:hover {
    background: url(../layout/topmenu_active.gif) no-repeat right center;
    height: 35px;
}

#topmenu_odkazy span {
    padding-top: 8px;
    height: 35px;
    vertical-align: middle;
    float: left;
}

.text {
    width: 610px;
}

#toppanel li {
    border-bottom: 1px dotted #000000;
    padding-top: 3px;
    padding-bottom: 3px;
}

#toppanel a {
    color: #000000;
    text-decoration: none;
    background: url(../layout/menu_odrazka_inactive.gif) no-repeat 0 50%;
    padding-left: 30px;
    text-transform: uppercase;
}

#toppanel a:hover {
    color: #55b1d4;
    background: url(../layout/menu_odrazka_active.gif) no-repeat 0 50%;
}

#toppanel p.left {
    float: left;
    width: 100px;
}

#toppanel p.right {
    float: right;
    width: 180px;
}

#toppanel p.right span.left {
    float: left;
    display: block;
}

#toppanel p.right span.s {
    width: 50px;
}
/* content */
#content_bg {
    background: #ffffff url('../layout/bodybg.gif') repeat-y 50% 0%;
    width: 906px;
    margin: auto;
}

#content {
    margin: auto;
    width: 900px;
    text-align: left;
    background: #ffffff url('../layout/bodybg.gif') repeat-y 50% 0%;
    font-size: 12px;
}
/* obsah hlavní části */
#obsah {
    background: url(../layout/leftpanel_bg.gif) repeat-y top left;
    padding: 15px 0px;
    width: 900px;
}

#leftpanel {
    width: 245px;
    float: left;
    overflow: hidden;
    padding-left: 20px;
    background: url(../layout/leftpanel_bg.gif) repeat-y top left;
}

.bb_img {
    background: url('../layout/leftmenupic_bg.gif') no-repeat;
    width: 233px;
    height: 210px;
    text-align: center;
}
/*
 #leftimg{background:url('../images/leftpic_1.jpg')no-repeat top left ; width:219px; height:172px; position:relative; top:7px; left:7px; border:1px solid #dfdfdf;}
 #leftimg2{background:url('../images/leftpic_2.jpg')no-repeat top left   ; width:219px; height:172px; position:relative; top:7px; left:7px;border:1px solid #dfdfdf;}
 */

.bb_img img {
   margin: 18px 0;
   
}

#centerpanel {
    width: 610px;
    padding: 0 20px 20px 0px;
    float: right;
    overflow: hidden;
}

#centerpanel p {
    color: #333333;
    text-align: justify;
    margin-bottom: 0;
    line-height: 130%;
}

#centerpanel .navi {
	margin: 0 0 10px 20px;
	font-size: 9pt;
}

#leftobsah {
    width: 420px;
    float: left;
    padding: 0px 15px 5px 0px;
    overflow: hidden;
}

#rightobsah {
    width: 200px;
    float: right;
}

#rightobsah div.box {
    width: 100px;
    float: left;
    margin: 7px;
}

#rightobsah div.box div.img {
    width: 94px;
    height: 94px;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #e2e2e2;
    margin: 0 0 2px 0;
}
/* footer */
#footer {
    height: 120px;
    width: 100%;
    background: url('../layout/footer_bg.gif') repeat-x top left;
    text-align: left;
}

#footer p {
    padding: 0px 0 0 10px;
    color: #838383;
    padding-top: 40px;
  

    margin-top: 0px;
    padding-left: 80px;
    text-align: center;
}

#footer p a {
    color: #838383;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}

#footer p.left {
    float: left;
}

#footer p.right {
    float: right;
}

.clear {
    clear: both;
}

.floatleft {
    float: left;
    margin: 0 10px 10px 0;
}

/* other */
#content p {
    padding-bottom: 20px;
}

.text_bg_center {
    background: #e7f2fc;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #e7f2fc;
    border-bottom: 1px solid #e7f2fc;
}

.text_bg_center img {
    float: right;
    padding: 10px 0 10px 15px;
}

.text_bg_top {
    background: url(../layout/text_bg_top.gif) no-repeat top left;
    height: 15px;
}

.text_bg_bottom {
    background: url(../layout/text_bg_bottom.gif) no-repeat top left;
    height: 15px;
}
/* banners */
#banners {
    background: url(../layout/banners_b.gif) repeat-x top left;
    width: 900px;
    margin-left: 3px;
    padding: 20px 0;
}

#banners img {
	padding: 0 5px 0 0px;
}

#banner_big {
    width: 468px;
    height: 60px;
    background: url('../images/banner_big_1.jpg') no-repeat top left;
    border: 1px solid silver;
    margin-top: 20px;
    margin-left: 0px;
    float: left;
}

#banner_small_1 {
    width: 200px;
    height: 60px;
    background: url('../images/banner_small_1.jpg') no-repeat top left;
    border: 1px solid silver;
    margin-top: 20px;
    margin-left: 0px;
    float: left;
}

#banner_small_2 {
    width: 200px;
    height: 60px;
    background: url('../images/banner_small_1.jpg') no-repeat top left;
    border: 1px solid silver;
    margin-top: 20px;
    margin-left: 0px;
    float: left;
}

#banner_form_servis {
    width: 233px;
    height: 48px;
    background: url('../images/banner_form_servis.jpg') no-repeat top left;
    margin-bottom: 10px;
}

#banner_form_reklamace {
    width: 233px;
    height: 48px;
    background: url('../images/banner_form_reklamace.jpg') no-repeat top left;
    margin-bottom: 10px;
}
#banner_eshop {
    width: 233px;
    height: 48px;
    background: url('../images/eshop.gif') no-repeat top left;
    margin-bottom: 10px;
}
#banner_cenik {
    width: 233px;
    height: 48px;
    background: url('../images/cenik.gif') no-repeat top left;
    margin-bottom: 10px;
}
#banner_splatky {
    width: 233px;
    height: 48px;
    background: url('../images/splatky.gif') no-repeat top left;
    margin-bottom: 10px;
}
#banner_facebook {
    width: 233px;
    height: 48px;
    background: url('../images/facebook.gif') no-repeat top left;
    margin-bottom: 10px;
}

.text_bg_center ul {
	padding-left: 30px;
}

.bbForm {
	margin: 0;
	padding: 0;
}

.bbForm fieldset {
	border: 0;
	margin: 0;
	padding: 0 0 15px 0;
}

.bbForm label {
	display: block;
	width: 120px;
	padding-top: 4px;
}

.bbForm ul {
	margin: 0;
	padding: 4px 0 2px 0;
	list-style: none;
	color: #ff3300;
}

.bbForm input {
	padding: 4px;
}

.bbForm table {
	margin: 0;
	padding: 0;
}

.bbForm table td {
	vertical-align: top;
}

.required {
	font-weight: bold;
}

.no {
	visibility: hidden;
}
#flags{float: right; margin-top: 3px; }

#flageng{width: 30px; height: 20px;  background: url(../layout/eng.jpg) no-repeat top left;  margin: 0px ; margin-right: 5px; float: left;}
/*
#flagcz{width: 30px; height: 20px;  background: url(../layout/cz.jpg) no-repeat top left;  margin: 0px ; margin-right: 5px; float: right;}
*/
.news-item{border-bottom: 1px solid #D2D2D2; padding-bottom: 3px;}
.news-item p.news-date{padding-left: 0px; margin-bottom: -20px; margin-top: 5px; %margin-top: 10px; %padding-top:5px;color:#55B1D4;padding-bottom: 0px;}
.news-item p{padding-bottom: 0px;margin-left: 10px; margin-bottom: -12px;}
.news-item h4{padding: 0; padding-left: 10px; font-size: 13px; margin: 0;}
.news-item a{ }
.news-more {text-align: right; padding-right: 15px ; height: 8px; %height: 0px;}
div #banner_form_servis{margin-top: 20px;}
#loga{width: 610px; height: 120px; background: url(../images/loga.jpg) no-repeat top center;}
