@import "reset.css";

html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #5e5e5e;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/header_line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

strong {
	font-weight: bold;
}

h1 { 
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	color: #d5241e;
	text-transform: uppercase;
}

h2 { 
	font-size: 100%;
	font-weight: bold;
	color: #038851;
	margin-bottom: 5px;	
	text-transform: uppercase;
	line-height: 150%;	
}

h3 {  
	font-size: 100%; 
	color: #254a93;
	margin-bottom: 5px;		
}

h4, h5 { 
	font-size: 80%; 
	margin-bottom: 5px;		
}

h6 {	
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	line-height: 140%;
	margin: 0 0 15px 0;
}

a {
	color: #d5241e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.googlemapa {
	border: 5px solid #EEE;

}

div.caseponuka {
	float: left;
	width: 295px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.caseponuka h2 {
	background-image: url(images/bghprodukt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	font-size: 130%;
	font-weight: normal;
	text-transform: none;
	color: #5e5e5e;	
}

div.caseponuka p {
	font-size: 100%;
	line-height: 140%;
}

/* - - - - - specificke styly - - - - - */

p.hr {
	height: 30px;
	width: 100%;
	text-indent: -3000em;
	margin-bottom: 20px;
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}

table {
	margin: 0 0 10px 0;
/*	width: 100%; */
}

th {
	padding: 5px;	
}

td {
	vertical-align: top;
	padding: 0;		
}

table.data {
	margin: 10px 0 30px 0;
/*	width: 100%;*/
}

table.data th {
	padding: 5px;	
	border-bottom: 4px solid #E0E0E0; 
	text-align: left;

}

table.data td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #E0E0E0;	
}

form {

}

fieldset {
}

select {
}

input {
	font-size: 11px;

}

.result_ok {
	text-align: center;
	color: #FFF;
	background-color: #0154a0;
	padding: 5px;
	line-height: 140%;
	
}

.result_err {
	text-align: center;
	color: #FFF;
	background-color: #900;
	padding: 5px;
	line-height: 140%;
}

div.imggallery {
	float: left;
	width: 185px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;	
}

div.imggallery a img {
	border: 2px solid #e1e1e1;	
}

div.imggallery a:hover img {
	border: 2px solid #d5241c;	
}



legend {
}

label {
}

div.zlom {
	clear: left;
	margin-bottom: 30px;
}

div.zlom h2 {
	text-transform: none;
}
p.tip {
	background-color: #F1FCD1;
	padding: 15px;
	color: #A3AA17;
	font-style: italic;
}

p.otazka {
	padding: 20px 0 20px 130px;
	background-image: url(images/bgquestion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;	
}
p.pozor {
	padding: 20px 0 20px 130px;
	background-image: url(images/bgalert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
}

p.smallnapad {
	padding: 5px 0 5px 35px;
	background-image: url(images/icosmall_hviezda.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;	
}
p.smallx {
	padding: 5px 0 5px 35px;
	background-image: url(images/icosmall_x.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;	
}
p.smallok {
	padding: 5px 0 5px 35px;
	background-image: url(images/icosmall_ok.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;	
}
p.smallidea {
	padding: 5px 0 5px 35px;
	background-image: url(images/icosmall_idea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;	
}


a.xls {
	color: #d5241e;
	text-decoration: underline;
	background-image: url(images/ico_xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

a.doc {
	color: #d5241e;
	text-decoration: underline;
	background-image: url(images/ico_doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
a.pdf {
	color: #d5241e;
	text-decoration: underline;
	background-image: url(images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

a.jpg {
	color: #d5241e;
	text-decoration: underline;
	background-image: url(images/ico_jpg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.floatleft, img.floatright {
	border: 2px solid #e1e1e1;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.nastred {
	margin: 0 auto;
	text-align: center;
}

.nastred img {
	border: 2px solid #e1e1e1;
}

img.bezokrajuvpravo {
	border: none !important;
	float: right;
	margin: 0 0 10px 10px;
}
img.bezokrajuvlavo {
	border: none !important;
	float: left;
	margin: 0 10px 10px 0;
}

.zlom {
	clear: both;
}

p.popis {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
	}

/* ----------   zaciatok formatovania ------------- */

div#maincase { 
	width: 940px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
}

div#header {
	width: 940px;
	height: 40px;
	position: relative;
}

div#header .headermessage {
	float: left;
	width: 430px;
	color:#ccd0d6;
	font-size: 90%;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url(images/starico.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#header .headermessage a {
		color:#FFF;
}

div#header .headercontact {
	float: right;
	width: 450px;
	text-align: right;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding-top: 9px;

}

div#menu {
	width: 940px;
	height: 81px;
	position: relative;
}

div#menu .mainmenu {
	width: 800px;
	float: left;
	padding-top: 30px;
	overflow: hidden;
}

div#menu .mainmenu ul {
}

div#menu .mainmenu li {
	float: left;
	margin-left: 10px;
}

div#menu .mainmenu li a {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	padding: 3px 3px 5px 3px;
        display: block;
}
div#menu .mainmenu li.last a {
	color: #038851;
}

div#menu .mainmenu li a.active {
	background-color: #d5241e;
	color: #FFF;
	text-decoration: none;
}

div#menu .mainmenu li a.active:hover {
	background-color: #FFF;
	color: #d5241e;
	text-decoration: none;
}

div#flash {
	width: 940px;
	height: 168px;
	position: relative;
}

div#navigate {
	width: 940px;
	height: 39px;
	position: relative;
	background-image: url(images/bg_navigate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 90%;
}

div#navigate .casenavigate {
	padding: 14px 25px 0 25px;
	float: left;
	width: 595px;
}

div#navigate .casenavigatesearch {
	float: right;
	width: 255px;
}


div#navigate .casenavigatesearch form {
}

