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; }
a { text-decoration: none; }
blockquote, q { quotes: none;}
ul li { list-style: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* =Globals
   ----------------------------------------------------*/

body {
	padding: 0 0 20px;
	font: medium/17px Verdana, Tahoma, sans-serif;
	color: #fff;
	background: #0B1C4A url(../i/body-grad.jpg) 0 0 repeat-x;
}

b, strong { font-weight: bold; }

h1 { text-indent: -1000em; }
a, a:link { color: #fff; outline: none; text-decoration: underline; }
a:visited { color: #E0E0E0; }
a:hover, a:active {
	text-decoration: none;
}

#content ul, #content ol { margin-left: 15px; }
#content ul li { list-style: url(../i/bullet1.gif); }
#content li { margin-bottom: 2px; }

input, textarea {
    padding: 2px 4px;
	background-color: #B7D6E8;
    font: 1em/17px Verdana, Tahoma, sans-serif;
    border: 1px solid #B9B9B9;
}

input:focus, textarea:focus { background-color: #DBE5EA; }
legend { display: none; }

/* =Layout
   ----------------------------------------------------*/

#content,
#footer-nav {
	width: 766px;
    margin: 0 auto;
}

#top { position: relative;
    width: 766px;
	height: 450px;
    margin: 0 auto 5px;
    padding-left: 7px;
    background: transparent url(../i/temp-top.jpg) 0 0 no-repeat;
}

h1 {
    width: 273px;
    height: 72px;
    padding-top: 14px;
    padding-left: 27px;
}

h1 a {
    display: block; 
    width: 273px;
    height: 72px;
}

#headerflash {
    position: absolute;
    top: 0;
    left: 5px;
	width: 766px;
    height: 450px;
}

/* =Navigation
   ----------------------------------------------------*/

#nav,
#footer-nav {
	overflow: hidden; 
    text-align: center;
}

#footer-nav {
	width: 23em;
    margin-top: 2em;
}

#nav li,
#footer-nav li {
	float: left;
    display: inline;
}

#footer-nav li a {
    margin-left: 10px;
	font-size: .7em;
    color: #82B1CF;
    text-decoration: underline;
}

#footer-nav li a:hover { text-decoration: none; }

#nav {
	height: 85px;
    margin-top: 35px;
    padding: 0 0 0 30px;
}

#nav li {
	width: 119px;
    height: 48px;
    line-height: 46px;
    background: transparent url(../i/nav-button.jpg) 0 0 no-repeat;
}

#nav #nav-first { background-image: url(../i/nav-button1.jpg); }
#nav #nav-last { background-image: url(../i/nav-button2.jpg); }

#nav a {
    display: block;
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
}

/* =Content
   ----------------------------------------------------*/

#content {
	overflow: hidden;
    font-size: .9em;
    margin-top: 24px;
}

.wide #content {
    width: 766px;
    min-height: 150px;
    padding: 0 0 20px;
    color: #222;
    background: #fff url(../i/lt.gif) 0 0 no-repeat;
    text-align: center;
}

.wide #content h2, .wide #content h3,
.wide #content h4, .wide #content h5,
.wide #content p, .wide #content img,
.wide #content ul, .wide #content ol {
    margin: 0 auto 1em;
}

.wide #content p,
.wide #content ul,
.wide #content ol,
#finanse #content h3,
#finanse #content h4 {
	width: 706px;
    text-align: left;
}
   
.wide #content ul,
.wide #content ol {
	padding-left: 23px;
}

.wide #content em { font-style: normal; }

.box {
    float: left;
	width: 238px;
    margin: 0 0 0 26px;
    padding-bottom: 10px;
    color: #222;
    text-align: center;
    background: #fff url(../i/lt.gif) 0 0 no-repeat;
}

#home .box { min-height: 360px; }
#galeria .box { min-height: 300px; }
.box:first-child { margin-left: 0; }

.box h3,
.wide #content h2  {
    height: 48px;
    margin: 0 0 10px 14px;
	line-height: 42px;
    color: #fff;
    font-size: 105%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    background: transparent url(../i/top.gif) 0 0 repeat-x;
}

