html { 
    background: #ECECEC;
}

body {
	background: #FFFFFF;
    margin: 9px auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #3E3E3E;
	font-size: 14px;
	width: 970px;
}

	/* HEADER / HLAVICKA */

#header {
    background: url('../img/header_bg.png') left 9px repeat-x;
    height: 153px;
    margin: 0 auto;
    padding: 0;
	width: 948px;
}

img {
	border: 0;
}

#header .logo {
	width: 290px;
    height: 56px;
	padding: 22px 0 0 24px;
	float: left;
}

#header .description {
	padding: 50px 0 0 55px;
	font-size: 15px;
	float: left;
	width: 260px;
	color: #909090;
}

#header .search {
	padding: 0;
	margin: 38px 22px 0 0;
	float: right;
	width: 275px;
}

#header .search .panel {
    background: url('../img/search_panel.png') left top no-repeat;
	padding: 10px 0 10px 3px;
	margin: 0;
	border: 0;
	float: left;
	width: 180px;
	color: #909090;
}

#header .search .submit {
    background: url('../img/search_submit.png') left top no-repeat;
	padding: 0;
	margin: 0 0 0 3px;
	border: 0;
	float: left;
	width: 85px;
	height: 35px;
	cursor: pointer;
}

#header #menu {
    background: url('../img/menu_bg.png') left top no-repeat;
	padding: 0;
	margin: 25px 0 0 10px;
	_margin: 25px 0 0 5px;
	float: left;
	width: 742px;
	height: 44px;
}

#header #menu ul, #header #soutez ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#header #menu ul li, #header #soutez ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#header #menu ul li a {
    background: url('../img/menu_sep.png') left top no-repeat;
	padding: 15px 18px 0 19px;
	height: 29px;
	margin: 0;
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#header #menu ul li a:hover, #header #menu ul li.active a {
    background: #004B7C url('../img/menu_sep.png') left top no-repeat;
	margin: 0;
	padding: 15px 18px 0 19px;
}

#header #menu ul li.uvod a:hover, #header #menu ul li.uvod.active a {
    background: url('../img/uvod_hover.png') left top no-repeat;
}

#header #menu ul li.uvod a {
    background: none;
}

#header #soutez {
    background: url('../img/soutez_bg.png') left top no-repeat;
	padding: 0;
	margin: 25px 0 0 0;
	_margin: 25px 0 0 0;
	float: left;
	width: 187px;
	height: 44px;
}

#header #soutez ul li a {
	padding: 15px 10px 0 15px;
	height: 29px;
	margin: 0;
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#header #soutez ul li a:hover {
	text-decoration: underline;
}


#content {
	padding: 0;
	margin: 0 auto;
	width: 929px;
}

	/* BOXES / HORNÍ BOXY */

.boxes {
	width: 929px;
	padding: 0;
	margin: 0;
	float: left;
}

.boxes .box {
    background: url('../img/box_bg.png') left top no-repeat;
	padding: 18px 15px 11px 18px;
	margin: 0 2px 0 0;
	float: left;
	width: 275px;
	height: 184px;
}

.boxes .box .nadpis {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

.boxes .box .nadpis a {
	color: #0075c0;
	font-size: 16px;
	font-weight: bold;
}

.boxes .box .nadpis a:hover {
	text-decoration: none;
}

.boxes .box img {
	float: left;
	padding: 10px 8px 0 0;
	width: 100px;
}

.boxes .box .text {
  padding: 0px;
  margin: 0px;
  height: 100px;
}

.boxes .box p {
	padding: 0;
	margin: 0 0 0 3px;
	float: left;
	color: #848484;
	font-size: 13px;
	width: 160px;
}

.boxes .box a {
	color: #848484;
	font-size: 14px;
	font-weight: bold;
}

.boxes .sms {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	padding: 30px 0;
	text-align: center;
	width: 90px;
	height: 55px;
	line-height: 160%;
}

.boxes .sms span {
	font-size: 17px;
	font-weight: bold;
}

.boxes .vyherci {
    background: url('../img/vyherci_bg.png') left top no-repeat;
	padding: 18px 15px 11px 18px;
	margin: 0;
	float: right;
	width: 275px;
	height: 184px;
}

.boxes .vyherci .nadpis {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	color: #0075c0;
	font-size: 19px;
	font-weight: bold;
}

.boxes .vyherci a {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
}

.boxes .vyherci a:hover {
	text-decoration: none;
}

.boxes .vyherce {
	float: left;
	height: 58px;
	width: 100%;
	padding-bottom: 5px;
}

.boxes .vyherce img {
	float: left;
	padding: 0 0 0 0;
}

.boxes .vyherce p {
	padding: 12px 0 0 12px;
	margin: 0;
	float: left;
	color: #525252;
	font-size: 13px;
}

.boxes .vyherce a {
	color: #0075c0;
	font-size: 14px;
	font-weight: bold;
}

	/* LEFT / LEVÁ CÁST */

#left {
	padding: 0;
	margin: 0;
	float: left;
	width: 217px;
}