div#navigate .casenavigatesearch input.formpole {
	border: 1px solid #d1d1d1;
	width: 150px;
	padding: 5px;
	color: #999999;
	margin-right: 10px;
}

div#navigate .casenavigatesearch .formimg {
	vertical-align: bottom;
}

div#content {
	width: 940px;
}


div#content .contentleft {
	width: 630px;
	float: left;
	padding-top: 25px;
}

div#content .contentleft span.slovak {
	background-color: #2fa1db;
	color: #FFF;
}

div#content .contentleft ul {
	line-height: 160%;
	margin-left: 20px;
	margin-bottom: 15px;
}
div#content .contentleft ul li {
	list-style-position: outside;
	list-style-image: url(images/li.gif);
}
div#content .contentleft ul ul {
	margin: 5px 15px;
}
div#content .contentleft ul ul li {
	list-style-position: outside;
	list-style-image: url(images/li2.gif);
}

div#content .contentleft ol {
	line-height: 160%;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-left: 3px;
}
div#content .contentleft ol li {
	list-style-type: decimal;
}
div#content .contentleft ol ol {
	margin: 5px 15px;
}
div#content .contentleft ol ol li {
	list-style-type: lower-latin;	
}




div#content .contentleft .bluemessage {
	background-image: url(images/bgbluemessage.gif);
	background-repeat: no-repeat;
}

div#content .contentleft .bluemessage .leftbluemessage {
	width: 300px;
	float: left;
	font-size: 100%;
}

div#content .contentleft .bluemessage .leftbluemessage p {
	line-height: 150%;
}
div#content .contentleft .bluemessage .leftbluemessage .caseleftbluemessage {
	padding: 13px 5px 15px 25px;	
}

div#content .contentleft .bluemessage .lefttbluemessage .caseleftbluemessage img.floatleft {
	border: 2px solid #FFF;
	margin: 0 10px 0 0;
}

div#content .contentleft .bluemessage .leftbluemessage .caseleftbluemessage img.floatright {
	border: 2px solid #FFF;
	margin: 0 0 0 10px;
}

div#content .contentleft .bluemessage .leftbluemessage h3 {
	color: #254a93;
	margin-bottom: 20px;
	font-size: 100%;
}

div#content .contentleft .bluemessage .rightbluemessage {
	width: 315px;
	float: right;
	font-size: 100%;
	line-height: 130%;
}

div#content .contentleft .bluemessage .rightbluemessage p {
	line-height: 150%;
}

div#content .contentleft .bluemessage .rightbluemessage .caserightbluemessage {
	padding: 13px 20px 15px 25px;	
}

