
/* Elements */

body {
	background: url('img/tlo.jpg');
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Napis górny*/
#napisgora {
font-family: "Georgia", Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #0c93ba;
margin: 10px auto;
position: absolute; top: 5px
}

/* Header */

#header {
	width: 720px;
	height: 177px;
	margin: 0px auto;
	background: url('img/logo.jpg');
}

/* Menu */

#menu {
	width: 760px;
	height: 15px;
	position: relative; left: 5px; top: 174px;
    center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    
}

#menu li {
	display: inline;
}

#menu a {
    display: block;
	float: left;
	width: 150 px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	color: #10405F;
}

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


/* Content */

#content {
	background: #FFFFFF;
	width: 720px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	background: white url('img/kol500-g.gif') repeat-y;
	float: left;
	width: 440px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px
}

#data {
	text-align: left;
	text-decoration: none;
	font-size: 8pt;
	position: relative; left:0px;
    top: -10px;
}

#colTwo {
	background: white url('img/kol220-g.gif') repeat-y;
	float: right;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px
}



#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}

#dashedhr {
border-bottom: 1px dashed;
}


/* Footer */

#footer {
	width: 714px;
	margin: 0px auto;
	height: 60px;
	background: white url('img/footer.gif') no-repeat;; padding-left:0px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

#footer p {
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #BAD5DE;
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