#login  {
	padding: 0;
	margin: 0;
	float: left;
}

#login label {
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
	width: 45px;
	color: #555555;
	font-size: 12px;
	line-height: 28px;
	text-align: right;
}

#login .panel {
    background: url('../img/login_panel.png') left top no-repeat;
	padding: 6px 0 8px 5px;
	margin: 0 0 3px 0;
	float: left;
	width: 140px;
	color: #909090;
	border: 0;
}

#login .psw {
    background: url('../img/login_psw.png') left top no-repeat;
	padding: 6px 0 8px 5px;
	margin: 0;
	float: left;
	width: 66px;
	color: #909090;
	border: 0;
}

#login .submit {
    background: url('../img/login_submit.png') left top no-repeat;
	padding: 0;
	margin: 0 0 0 4px;
	float: left;
	width: 70px;
	height: 28px;
	border: 0;
	cursor: pointer;
}

#login a {
	padding: 5px 0;
	margin: 0;
	float: right;
	color: #0075C0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

#left .cat {
    background: url('../img/cat_menu_bg.png') left top no-repeat;
	padding: 0 9px 0 9px;
	margin: 0;
	float: left;
	width: 199px;
}

#left .catbottom {
    background: url('../img/cat_menu_bottom.png') left top no-repeat;
	padding: 0;
	margin: 0 0 6px 0;
	float: left;
	width: 217px;
	height: 12px;
}

#left .cat h3 {
	width: 194px;
	font-size: 18px;
	color: #0075c0;
	padding: 14px 0 0 5px;
	margin: 0 0 0 0;
	height: 39px;
}

#left .cat ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 199px;
}

#left .cat ul li {
    background: url('../img/cat_li.png') 10px center no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
}

#left .cat ul li:hover {
    background: #EDEDED url('../img/cat_li.png') 10px center no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
}

#left .cat ul li a {
	padding: 0;
	margin: 0 0 0 10px;
	color: #555555;
	font-size: 15px;
	text-decoration: none;
	line-height: 180%;
	display: block;
	width: 170px;
}

#left .cat ul li a:hover {
    background: #EDEDED;
	font-weight: none;
	text-decoration: underline;
}

#left .cat ul li.active a {
	color: #005C96;
	text-decoration: underline;
}

#left .cat ul li.active {
    background: #EDEDED url('../img/cat_li.png') 10px center no-repeat;
}


#left .cat p {
	width: 100%;
	font-size: 13px;
	color: #555555;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

#left .cat p a {
	font-size: 13px;
	color: #0075c0;
}

#left #tags a {	
	color: #0075c0;
	text-decoration: underline;
	padding-right: 6px;
}

#left #tags a:hover {
	text-decoration: none;
}

#left #tags .level-1 {font-size: 70%;}
#left #tags .level-2 {font-size: 85%;}
#left #tags .level-3 {font-size: 100%;}
#left #tags .level-4 {font-size: 120%;}
#left #tags .level-5 {font-size: 140%;}

	/* RIGHT / OBSAHOVÁ CÁST */

#right {
	padding: 0 0 25px 0;
	margin: 0;
	float: right;
	width: 705px;
}

#right h1 {
	padding: 0;
	margin: 14px 0 10px 0;
	font-size: 22px;
	float: left;
	line-height: 120%;
	color: #555555;
	width: 100%;
	font-weight: normal;
}

#right .text {
	padding: 0 0 0 5px;
	margin: 0 0 15px 0;
	float: left;
	color: #555555;
	width: 100%;
	line-height: 120%;
	clear: both;
}

#right .text p {
	font-size: 14px;
	padding: 0;
	margin: 0 0 15px 0;
}

#right .text a {
	color: #0062A1;
}

#right .text a:hover {
	text-decoration: none;
}

#right .text ul {
	padding: 0;
	margin: 0 0 0 20px;
	color: #555555;
	font-size: 13px;
	list-style: none;
}

