@import "reset.css";

html, body { height: 100%; }

body {
	color: #FFF;
	text-align: center;
	background-color: #f8f8f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

strong {
	font-weight: bold;
	color: #becef3;
}

h1 { 
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fce55d;
}

span.ha1 { 
	font-size: 180%;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fce55d;
}


h2 { 
	font-size: 130%;
	font-weight: bold;
	color: #becef3;
	margin-bottom: 10px;
}

h3 {  
	font-size: 130%; 
	color: #fce55d;
	margin-bottom: 10px;		
}

h4, h5 { 
	font-size: 100%; 
	margin-bottom: 5px;
	font-style: italic;
}

h6 {	
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	line-height: 150%;
	margin: 0 0 10px 0;
}

a {
	color: #b2cdf5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.imggallery {
	float: left;
	text-align: center;
	margin-right: 7px;
	width: 182px;
}

.imggallery .illu {
}

.imggallery .illu a img {
	border: 1px solid #7f90b5;
}
.imggallery .illu a:hover img {
	border: 1px solid #FFF;
}


.zvetseni {
	clear: none;
	}

div.download {
	margin: 5px 0;
}


p.slogan {
	background-color: #fce55d;
	clear: both;
	color: #1c2842;
	padding: 5px;
	text-align: center;
	font-size: 120%;
	margin: 40px 0 20px 0;
	font-style: italic;
}

div#content .leftcontent img.floatleft.noborder, div#content .leftcontent img.floatright.noborder {
	border: none;
}

div#content .leftcontent img.noborder, div#content .leftcontent img.noborder {
	border: none;
}

p.hr {
	height: 50px;
	width: 100%;
	text-indent: -3000em;
	margin-top: 20px;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}


.floatleft {
	float: left;
	margin: 0 5px 5px 0;
}

.floatright {
	float: right;
	margin: 0 0 5px 5px;
}

table {
	margin: 10px 0 10px 0;
	width: 100%;
}

th {
	padding: 0;	
}

td {
	vertical-align: top;
	padding: 0;		
}

table.data {
	margin: 0 0 20px 0;
	width: 100%;
}

table.data th {
	padding: 5px;	
	border-bottom: 4px solid #3d4e6d;
	text-align: left;
}

table.data td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #3d4e6d;	
}

form {
}

fieldset {
}

select {
}

form div.subfieldset {
	padding: 10px 0;
	border: solid 1px #3d4e6d;
	background-color: #2b3854;
}

form div.registraciamail div.subdiv {
	margin: 3px 0;
	clear: both;
}

form div.registraciamail div.subdiv.oblstp {
	line-height: 180%;
}

div.registraciamail input {
	font-size: 11px;
}

div#content .leftcontent div.registraciamail h2.legenda {
	font-size: 120%; 
	color: #9bd0e7;
	text-transform: uppercase;
	border: none;
	padding: 0;
	margin: 10px 0 5px 0;
	font-weight: normal;
	background-image: none;
}

div.registraciamail label.formlabel {
	width: 170px;
	display: block;
	float: left;
	padding: 7px 0 6px 12px;
}

div.registraciamail label.formlabel.vysoky {
	margin-bottom: 60px;
}

div.registraciamail input.forminput {
	border: 1px solid #FFF;
	padding: 4px;
	color: #999999;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 11px;
	background-color: #FFF;
}

div.registraciamail input.forminput.inyform{
	border: 1px solid #FFF;
	padding: 4px;
	margin-right: 0;
	margin-bottom: 0;
}

div.registraciamail input.forminput.fi350 {
	width: 350px;
}

div.registraciamail input.forminput.fi300 {
	width: 300px;
}

div.registraciamail input.forminput.fi200 {
	width: 200px;
}

div.registraciamail input.forminput.fi150 {
	width: 150px;
}

div.registraciamail input.forminput.fi100 {
	width: 100px;
}

div.registraciamail input.forminput.fi20 {
	width: 27px;
}

div.registraciamail textarea.formtextarea {
	width: 350px;
	height: 80px;
	padding: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #333333;
	background-color: #FFF;
	border: 1px solid #FFF;
}

div.registraciamail .formtxt {
	font-size: 11px;
	padding: 15px;
	border: solid 1px #3d4e6d;
	background-color: #2b3854;
	margin: 15px 0;
}

div.registraciamail div.senden {
	text-align: center;
}


.result_ok {
	text-align: center;
	color: #1c2842;
	background-color: #fce55d;
	padding: 5px;
	line-height: 140%;
	margin-bottom: 20px;
}
.result_err {
	text-align: center;
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	line-height: 140%;
	margin-bottom: 20px;	
}

div.zlom {
	clear: left;
	margin-bottom: 40px;
}

div.zlom h2 {
	text-transform: none;
}

.nastred {
	margin: 0 auto;
	text-align: center;
}

