/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
	background: #fff url(images/bg.jpg) top repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
}

div {
	margin: 0 auto;
	border: 0px;
}

a {
	text-decoration: underline;
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #0091c0;
}

h1 {
	font-size: 20px;
	color: #1ea5d4;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #1ea5d4;
	text-align: left;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #1ea5d4;
	text-align: left;
	font-weight: normal;
}

/* koniec html*/


div.container {
	width: 100%;
	float: left;
}

div#minepage {
	background: url(images/minepage.jpg) top center no-repeat;
}

div#subPage {
	background: url(images/subpage.jpg) top center no-repeat;
}

div.wrap {
	width: 964px;
}

/* HEADER */

div#header {
	float: left;
	width: 964px;
	height: 127px;
}

div#headerTop {
	float: left;
	width: 964px;
	height: 40px;
	padding: 14px 0 0 0;
}

ul#language {
	width: 136px;
	float: left;
	margin-left: -4px;
}

ul#language li{
	float: left;
	display: block;
	padding: 0 2px 0 2px;
	background: url(images/lang_separ.png) left center no-repeat;
}

ul#headerMenu {
	float: right;
}

ul#headerMenu li{
	float: right;
}

ul#headerMenu li a{
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

ul#headerMenu li a:hover{
	text-decoration: underline;
	color: #444;
}

img#logo {
	float: left;
	padding-top: 0px;
	margin-top: 7px;
}

/* menu */

ul#menu {
	float: right;
	width: 620px;
	height: 60px;
}

ul#menu li{
	float: right;
	padding: 5px 0 5px 30px;
	text-align: left;
	width: 120px;
	border-left: 1px solid #cfeaf3;
}

ul#menu li a{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #0091c0;
	text-decoration: none;
}

ul#menu li a:hover{
	color: #10947b;
}

li#homeEn {
	border-left: 0px solid #cfeaf3 !important;
	background: url(images/homet.png) 13px 4px no-repeat;
}

/* banner */

div#bannerMain {
	float: left;
	width: 964px;
	height: 404px;
}

div#bannerMain div{
	float: right;
	width: 550px;
	padding: 70px 60px 0 0;
}

div#bannerMain div p{
	font-size: 46px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
}

div#bannerMain div a{
	display: block;
	float: left;
	padding: 0px 0px;
	color: #000;
	font-size: 32px;
	text-decoration: none;
	margin-top: 10px;
	background: #1ea5d4 url(images/gradient_blue.jpg) bottom repeat-x;

	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	text-shadow: 0px 0px 4px #0752a9;
	-o-text-shadow: 0px 0px 4px #0752a9;
	-moz-text-shadow: 0px 0px 4px #0752a9;
	-webkit-text-shadow: 0px 0px 4px #0752a9;
}

div#bannerMain div a:hover{
	box-shadow:  0px 0px 4px #3c7fcf;
	-o-box-shadow:  0px 0px 4px #3c7fcf;
	-moz-box-shadow:  0px 0px 4px #3c7fcf;
	-webkit-box-shadow:  0px 0px 4px #3c7fcf;
}

div#bannerSubpage {
	float: left;
	width: 964px;
	height: 84px;
}

div#bannerSubpage div{
	float: left;
	width: 900px;
	padding: 36px 54px 0 10px;
}

div#bannerSubpage div p{
	font-size: 27px;
	color: #000;
	text-align: left;
}

/* CONTENT */

div#content {
	float: left;
	width: 962px;
	background: #fff url(images/cont_top.png) top center no-repeat;
	border: 1px solid #e9e9e9;

	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#contentBg {
	float: left;
	width: 942px;
	background: url(images/cont_bottom.png) bottom center no-repeat;
	padding: 15px 10px;

	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#subPage #sectionLeft{
	width: 665px;
	padding: 10px 0 0 10px;
}

#subPage #sectionLeft h1{
	width: 100%;
	margin-bottom: 15px;
}

#subPage #sectionLeft h2{
	margin: 10px 0;
}

#subPage #sectionLeft h3{
	margin: 10px 0;
}


/* SUBPAGE */

div#sectionLeft {
	float: left;
	width: 710px;
}

div#sectionLeft h1{
	width: 400px;
	float: left;
}

div#sectionRight {
	float: right;
	width: 220px;
}

div.box {
	float: right;
	width: 198px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;

	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#boxContact {
	height: 350px;
	background: #fff url(images/contact_box_bg.jpg) bottom right no-repeat;
}

div#boxContact h2{
	font-weight: normal;
	font-size: 20px;
}

div#boxContact ul{
	padding: 10px 0;
}

div#boxContact li{
	text-align: left;
	padding: 3px 0;
}

div#boxContact li strong span{
	color: #10947b;
}

div#boxContact a.btn {
	float: left;
}

a.btn {
	display: block;
	border: 2px solid #1ea3d3;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center !important;
	width: 70px;
	height: 26px;
	line-height: 24px;
	background: #62bad2 url(images/btn.jpg) bottom repeat-x;
	text-decoration: none;

	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.btn:hover {
	border: 2px solid #10947c;
	background: #1eb79b url(images/btn_hover.jpg) bottom repeat-x;
}

div#boxNews {
	height: 300px;
	width: 228px;
}

div#boxNews h2{
	font-weight: normal;
	font-size: 20px;
}

div#boxNews .btn{
	float: right;
	margin-top: 10px;
}

div.news {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #cfeaf3;
}

div.newsHeadline {
	float: left;
	width: 100%;
	text-align: left;
}

div.newsHeadline a{
	color: #1ea5d4;
	text-decoration: none;
	line-height: 16px;
}

div.newsHeadline a:hover{
	color: #11977e;
	text-decoration: underline;
}

