@import "reset.css";

html, body { height: 100%; }

body {
	color: #212121;
	text-align: center;
	background-color: #c4deef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

strong {
	font-weight: bold;

}

h1 { 
	font-size: 190%;
	margin-bottom: 20px;
	color: #e2007a;
	font-weight: normal;
	line-height: 120%;	
}

h2 { 
	font-size: 160%;
	font-weight: normal;
	color: #172983;
	margin-top: 30px;
}

h3 {  
	font-size: 120%; 
	color: #172983;
	font-weight: bold;
	border-left: 15px solid #172983;
	padding-left: 10px;
}

h4, h5 { 
	font-size: 100%; 
	font-weight: bold;
	color: #000;
	text-transform: uppercase;	
}

h2, h3, h4, h5 {
	margin-bottom: 7px;
	line-height: 120%;
	
}

h3, h4, h5 {
	margin-top: 20px;
}

p {
	line-height: 150%;
	margin: 0 0 15px 0;
}

a {
	color: #e2007a;
	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;
}


.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

table {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	line-height: 140%;
}

th {
	padding: 0;	
	text-align: left;
}

td {
	vertical-align: top;
	padding: 0;		
}

table.data {
	margin: 0 0 20px 0;
	width: 100%;
	border-collapse: collapse;	
}

table.data th {
	padding: 5px;	
	border-bottom: 4px solid #c4deef;
	text-align: left;
}

table.data td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #c4deef;	
}

table.data td.tmavyriadok {
	background-color: #e0f0fa;
}

table.data td.svetlyriadok {
	background-color: #f6fbfe;
}



form {
}

fieldset {
}

select {
}


.result.ok {
	text-align: center;
	color: #FFF;
	background-color: #172983;
	padding: 5px;
	line-height: 140%;
	margin-bottom: 20px;
}
.result.err {
	text-align: center;
	color: #FFF;
	background-color: #172983;
	padding: 5px;
	line-height: 140%;
	margin-bottom: 20px;	
}

p.productdate {
	color: #333;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-left: 14px solid #333;
	padding-left: 10px;
	line-height: 120%;
}

p.productlanguage {
	color: #172983;
	font-weight: bold;	
	margin: 0 0 25px 0;
	border-left: 14px solid #172983;
	padding-left: 10px;	
	line-height: 120%;	
}

p.nadpistab {
	margin: 0;
}

.toptext {
	background-color: #666;
	font-weight: bold;
	color: #FFF;
	padding: 2px 5px;
}

.redtext {
	color: #e2007a;	
}

/* ----------   zaciatok formatovania ------------- */

div#maincase { 
	width: 980px; 
	margin: 20px auto; 
	text-align: left; 
}

div#menubar {
	width: 980px;
	height: 141px;
	position: relative;
	background-color: #FFF;
	margin-bottom: 8px;
	background-image: url(images/bg-menubar.gif);
	overflow: hidden;
}

div#menubar a.logo {
	position: absolute;
	top: 13px;
	left: 20px;
	width: 258px;
	height: 81px;
}

div#menubar img.headlinetext {
	position: absolute;
	top: 15px;
	left: 420px;
	width: 530px;
	height: 76px;
}

div#menubar ul {
	position: absolute;
	top: 99px;
	left: 280px;
	height: 42px;
}

div#menubar ul li {
	float: left;
}

div#menubar ul li a {
	display: block;
	color:  #FFF;
	font-size: 100%;
	padding: 15px 13px;
	text-decoration: none;
}

div#menubar ul li a:hover {
	background-color: #e2007a;
}

div#menubar ul li a.active {
	background-color: #e2007a;	
}

div#headlinebar {
	width: 980px;
	height: 310px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	margin-bottom: 8px;	
}

div#headlinebar .flash {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 732px;
	height: 298px;
	background-color: #FFF;
	background-image: url(../images/flash-bg.jpg);
}

div#headlinebar .caseheadlinebar {
	padding: 15px 20px;
}

div#headlinebar .hdl {
	display: block;
	font-size: 160%;
	margin-bottom: 10px;
}

div#headlinebar .callus {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 236px;
	height: 147px;
	background-image: url(images/bg-zavolajte-nam.jpg);
	color: #FFF;
}

div#headlinebar .callus p {
	margin-bottom: 0;
	line-height: 130%;
}

div#headlinebar .callus p.numbers {
	font-size: 180%;
	line-height: 90%;
	letter-spacing: -.05em;
	margin-top: 10px;
}

div#headlinebar .callus p.numbers .small {
	font-size: 70%;
}
div#headlinebar .callus p.numbers .corner {
	padding-left: 30px;
}

div#headlinebar .credit {
	position: absolute;
	top: 159px;
	right: 6px;
	width: 236px;
	height: 145px;
	color: #FFF;
	background-color: #172983;
}
div#headlinebar .credit p {
	margin-bottom: 5px;
}
div#headlinebar .credit p.creditlink a {
	color: #9cc4f2;
	font-size: 90%;
}