.nastred img {
	border: 2px solid #e1e1e1;
	margin: 10px;
}

.dldfile {
	background-image: url(images/ico_dw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.dldfilesize {
	display: none;
}

.dldbutton {
	display: none;
}

/* ----------   zaciatok formatovania ------------- */

div#maincase { 
	width: 980px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
}

div#logobar {
	width: 980px;
	height: 131px;
	position: relative;
	background-color: #edede4;
	background-image: url(images/bg_logobar.jpg);
}

div#logobar a.logo {
	position: absolute;
	left: 270px;
	top: 0;
	width: 416px;
	height: 131px;
}

div#logobar div.contact {
	position: absolute;
	right: 30px;
	top: 45px;
	color: #fce55d;
	font-weight: bold;
	text-align: right;
	font-size: 28px;
	letter-spacing: -.05em;

	line-height: 70%;
}

div#logobar div.contact p {
	margin: 0;
	line-height: 80%;
}

div#logobar div.contact a {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0;	
}

div#menu {
	width: 980px;
	height: 38px;
	position: relative;
	background-color: #fce55d;
	overflow: hidden;
}

div#menu ul {
	padding-top: 12px;
	padding-left: 25px;
}

div#menu ul li {
	float: left;
	margin-right: 30px;
}

div#menu ul li a {
	display: block;
	font-size: 110%;
	text-decoration: none;
	color: #202934;
	padding: 0 0 3px 0;
}

div#menu ul li a:hover {
	text-decoration: underline;
}

div#menu ul li a.active {
	text-decoration: underline;

}

div#headline {
	width: 980px;
	height: 239px;
	position: relative;
	background-color: #8fa1bb;
	background-image: url(images/bg_headline.gif);
	overflow: hidden;	
}

div#headline a {
	color: #FFF;
}

div#headline .flash {
	position: absolute;
	left: 0;
	top: 0;
	width: 623px;
	height: 239px;
}

div#headline div.chcemnajst {
	position: absolute;
	left: 670px;
	top: 40px;
	width: 230px;
	color: #909399;
	height: 185px;
	overflow: hidden;
}

div#headline div.chcemnajst p.nadpis {
	color: #202935;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	padding: 5px 7px;
}

div#headline div.chcemnajst a.podmenato {
	color: #fce55d;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(images/ico.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div#content {
	width: 980px;
	background-color: #1c2842;
	overflow: hidden;
}

div#content.bgmain {
	background-image: url(images/bg_content_main.jpg);
	padding-bottom: 30px;
	background-repeat: no-repeat;
}


div#content .casecontent {
	padding: 35px 25px 30px 25px;
}

div#content .leftcontent {
	float: left;
	width: 625px;
}

div#content .leftcontent a {
	color: #fce55d;
}

div#content .leftcontent .pathbox {
	margin-bottom: 30px;
	line-height: 140%;
	font-size: 90%;
}

div#content .leftcontent .pathbox a {
	color: #b2cdf5;
}


div#content .leftcontent h2, div#content .leftcontent  h3, div#content .leftcontent h4, div#content .leftcontent h5, div#content .leftcontent h6 {
	margin-top: 25px;
	margin-bottom: 15px;
}


div#content .leftcontent h1 {
	font-size: 180%;
	font-weight: normal;
}

div#content .leftcontent h2 {
	padding: 3px 0 3px 25px;
	background-image: url(images/ico_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content .leftcontent h2.iconew {
	padding: 3px 0 3px 75px;
	background-image: url(images/ico-new.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content .leftcontent h2.nulovyhornyokraj {
	margin-top: 0;
}

div#content .leftcontent h3 {
	color: #9bd0e7;
	font-size: 100%;
	text-transform: uppercase;
	line-height: 140%;
}

div#content .leftcontent p {
}


div#content .leftcontent ul {
	line-height: 160%;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}
div#content .leftcontent ul li {
	list-style-position: outside;
	list-style-image: url(images/li.gif);
}
div#content .leftcontent ul ul {
	margin: 5px 15px;
}
div#content .leftcontent ul ul li {
	list-style-position: outside;
	list-style-image: url(images/li2.gif);
}

div#content .leftcontent ol {
	line-height: 160%;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;	
	padding-left: 3px;
}
div#content .leftcontent ol li {
	list-style-type: decimal;
}
div#content .leftcontent ol ol {
	margin: 5px 15px;
}
div#content .leftcontent ol ol li {
	list-style-type: lower-latin;	
}

div#content .leftcontent img.floatleft {
	margin: 10px 15px 5px 0;
}

div#content .leftcontent img.floatright {
	margin: 10px 0 5px 15px;
}

div#content .leftcontent img.floatleft, div#content .leftcontent img.floatright {
	border: 2px solid #e1e1e1;
}