#right .text ul li {
  background: url('../img/cat_li.png') left center no-repeat;
	padding: 0 0 0 15px;
	margin: 7px;
	font-size: 14px;
}


#right .box {
    background: url('../img/right_box_bg.png') left top no-repeat;
	padding: 15px 10px 9px 10px;
	margin: 0 5px 6px 0;
	float: left;
	width: 210px;
	height: 178px;
}

#right .box h2 {
	float: left;
	padding: 0 0 12px 0;
	margin: 0;
	width: 100%;
}

#right .box h2 a {
	color: #0075c0;
	font-size: 17px;
}

#right .box h2 a:hover {
	text-decoration: none;
}

#right .box .boximg {
	float: left;
	padding: 0 8px 0 0;
	width: 70px;
	height: 102px;
}

#right .box .boximg img {
  float: left;
  padding: 0;
}

#right .box p {
	padding: 8px 0 0 3px;
	margin: 0;
	float: left;
	color: #3E3E3E;
	font-size: 12px;
	width: 125px;
}

#right .box p span {
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
	width: 100%;
}

#right .box a {
	color: #848484;
	font-size: 13px;
	font-weight: bold;
}

#right .box .sms a {
    background: url('../img/right_box_vyhrava.png') left top no-repeat;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0;
	text-align: center;
	width: 210px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
}

#right .box .sms2 a {
    background: url('../img/right_box_vyhrava2.png') left top no-repeat;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0;
	text-align: center;
	width: 210px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
}

	/* NAVIGATION / NAVIGACE */

#right .navigation {
    background: url('../img/navigation_bg.png') left top no-repeat;
	height: 35px; 
	padding: 0 5px 0 10px;
	margin: 0;
	margin-bottom: 10px;
	width: 690px;
	clear: both;
	line-height: 35px;
}

#right .navigation .border {
	padding: 3px;
	background: #FFFFFF;
	font-weight: normal;
	border: 1px solid #D0D0D0;
	margin: 0 0 0 5px;
}

#right .navigation a {
	padding: 3px 5px; 
	color: #6D6D6D;
	font-weight: bold;
}

#right .navigation a.active, #right .navigation a:hover {
    background: url('../img/navigation_a.png') left top repeat-x;
	color: #fff;
	text-decoration: none;
}

#right .navigation .textlink:hover {
    background: none;
	text-decoration: none;
	color: #6D6D6D;
}

#right .navigation .flt-l {
	float: left;
}

#right .navigation .flt-r {
	float: right;
}

	/* FOOTER / PATICKA */

#clear, .clear {
    clear: both;
}

#footer {
	background: #ECECEC;
    margin: 0 auto;
    padding: 0 0 25px 0;
    color: #6a6a6a;
	font-size: 13px;
	width: 970px;
}

#footer .foot {
    margin: 0 auto;
    padding-top: 17px;
	width: 929px;
}

#footer .foot a {
    color: #6a6a6a;
	font-size: 13px;
}

#footer .foot .top {
    padding-bottom: 10px;
}

#footer .foot .top a {
    float: right;
}

	/* SLIDESHOW BOXU */

.cf_wrapper {
	position: relative;
}	

	/* DETAIL */

#detail h1 {
	font-size: 19px;
	color: #0075C0;
}

#detail .images {
	float: left;
	width: 285px;
	text-align: center;
	cursor: pointer;
}

#detail .images .nahledy {
	width: 100%;
	padding-top: 8px;
}

#detail .images .nahledy img {
	border: 1px solid #C8C8C8;
}

#detail .info {
	width: 411px;
	float: right;
	margin: 0;
	padding: 0;
}

#detail .info .sms {
    background: url('../img/detail_sms_bg.png') left top no-repeat;
	height: 123px;
	width: 411px;
	padding-bottom: 15px;
}

#detail .info .sms {
    color: #FFFFFF;
	font-size: 17px;
}

#detail .info .sms .top {
	text-align: left;
	height: 68px;
	line-height: 30px;
	padding: 15px 0 0 23px
}

#detail .info .sms #cislo{
	padding: 0 0 0 27px
}

#detail .info .sms .bottom {
	text-align: center;
	width: 100%;
	height: 39px;
	line-height: 39px;
}

#detail .info .sms span {
    color: #ed920d;
	font-size: 19px;
}

#detail h2 {
	color: #0075c0;
	font-size: 17px;
	padding: 0;
	margin: 0 0 5px 0;
}

#detail .smstext {
	padding-top: 12px;
	margin-bottom: 15px;
}

