@font-face {
    font-family: 'HermesPLThin';
    src: url('../fonts/hermes-t_pl-webfont.eot');
    src: url('../fonts/hermes-t_pl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hermes-t_pl-webfont.woff') format('woff'),
         url('../fonts/hermes-t_pl-webfont.ttf') format('truetype'),
         url('../fonts/hermes-t_pl-webfont.svg#HermesPLThin') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fonts/pt_sans-narrow-web-regular-webfont.eot?') format('eot'),
         url('../fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff'),
         url('../fonts/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'),
         url('../fonts/pt_sans-narrow-web-regular-webfont.svg#webfont1fTnOfpI') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: Arial;
	margin: 0;
	color: #0e3849;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}

#page {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#header {
	height: 120px;
	background-image: url(../images/logo-zarejestruj.png);
	background-position: 15px 35px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#header a#logo {
	display: block; 
	float: left;
	width: 370px;
	height: 115px;
	margin:0 0 0 10px;
	text-indent: -9999px;
}

#lang {
	float: right; 
	font-size: 11px; 
	margin: 12px 120px 0;
}

/* Menu */

#menu {
	text-align: left;
	overflow: hidden;
	margin: 0 0 0 120px;
	padding: 0;
}
 
ul#menu li {
	float: left;
	margin: 0 0 0 11px;
	padding: 0;
	list-style-type: none;
}

ul#menu li.first {
	margin: 0;
}
 
ul#menu li a {
	display: block;
	text-indent: -9999px;
	height: 50px;
}

#strona-glowna {
	width: 103px;
	background-image: url(../images/menu_bg.png);
}
#strona-glowna:hover { background-position: 0 -50px; }
.actual #strona-glowna { background-position: 0 -100px; }

#o-mnie {
	width: 42px;
	background-image: url(../images/menu_bg.png);
	background-position: -113px 0;
}
#o-mnie:hover { background-position: -113px -50px; }
.actual #o-mnie { background-position: -113px -100px; }

#zakres-dzialalnosci {
	width: 89px;
	background-image: url(../images/menu_bg.png);
	background-position: -165px 0;
}

#zakres-dzialalnosci:hover { background-position: -165px -50px; }
.actual #zakres-dzialalnosci { background-position: -165px -100px; }

#baza-wiedzy {
	width: 79px;
	background-image: url(../images/menu_bg.png);
	background-position: -265px 0;
	text-indent: -9999px;
	height: 50px;
}
#baza-wiedzy:hover { background-position: -265px -50px; }
#baza-wiedzy.actual { background-position: -265px -100px; }

#galeria {
	width: 49px;
	background-image: url(../images/menu_bg.png);
	background-position: -355px 0;
}
#galeria:hover { background-position: -355px -50px; }
.actual #galeria { background-position: -355px -100px; }

#opinie {
	width: 39px;
	background-image: url(../images/menu_bg.png);
	background-position: -416px 0;
}
#opinie:hover{ background-position: -416px -50px; }
.actual #opinie { background-position: -416px -100px; }


#kontakt {
	width: 54px;
	background-image: url(../images/menu_bg.png);
	background-position: -466px 0;
}

#kontakt:hover { background-position: -466px -50px; }
.actual #kontakt { background-position: -466px -100px; }
 
ul#menu li li  {
	margin: 0;
}
 
ul#menu li li a {
	font-family: Arial;
	font-size: 12px;
	width: 200px;
	padding: 7px 13px;
	border-bottom: 1px solid #dff2fa;
	text-indent: 0;
	height: 20px;
	text-decoration: none;
}
 
ul#menu li ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
}
 
ul#menu li ul {
	position: absolute;
	background: white;
	padding: 0;
	margin: 0;
	display: block;
	width: 200px;
	border-left: 1px solid #dff2fa;
	border-right: 1px solid #dff2fa;
}

/* / Menu */

#content {
	padding: 15px 120px 25px;
}

h1, h2, h3, h3{
	font-weight: normal;
	color: black;
}

h1 {
	font-size: 32px;
	font-family: 'HermesPLThin', Arial, sans-serif;
	font-weight: normal;
	color: #7fc241;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	color: #7fc241;
	margin: 25px 0 15px 0;
}

h3 {
	font-size: 15px;
}

p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin: 20px 0;
}