div#content .leftcontent img, div#content .leftcontent img {
	border: 2px solid #e1e1e1;
}

div#content .leftcontent .akcioveponuky {
	float: right;
	width: 400px;
	margin-bottom: 10px;
}

div#content .leftcontent p.vsetkyakcioveponuky {
	margin-top: 10px;
}

div#content .leftcontent p.vsetkyakcioveponuky a {
	color: #141f36;
	background-color: #fce55d;
	padding: 3px 5px;
	font-weight: bold;
}

div#content .leftcontent span.vsetkyakcioveponuky {
	margin-top: 10px;
	color: #141f36;
	background-color: #fce55d;
	padding: 3px 5px;
	font-weight: bold;
	
}

div#content .leftcontent span.vsetkyakcioveponuky a {
	color: #141f36;
	background-color: #fce55d;
	padding: 3px 5px 3px 0;
	font-weight: bold;
}


div#content .leftcontent .akcioveponuky .caseakcioveponuky {
	border-bottom: 1px solid #636974;
	padding-bottom: 5px;
	margin-top: 15px;	
}

div#content .leftcontent .akcioveponuky .caseakcioveponuky h2 {
	color: #becef3;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}




div#content .rightcontent {
	float: right;
	width: 335px;
}

div#content .casecontentright {
	padding: 35px 25px 10px 25px;
}

div#content .rightcontent h3 {
	margin-top: 0;
	color: #fce55d;	
}

div#content .rightcontent ul {
	margin: 0 0 30px 0;
}

div#content .rightcontent li {
	margin-bottom: 1px;
}

div#content .rightcontent li a {
	display: block;
	font-size: 100%;
	color: #FFF;
	padding: 7px;
	background-color: #1e3054;
	text-decoration: none;
	height: 1%;
}

div#content .rightcontent li a:hover {
	background-color: #fce55d;
	color: #121a2a;	
}

div#content .rightcontent li a.active {
	background-color: #fce55d;
	color: #121a2a;
	text-decoration: none;
}

div#content .rightcontent ul ul {
	margin: 0;
	background-color: #384d76;
}

div#content .rightcontent li li {
	margin-bottom: 1px;
	border-bottom: 1px solid #1c2842;
	padding-left: 10px;
}

div#content .rightcontent li li.last {
	border-bottom: none;
}

div#content .rightcontent li li a {
	display: block;
	font-size: 100%;
	color: #FFF;
	padding: 7px 7px 7px 12px;
	text-decoration: none;
	height: 1%;
	background-image: url(images/bullet_liliup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #384d76;	
}

div#content .rightcontent li li a:hover {
	color: #fce55d;
	background-image: url(images/bullet_lili.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color: #384d76;
	text-decoration: underline;
}

div#content .rightcontent li li a.active {
	background-color: #1c2842;
	color: #fce55d;
	text-decoration: underline;
	background-image: url(images/bullet_lili.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #384d76;
}

div#content .rightcontent .caseakcioveponuky {
	margin: 20px 0 20px 0;	
}

div#content .rightcontent .caseakcioveponuky h2 {
	color: #becef3;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}


div#downbar {
	width: 980px;
	position: relative;
	background-color: #8fa1bb;
	padding-bottom: 20px;
	background-image: url(images/bg_downbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#downbar a {
	color: #fff5b8;
}


div#downbar .casedownbar {
	padding: 20px 25px 5px 25px;
}

div#downbar .downbar1 {
	width: 325px;
	float: left;
}

div#downbar .downbar2 {
	width: 320px;
	float: left;	
}

div#downbar .downbar3 {
	width: 325px;
	float: left;	
}

div#downbar .downbar1 h3 {
	background-image: url(images/ico_h3_db1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 35px;
	color: #fce55d;	
}
div#downbar .downbar2 h3 {
	background-image: url(images/ico_h3_db2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 35px;
	color: #fce55d;	
}
div#downbar .downbar3 h3 {
	background-image: url(images/ico_h3_db3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 35px;
	color: #fce55d;	
}


div#footer {
	width: 980px;
	position: relative;
	color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#footer a {
	color: #CCC;
}

div#footer .footercontact {
	padding-left: 25px;
	font-size: 90%;
	float: left;
}

div#footer .footercontact p {
	margin: 0;
}

div#footer ul {
	float: right;
}

div#footer ul li {
	float: left;
	margin-right: 10px;
}

div#footer ul li a {
	display: block;
	font-size: 90%;
}

div#footer ul li a:hover {
	text-decoration: none;
}

div#footer ul li a.active {
	text-decoration: underline;
}



.clearfix:after {
    content: ".";              
	display: block;          
    height: 0;                 
    clear: both;               
    visibility: hidden;	     
}
.clearfix {display: inline-block;}   /* oprava pre IE Mac */
/* Schova trik pred IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

