@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

@font-face {
    font-family: 'OpenSansCondensedLightRegular';
    src: url('opensans-condlight-webfont.eot');
    src: url('opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-condlight-webfont.woff') format('woff'),
         url('opensans-condlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0 auto;
	background:url(../images/bg_pattern.gif);
}

#bg {
	width:880px;
	padding:50px 70px 50px 70px;
	margin:0 auto;
	background:url(../images/bg_main.png);
	background-repeat:repeat-y;
	
}

/*TOP*/
#logo {
	font-family:'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
	margin-bottom:15px;
}

#logo_img a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#logo h2 {
	font-size:28px;
	color:#006ab6;
	font-weight:normal;
}

#logo h1 {
	font-size:18px;
	color:#8e8a87;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:5px;
}

#top_can2 {
	float:right;
}

#telefon {
	float:right;
	text-align:right;
	font-family:'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#8e8a87;
	
}

#telefon span {
	color:#006ab6;
	font-weight:bold;
}

#kontakt {
	float:right;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	font-size:14px;
	font-weight:normal;
	color:#8e8a87;
}

#kontakt h2, #kontakt h3, #kontakt h4 {
	font-weight:normal;
	font-size:14px;
}
/*end TOP*/

/*MAIN*/
#main {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	line-height:1.5;
	text-align:justify;
	font-size:14px;
}

#main img {
	float:right;
	margin-left:25px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
/*end MAIN*/

/*MAIN BOTTOM*/
#main_bottom {
	border-top:1px dotted #ccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:14px;
	line-height:2;
	padding-top:25px;
	margin-top:25px;
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
}

#main_bottom ul {
	list-style:square;
	padding-left:20px;
	padding-top:15px;
}

#main_bottom_can1, #main_bottom_can2, #main_bottom_can4 {
	width:205px;
	float:left;
	margin-right:20px;
}

#main_bottom_can3 {
	width:205px;
	float:left;
	margin-right:0px;
	text-align:left;
}

#main_bottom_can4 {
	text-align:left;
}

#main_bottom_can3 a {
	display:block;
	width:150px;
	height:150px;
	background:url(../images/nfz.png);
	background-repeat:repeat-x;
	background-position:0 -150px;
	margin:0 auto;
	margin-top:15px;
}

#main_bottom_can3 a:hover {
	background-position:0 0;
}
#main_bottom h3 {
	color: #DB4E43;
	font-size: 16px;
	padding-bottom: 15px;
	font-family:'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(../images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#main_bottom_can4 h3 {
	text-align:left;
}

#main_bottom_can4 img {
	padding-top:15px;
}

#ceny {
	width:100%;
	float:left;
	margin-top:25px;
	line-height:70px;
	text-align:center;
}

#ceny h3 {
	color: #DB4E43;
	font-size: 32px;
	padding-bottom: 15px;
	font-family:'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
	margin-right:50px;
	margin-left:50px;
	letter-spacing:9px;
}

#ceny img {
	height:70px;
	width:70px;
	float:left;
}
/*end MAIN BOTTOM*/

/*FOOTER*/
#footer {
	width:880px;
	padding:25px 70px 0px 70px;
	height:170px;
	background:url(../images/footer-bg.png);
	background-repeat:no-repeat;
	margin:0 auto;
}
#footer h3 {
	color: #fff;
	font-size: 18px;
	font-family:'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#footer ul {
	list-style:square;
	padding-left:20px;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	line-height:1.5;
}
/*end FOOTER*/

/*DODATKI*/
.fixBox {
	clear:both;
}

.line {
	height:10px;
	float:right;
	width:100%;
	background:url(../images/line.gif);
	background-repeat:repeat-x;
	margin:15px 0 15px 0;
}

#created {
	margin:0 auto;
	padding-bottom:25px;
	font-size: 12px;
	font-family:'OpenSansCondensedLightRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:980px;
	text-align:right;
	color:#555;
}

#created a {
	color:#555;
	text-decoration:none;
}

#created a:hover {
	color:#a90305;
	text-decoration:underline;
}

#created #telefon {
	float:left;
	font-size:16px;
	color:#1d1d1d;
}