#detail .smstext p, #detail .info p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #555555;
	font-size: 13px;
}

#detail a {
	color: #0062A1;
}

#detail a:hover {
	text-decoration: none;
}

#detail ul {
	padding: 0;
	margin: 0 0 15px 20px;
	color: #555555;
	font-size: 13px;
	list-style: none;
}

#detail ul li {
    background: url('../img/cat_li.png') left center no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
}

#detail #mezera {
    background: url('../img/mezera.png') left center no-repeat;
	padding: 16px 0;
	width: 35px;
	height: 19px;
	margin: 0;
	position: absolute;
}

	/* VÝHERCI */

#right .vyherceno {
	float: left;
	width: 200px;
	padding-right: 25px;
}

#right .vyherce {
	float: left;
	width: 345px;
}
	
#right .vyherce a, #right .vyherceno a {
	font-size: 14px;
	font-weight: bold;
}

#right .vyherce p, #right .vyherceno p {
	font-size: 14px;
	float: left;
}

#right .vyherce .date, #right .vyherceno .date {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

#right .vyherce img, #right .vyherceno img {
	float: left;
	padding-right: 10px;
}

#right .vyherce .info {
	float: left;
	padding-top: 35px;
}

 #right .vyherceno .info {
	float: left;
	padding-top: 5px;
}



	/* KONTAKT */

.kontakt-info .kontakt-left { width: 49%;float: left; border-right: 1px solid #ccc;  }
.kontakt-info .kontakt-left .title {margin: 15px 15px 0 0; font-size: 13px; color: #0175C0; display: block;}
.kontakt-info .kontakt-left .title.end {margin-top: 25px;}
.kontakt-info .kontakt-left .title span {padding: 4px 7px; background: #EDEDED}
.kontakt-info .kontakt-left p.provozovatel {padding: 10px; font-size: 13px;}
.kontakt-info .kontakt-left p a.out { display: block;font-weight: bold;color: #4175C0; padding-left: 18px;}
.kontakt-info .kontakt-left p a.mail {display: block;font-weight: bold;color: #4175C0; padding-left: 18px;}
.kontakt-info .kontakt-left span.tel {display: block;margin-left: 10px;margin-top: 20px; font-weight: bold;padding-left: 17px;color: #424242; font-size: 13px;}
.kontakt-info .kontakt-left span.tel-info {font-weight: bold; color: #757575; padding: 3px 7px; margin-left: 25px; font-size: 13px;}
.kontakt-info .kontakt-left p.osoba {padding: 10px; font-size: 13px;}
.kontakt-info .kontakt-left p.osoba strong {display: block; padding-left: 17px;color: #3d3d3d;}
.kontakt-info .kontakt-left p.osoba strong em{color: #7c7c7c;}
.kontakt-info .kontakt-left p.boxblue { border: 0; font-size: 13px; background: #EDEDED; padding: 5px 10px; margin: 10px 15px 0 0;color: #595c5d;}
.kontakt-info .kontakt-right { width: 49%; float: right;}
.kontakt-info .kontakt-right fieldset { background: #EDEDED; border: 0;}
.kontakt-info .kontakt-right h2 {color: #4175C0; font-size: 140%; margin: 5px 0 5px;font-weight: normal;}
.kontakt-info .kontakt-right label {display: block;margin-top: 10px; width: 100%;}
.kontakt-info .kontakt-right input {float: left;margin-left: 10px;}

.kontakt-info .kontakt-right #name, .kontakt-info .kontakt-right #email, .kontakt-info .kontakt-right #telefon, .kontakt-info .kontakt-right #kod, .kontakt-info .kontakt-right #area {width: 312px; padding: 4px; border-left: 1px solid #8f8f8f;border-top: 1px solid #8f8f8f;border-right: 1px solid #e4e4e5;border-bottom: 1px solid #e4e4e5; font-size: 13px; float: left;}

.kontakt-info .kontakt-right .submit {margin-bottom: 14px; float: right; width: 118px; height: 30px; background: #FFFFFF; color: #00;font-weight: bold; border: 0;font-size: 80%;text-align: center; padding:0;cursor: pointer;text-transform: uppercase}

.kontakt-info ul.error {padding: 5px 0 5px 20px; margin: 0 0 5px;background: #EDEDED;border: 2px solid red;color: red;}
.kontakt-info ul.succ {padding: 5px 0 5px 20px; margin: 0 0 5px;background: #EDEDED;border: 2px solid green;color: green}