div#content {
	width: 980px;
	overflow: hidden;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}

div#content .leftcontent {
	float: left;
	width: 272px;
	background-color: #FFF;
}
div#content .leftcontent .casecontentleft {
	padding: 30px;
}

div#content .leftcontent .casecontentleft .head1 { 
	font-size: 190%;
	display: block;
	margin-bottom: 20px;
	color: #e2007a;
}

div#content .leftcontent .casecontentleft .head1b { 
	font-size: 190%;
	display: block;
	margin-bottom: 20px;
	margin-top: 40px;
	color: #e2007a;
}


div#content .leftcontent .casecontentleft .ulproducts ul {}

div#content .leftcontent .casecontentleft .ulproducts ul li {}

div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_1 {
	background-color: #e2eedf;
}
div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_2 {
	background-color: #f7f8d6;
}
div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_3 {
	background-color: #ffe2d5;
}
div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_4 {
	background-color: #fdc7cd;
}
div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_5 {
	background-color: #f0d3fb;
}
div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_6 {
	background-color: #e3e7f6;
}
div#content .leftcontent .casecontentleft .ulproducts ul li.cmstree_7 {
	background-color: #d8f2fa;
}

div#content .leftcontent .casecontentleft .ulproducts ul li a {
	display: block;
	color: #1f426a;
	padding: 8px 10px;
	text-decoration: none;
	line-height: 140%;
	margin-bottom: 1px;
	height: 1%;	
}

div#content .leftcontent .casecontentleft .ulproducts ul li a:hover {
	text-decoration: underline;
}
div#content .leftcontent .casecontentleft .ulproducts ul li a.active {
	text-decoration: underline;
}




div#content .leftcontent .casecontentleft .ulcertificate ul {}

div#content .leftcontent .casecontentleft .ulcertificate ul li {
	border-bottom: 1px solid #e1e1e1;
}

div#content .leftcontent .casecontentleft .ulcertificate ul li a {
	display: block;
	color: #456585;
	padding: 6px 6px 6px 20px;
	text-decoration: none;
	line-height: 140%;
	margin-bottom: 1px;
	background-image: url(images/bullet-ulcertificate.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content .leftcontent .casecontentleft .ulcertificate  ul li a:hover {
	text-decoration: underline;
}
div#content .leftcontent .casecontentleft .ulcertificate ul li a.active {
	text-decoration: underline;
	background-image: url(images/bullet-ulcertificateup.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}


div#content .leftcontent .casecontentleft .hdl {
	display: block;
	font-size: 160%;
	margin-bottom: 10px;
}

div#content .leftcontent .casecontentleft .callusdown {
	height: 145px;
	background-image: url(images/bg-zavolajte-nam2.jpg);
	color: #FFF;
	margin: 40px 0 0 0;
}

div#content .leftcontent .casecontentleft .callusdown .casecallusdown {
	padding: 20px;
}


div#content .leftcontent .casecontentleft .callusdown p {
	margin-bottom: 0;
	line-height: 130%;
	margin-top: 10px;
}

div#content .leftcontent .casecontentleft .callusdown p.numbers {
	font-size: 120%;
	margin-top: 10px;
	color: #7bb1fb;
}
div#content .leftcontent .casecontentleft .callusdown p a {
	color: #FFF;
	font-size: 90%;
}









div#content .rightcontent {
	float: right;
	width: 700px;
	background-color: #FFF;
}

div#content .rightcontent .pathbox {
	margin-bottom: 20px;
/*	border-bottom: 1px solid #e2eff8;*/
	padding-bottom: 8px;
	color: #456585;	
}

div#content .rightcontent .casecontentright {
	padding: 30px;
}



div#content .rightcontent .casecontentright form div.prihlaskaform {
	padding: 30px;
	background-color: #F5F5F5;
}


div#content .rightcontent .casecontentright form div.prihlaskaform div.subdiv {
	margin: 3px 0;
	clear: both;
}

div#content .rightcontent .casecontentright form div.prihlaskaform input.forminput  {
	border: 1px solid #CCC;
	margin: 5px 0 15px 0;
	padding: 4px;
	font-size: 100%;
}

div#content .rightcontent .casecontentright form div.prihlaskaform label.formlabel {
	width: 230px;
	display: block;
	float: left;
	padding: 7px 0 6px 12px;
}

div#content .rightcontent .casecontentright form div.prihlaskaform label.formlabel.vysoky {
	margin-bottom: 60px;
}


div#content .rightcontent .casecontentright form div.prihlaskaform input.forminput {
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

div#content .rightcontent .casecontentright form div.prihlaskaform input.forminput.filarge {
	width: 300px;
}

div#content .rightcontent .casecontentright form div.prihlaskaform input.forminput.fismall {
	width: 170px;
}