.box h3 span,
.wide #content h2 span {
    display: block;
    height: 45px;
	background: transparent url(../i/rt.gif) right top no-repeat;
}

.box h3 span { padding-right: 10px; }

.box a,
.box strong {
	display: block;
    margin: 10px 0;
}

.box strong { margin: 25px 0; }

.box a {
    font-weight: bold;
    font-size: .8em;
}

.box a.button-more {
    width: 52px;
    height: 20px;
    margin-left: 28px;
	text-indent: -1000em;
    background: transparent url(../i/more.gif) 0 0 no-repeat;
}

.box h4 {
    width: 182px;
	height: 70px;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    color: #222;
}

.box strong { font-size: 110%; }
.box.oddbox { background-image: url(../i/lt1.gif); }

.box.oddbox h3 {
	background-image: url(../i/top1.gif);
    font-size: .8em;
}

.box.oddbox h3 span { background-image: url(../i/rt1.gif); }

h3#konwaliowaH3 {
	position: relative;
    text-align: center;
    height: 24px;
}

h3#konwaliowaH3 span {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 350px;
    height: 24px;
    margin-left: -175px;
	background: transparent url(../i/napiss.jpg) center top no-repeat;
}

.wide #content p.strongp  {
	width: 65%;
    text-align: center;
}

.wide #content em,
.wide p.strongp,
.box a:link, .box a:visited,
.box a:hover, .box a:active,
.box strong,
#contact dd,
#contact label,
#onas #content a,
a#oak,
h4,
body.contact2#contact .oddbox h4 {
	color: #E50A0A;
}

#content #sec-nav {
    overflow: hidden;
    width: 80%;
    margin: 0 auto 1.4em;
    text-align: center;
}

#sec-nav a {
    padding-right: 3px;
	color: #444;
    font-weight: bold;
}

a.download {
    float: left;
    display: block;
	width: 39px;
    height: 11px;
    margin-left: 22px;
}

#contact .box p,
#contact .box dl,
#contact .box form { 
    margin: 0 0 1em 20px;
    text-align: left; 
}

#contact .box.oddbox { width: 499px; }
#contact .box.oddbox h3 { font-size: 105%; }

body.contact2#contact .box,
body.contact2#contact .oddbox {
	height: 260px;
}

body.contact2#contact .oddbox h4 {
	height: 2em;
    text-align: left;
}

#contact dt {
	float: left;
    width: 55px;
}

#contact dd {
	float: right;
    width: 162px;
}#contact dd a{margin:0;padding:0;font-weight:normal}

#contact fieldset {
	float: left;
    width: 60%;
}

#contact fieldset#data { width: 40%; }

#contact label {
	display: block;
    margin-top: 5px;
}

#contact input { width: 175px; }

#contact textarea { 
    float: right; 
    width: 255px; 
    margin-right: 20px;
}

#contact #submit {
    float: right;
	width: 70px;
    height: 20px;
    margin: 5px 20px 0 0;
    background: transparent url(../i/send2.jpg) 0 0 no-repeat;
    text-indent: -1000em;
    border: none;
    cursor: pointer;
}

#contact .oddbox p,
body.contact2#contact .oddbox h4 {
	width: 450px;
}

#onas #content dl {
    clear: both;
    width: 706px;
    margin: 0 auto 1em;
    text-align: left;
}

#onas #content dl dt { display: none; }

#onas dd {
	float: right;
    width: 458px;
}

#onas dd.dtimg {
	float: left;
    width: 233px;
    margin-right: 15px;
}

#onas a {
	clear: both;
    display: block;
}

body#gallery #content {
	width: 826px;
    margin: 22px auto 0;
    padding-bottom: 5px;
}

body#finanse #content h3 {
    margin-bottom: .7em;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #333;
}

body#finanse #content h4 { margin-bottom: .5em; }

#konwaliowaMap {
    width: 698px;
    height: 380px;
	margin: 0 auto 1em;
}

#contactMap {
	width: 425px;
    height: 350px;
	margin: 1.5em auto 1em;
}

#contactMap a {
	font-weight: normal;
    color: #4FAAC6;
}

#contact div.box { height: 700px; }
#contact iframe { margin-top: 1.5em; }