div.newsHeadline span{
	color: #a4a4a4;
	font-size: 11px;
	line-height: 18px;
}

div.newsHeadline p{
	color: #616161;
	font-size: 12px;
	line-height: 18px;
}

div.newsHeadline p a{
	color: #616161;
}

div.newsHeadline p a:hover{
	color: #1ea5d4;
}

div#mainText {
	float: left;
	width: 440px;
}

div#mainText img{
	float: left;
}

div#mainText ul{
	float: right;
	border: 1px solid #d0f6fd;
	padding: 17px 35px;
	text-align: left;
	margin-top: 10px;
}

div#mainText ul li{
	padding: 5px 0 5px 20px;
	background: url(images/bullet1.jpg) 0 4px no-repeat;
}

div#mainText ul li a{
	color: #1ea5d4;
	text-decoration: none;
}

div#mainText ul li a:hover{
	color: #1ea5d4;
	text-decoration: underline;
}

div#mainText .btn{
	float: right;
	margin-top: 10px;
}

table.board {
	width: 100%;
	margin: 10px 0;
}

table.board td{
	padding: 10px;
	vertical-align: top;
	line-height: 18px;
}

table.board td img{
	float: left;
	width: 59px;
	height: 88px;
	margin-top: 10px;
}

ul.list {
	padding: 10px 0;
}

ul.list li{
	padding: 4px 0;
	text-align: left;
}

div#newsSubpage .news {
	border: 1px solid #e0e0e0;
	padding: 12px 10px;
	width: 660px;
	margin: 5px 0;
}

div.news .btn{
	float: right;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}

div.news .btn:hover{
	color: #fff !important;
	text-decoration: none;
}

/* gallery */

ul.gallery {
	float: left;
	width: 100%;
	padding: 10px 0 20px 0;
}

ul.gallery li{
	float: left;
	width: 208px;
	height: 188px;
	background: #fff;
	border: 1px solid #ddd;
	padding-top: 3px;
	line-height: 14px;
	overflow: hidden;
	margin: 10px 5px;
}

ul.gallery li img{
	width: 202px;
}

ul.gallery li a{
	text-decoration: none;
}

ul.gallery li a p{
	float: left;
	width: 202px;
	height: 149px;
	overflow: hidden;
	margin-bottom: 5px;
}

/* download */

div.download {
	float: left;
	width: 97%;
	border: 1px solid #dedede;
	padding: 5px 10px;
	background: #fff;
	margin: 5px 0;

	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	box-shadow: 0 0 8px #ebebeb;
	-o-box-shadow: 0 0 8px #ebebeb;
	-moz-box-shadow: 0 0 8px #ebebeb;
	-webkit-box-shadow: 0 0 8px #ebebeb;

}

div.download table{
	width: 100%;
}

div.download table td{
	vertical-align: middle;
	text-align: left;
}

div.download table td img{
	width: 47px;
	height: 43px;
}

div.download table td a{
	text-decoration: none;
}


/* CONTACT */

div#mainContact {
	float: left;
	width: 100%;
	min-height: 250px;
	padding-bottom: 20px;
	background: url(images/map.jpg) 200px 0 no-repeat;
}

/* TEXT FORMAT */

div.text {
	float: left;
	width: 100%;
	line-height: 18px;
	text-align: center;
	padding-bottom: 10px;
}

div.text h1{
	margin: 10px 0;
}

div.text h2{
	margin: 10px 0;
}

div.text h3{
	margin: 10px 0;
}

div.text h4{
	margin: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

div.text h5{
	margin: 10px 0;
	font-size: 12px;
	font-weight: normal;
}

div.text a{
	text-align: left;
}

div.text p{
	text-align: left;
	line-height: 18px;
	padding: 5px 0;
}

div.text ul{
	padding: 10px;
	text-align: left;
}

div.text ul li{
	padding: 3px 20px;
	line-height: 16px;
	background: url(images/bullet3.gif) 4px 7px no-repeat;
}

div.text ol{
	padding: 10px;
	text-align: left;
}

div.text ol li{
	list-style: decimal inside;
	padding: 3px 3px;
	line-height: 16px;
}

div.text table{
	width: 100%;
	margin: 10px 0;
}

div.text table th{
	vertical-align: middle;
	height: 20px;
	text-align: center;
	border: 1px solid #d70018;
	background: #d70018;
	color: #fff;
	padding: 0 5px;
}

div.text table td{
	vertical-align: middle;
	height: 20px;
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 10px;
}

div.text table td a{
	color: #0091c0;
	text-decoration: none;
}


/* FOOTER */

iframe#footer {
	float: left;
	width: 964px;
	padding: 15px 0;
}

ul.menuFoot {
	float: left;
	text-align: left;
	padding: 5px 50px 5px 20px;
	border-left: 1px solid #cfeaf3;
	margin: 10px 0;
}

ul.menuFoot li{
	padding: 4px 12px;
	background: url(images/bullet2t.jpg) 0 8px no-repeat;
}

ul.menuFoot li a{
	text-decoration: none;
}

ul.menuFoot li a:hover{
	text-decoration: underline;
}

ul#menuFootFirst {
	border-left: 0px;
	margin-left: -10px;
}

div#mapFoot {
	float: right;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
}

div#foot {
	float: right;
	width: 964px;
	border-top: 1px dotted #a9a9a9;
	padding: 10px 0;
	text-align: right;
	line-height: 20px;
	font-size: 11px;
}

div#foot img{
	float: right;
	margin-left: 3px;
}

div#foot p strong{
	color: #1ea5d4;
}

div#socialMedia {
	float: left;
	margin: 0px 15px 0 0;
}