div#content .contentleft .bluemessage .rightbluemessage .caserightbluemessage img.floatleft {
	border: 2px solid #FFF;
	margin: 0 10px 0 0;
}

div#content .contentleft .bluemessage .rightbluemessage .caserightbluemessage img.floatright {
	border: 2px solid #FFF;
	margin: 0 0 0 10px;
}

div#content .contentleft .bluemessage .rightbluemessage h3 {
	color: #254a93;
	margin-bottom: 20px;
	font-size: 100%;	
}


/* - - - - - Formular Mailing list - - - - - */
div#content .contentleft .mailing {
	width: 100%
}

div#content .contentleft .mailing .formrow {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

div#content .contentleft .mailing .formrow3 {
	clear: both;
	text-align: left;
	padding-top: 10px;
}

div#content .contentleft .mailing .formrow1 {
	clear: both;
	float: left;
	width: 50%;
}
div#content .contentleft .mailing .formrow2 {
	float: right;
	width: 50%;
}
div#content .contentleft .mailing .formrow2.space {
	padding-top: 20px;
	line-height: 190%;
}

div#content .contentleft .mailing label.formlabel {
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
}

div#content .contentleft .mailing label.formlabel2 {

}

div#content .contentleft .mailing input.forminput {
	border: 1px solid #d1d1d1;
	width: 215px;
	padding: 5px;
	color: #999999;
	margin-right: 10px;
	color: #666;
	font-size: 11px;			
}

div#content .contentleft .mailing input.forminput.red {
	border: 1px solid #028b53;	
}
div#content .contentleft .mailing input.forminput.verysmall {
	width: 140px;
}

div#content .contentleft .mailing textarea.formtextarea {
	border: 1px solid #d1d1d1;
	width: 600px;
	height: 80px;
	padding: 5px;
	color: #999999;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
	color: #666;	
}


/* - - - - - Koniec formular Mailing list - - - - - */


div#content .contentright {
	width: 255px;
	float: right;
	padding-top: 25px;
}

div#content .contentright h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	color: #d5241e;
	text-transform: uppercase;
}

div#content .contentright ul {
	margin-bottom: 30px;
}

div#content .contentright li {
	line-height: 180%;
	border-bottom: 2px solid #efefef;
}

div#content .contentright li a {
	color: #0088b0;
	text-decoration: none;
	padding-left: 4px;
}

div#content .contentright li.active {
	background-color: #c9e4fc;
}


div#content .contentright li a:hover {
	text-decoration: underline;
}


/* - - - - - Formular v Kontaktoch - - - - - */
div#content .contentright .writeus {
	padding: 15px;
	background-color: #EAEAEA;
	margin-bottom: 45px;
}


div#content .contentright .formrow {
	margin-bottom: 15px;
}

div#content .contentright label.formlabel {
	display: block;
	margin-bottom: 5px;	
}

div#content .contentright input.forminput {
	border: 1px solid #d1d1d1;
	width: 215px;
	padding: 5px;
	color: #999999;
	margin-right: 10px;
	color: #666;
	font-size: 11px;			
}

div#content .contentright textarea.formtextarea {
	border: 1px solid #d1d1d1;
	width: 215px;
	height: 100px;
	padding: 5px;
	color: #999999;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
	color: #666;	
}

/* - - - - - Koniec formular v Kontaktoch - - - - - */

div#footer {
	width: 940px;
	height: 100px;
	position: relative;
	background-image: url(images/bgfooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#footer .downmenu {
	padding-top: 50px;
	float:left;
	width: 650px;
}

div#footer .downmenu ul {
	
}
div#footer .downmenu li {
	float: left;
	margin-right: 15px;
}
div#footer .downmenu li a {
	display: block;
	font-size: 100%;
}


div#footer .copyright {
	padding-top: 20px;
	font-size: 90%;
	clear: both;
	float: left;
	width: 650px;	
	color: #999;
	line-height: 160%;
}

div#footer .copyright a {
	color: #999;
}

div#footer .phone {
	float: right;
	width: 202px;
	height: 44px;
	padding: 20px 50px 0 0;
}


.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;}