div#slogan {
	margin-left: -20px;
	width: 390px;
	height: 70px;
	padding: 20px 160px 20px 20px;
	color: white;
	background: url(../images/slogan.jpg) no-repeat;
	font-size: 17px;
	line-height: 23px;
	font-family: 'PTSansNarrowRegular', arial, serif;
}

div.opinion {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin: 20px 0;
	background: url(../images/opinion.png) no-repeat;
	padding: 0 0 0 60px;
}

p.date {
	font-size: 11px;
	color: #7fc241;
}

p.name {
	font-size: 16px;
	color: #00a3e4;
}

div.highlight {
	background: #28a9e0;
	padding: 5px 20px;
	color: white;
	margin: 0;
}

ul.newses {
	list-style-type: none;
	padding: 0;
}

ul.newses li {
	background-image: url(../images/list_style.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 14px;
}

ul li {
	font-size: 12px;
	margin: 5px auto;
	line-height: 20px;
	text-align: justify;
}

ol li {
	font-size: 12px;
	margin: 5px auto;
	line-height: 20px;
	text-align: justify;
}


table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #dff2fa;
	margin-bottom: 20px;
}

th {
	font-size: 12px;
	width: 70px;
	padding: 10px 10px 10px 10px;
	background: #f6fbfe;
	border-top: 1px solid #dff2fa;
	font-weight: normal;
	color: #28a9e0;
	vertical-align: top;
}

td {
	text-align: justify;
	padding: 10px 10px ;
	border-top: 1px solid #dff2fa;
	font-size: 12px;
	line-height: 20px;
}

div.image {
	border: 1px solid #e1e1e1;
	background-color: #f3f3f3;
	padding: 19px 19px 5px 19px;
	margin: 20px 0;
}

ul.index {
	background: blue;
	text-align: center;
	background: #f6fbfe;
	border: 1px solid #dff2fa;
	display: block;
	height: 30px;
	list-style: none;
}

ul.index li {
	display: block;
	float: left;
	list-style: none;
}

ul.index li a  {
	display: block;
	width: 23px;
	height: 20px;
	float: left;
	text-align: center;
}

dl {
	clear: both;
}

dt {
	margin-top: 20px;
}

dd {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

div.image p {
	text-align: center;
	font-size: 11px;
}

div.column-left {
	float: left;
	width: 50%;
	margin: -10px 0 0px;
}

div.column-right {
	float: right;
	width: 50%;
	margin: -10px 0 0px;
}

blockquote {
	margin: 20px 0;
	padding: 20px;
	background: url(../images/blockquote_bg.gif) no-repeat;
	background-color: #f3f3f3;
	font-style: italic;
	clear: both;
}

dt {
	color: #28a9e0;
}

a {
	color: #28a9e0;
}

a:hover {
	color: #0e3849;
}

a img {
	border: 0;
}

hr {
	background-color: #dff2fa;
	height: 1px;
	border: 0;
}

#opinion-form {
	background: #f6fbfe;
	border: 5px solid #dff2fa;
	padding: 10px 20px;
	margin: 20px 0;
}

#opinion-form  label {
	display: block;
	margin: 10px 0;
}

#opinion-form input, #opinion-form textarea {
	font-family: Arial, sans-serif;
	font-size: 16px;
	border: 1px solid #dff2f9;
	padding: 10px;
}

#opinion-form textarea {
	width: 450px;
	height: 80px;
}

input#submit {
	color: white;
	font-size: 16px;
	background: #00a3e4;
	margin: 15px 0;
	padding: 10px 25px;
}

#footer {
	height: 120px;
	font-size: 15px;
	font-family: 'PTSansNarrowRegular', arial, serif;
	background: url(../images/footer_bg.png) no-repeat;
	color: white;
	clear: both;
	
}

#footer #name{
	float: left;
	text-align: left;
	padding: 43px 0 0 120px;
}

#footer #adress{
	float: right;
	text-align: right;
	padding: 34px 40px 0 0;
}

#footer a {
	color: white;
	text-decoration: none;
}

#signature {
	text-align: right; 
	margin: 10px 40px 20px; 
	color: #969fa3;
}

#signature a {
	text-decoration: none;
	color: #192831;
}

#signature .design {
	color: #b60912;
}

#signature a:hover{
	text-decoration: underline;
}

/* przneikanie w kontakcie */