div#content .rightcontent .casecontentright form div.prihlaskaform div.senden2 {
	text-align: center;
	padding: 30px 10px 10px 10px;
}













div#content .rightcontent .casecontentright  ul {
	line-height: 160%;
	margin: 10px 10px 15px 10px;
}
div#content .rightcontent .casecontentright  ul li {
	list-style-position: outside;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
div#content .rightcontent .casecontentright  ul ul {
	margin: 5px 5px;
}
div#content .rightcontent .casecontentright  ul ul li {
	list-style-position: outside;
	background-image: url(images/li2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

div#content .rightcontent .casecontentright  ol {
	line-height: 160%;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-left: 3px;
}
div#content .rightcontent .casecontentright  ol li {
	list-style-type: decimal;
}
div#content .rightcontent .casecontentright  ol ol {
	margin: 5px 15px;
}
div#content .rightcontent .casecontentright  ol ol li {
	list-style-type: lower-latin;	
}

div#content .rightcontent table {
	margin: 15px 0;
}


div#content .rightcontent .casecontentright table.creditable {
	border: 1px solid #e2eff8;
	background-color: #f4f8fb;
	width: 635px;
	margin-top: 0;
	margin-bottom: 40px;
}

div#content .rightcontent .casecontentright table.creditable th {
	padding: 25px 25px 10px 25px;
}

div#content .rightcontent .casecontentright table.creditable th h3 {
	margin: 0;
	padding: 0;
	border-left: none;
	font-size: 190%;
	color: #e2007a;
	font-weight: normal;
	
}

div#content .rightcontent .casecontentright table.creditable tr {	
}

div#content .rightcontent .casecontentright table.creditable td {
	padding: 10px 15px 10px 25px;	
	font-size: 100%;
	vertical-align: middle;
}

div#content .rightcontent .casecontentright table.creditable td.c1 {
	background-image: url(images/bg-creditable-content1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 300px;
}

div#content .rightcontent .casecontentright table.creditable td.c1b {
	background-image: url(images/bg-creditable-content1b.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 335px;	
}

div#content .rightcontent .casecontentright table.creditable td.caps {
	color: #172983;
	font-size: 100%;
}
div#content .rightcontent .casecontentright table.creditable td.zerotd {
	padding: 0 25px;	
}



div#content .rightcontent .casecontentright .downbar {
	border: 1px solid #e2eff8;
	background-image: url(images/bg-downbar.jpg);
	margin-top: 40px;
}

div#content .rightcontent .casecontentright .downbar .casedownbar {
	padding: 25px;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .headquestion {
	display: block;
	font-size: 190%;
	margin-bottom: 20px;
	color: #e2007a;
	font-weight: normal;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .leftdownbar {
	float: left;
	width: 270px;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .leftdownbar p.otazka {
	font-weight: bold;
	color: #172983;
	margin: 0 0 7px 0;
}
div#content .rightcontent .casecontentright .downbar .casedownbar .leftdownbar p.odpoved {
}


div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar {
	float: right;
	width: 280px;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar form {
}

div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar form label {
	display: block;

}

div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar form input {
	border: 1px solid #CCC;
	margin: 5px 0 15px 0;
	padding: 6px;
	font-size: 100%;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar form input.form1 {
	width: 200px;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar form input.senden {
	margin: 10px 0 0 0;
	padding: 0;
}

div#content .rightcontent .casecontentright .downbar .casedownbar .rightdownbar form .contentarea {
	width: 250px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	padding: 6px;
	margin-top: 5px;
}

div#content .rightcontent .casecontentright p.document {
	background-image: url(images/bg-document.gif);
	margin: 40px 0 20px 0;
	padding: 80px 30px 30px 30px;
	color: #FFF;
	line-height: 200%;
}

div#content .rightcontent .casecontentright p.document a {
	color: #FFF;
}

div#content .rightcontent .casecontentright a.doc {
	color: #FFF;
	background-image: url(images/ico_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

div#content .rightcontent .casecontentright a.pdf {
	color: #FFF;
	background-image: url(images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}











div#footerbar {
	width: 980px;
	height: 150px;
	position: relative;
}

div#footerbar .logofooter {
	position: absolute;
	top: 30px;
	left: 0;
}

div#footerbar .logofooter img {
	margin-right: 10px;
}

div#footerbar ul {
	position: absolute;
	top: 45px;
	left: 310px;
}

div#footerbar ul li {
	float: left;
	margin-right: 15px;
}

div#footerbar ul li a {
	display: block;
	color: #4b5fa3;
}

div#footerbar ul li a:hover {
}

div#footerbar ul li a.active {
}

div#footerbar .copytext {
	position: absolute;
	top: 80px;
	left: 310px;
	color: #4b5fa3;
	font-size: 90%;	
}

div#footerbar .copytext a {
	color: #4b5fa3;	
}

.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;}
