

/* struktura */
* {
	margin: 0;
	padding: 0;
}

/* body */
body {
	background: url(img/bg.jpg) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

a {
	color: #F70;
}
a:hover {
	color: #000;
}

/* container */
.container {
	background: url(img/topleft.jpg) no-repeat;
	vertical-align: middle;
	height: auto;
}

/* header */
.header {
	height: 135px;
}

/* content */
.content {
	float: left;
	margin-right: 2%;
	width: 95%;
	height: auto;
}
.content .podpis {
	color: #C60;
	margin-bottom: 6px;
	text-align: right;
}


/* main */
.main {
	background: #FFF url(img/bgmain.jpg) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;

}

/* footer */
.footer {
	background: url(img/bgfooter.jpg) repeat-x;
	color: #ddd;
	width: 100%;
	font-size: 1.1em;
	line-height: 35px;
	text-align: center;
	position: fixed; bottom: 0px;
	clear: both;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* menu */
.h4 {
	float: left;
	height: 90px;
	margin-top: 40px;
	margin-left: 5px;
	padding: 0 0px;
}
.h4 a {
	color: #FFF;
	float: left;
	font: bold 14px "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 16px;
	text-align: left;
	text-decoration: none;
}
.h4 a:hover {
	background-color: #000;
	color: #FFF;
}

/* title */
.title {
  background: url(img/logo.jpg) no-repeat;
	float: left;
  margin-left: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
  height: 135px;
  width: 283px;
}
.title h1 {
	color: #FFF;
	font: bold 34px Garamond,sans-serif;
	text-decoration: italic;
	font-weight: bold;
	color: #000;
}

/* znaczniki h */
h1 {
	font-size: 20px;
	text-align: right;
	margin-bottom: 4px;
	color: #009900;
}

h2 {
    height: auto;
	color: #000;
	margin-left: 20px;
	margin-bottom: 10px;
	font: normal 14px "Lucida Sans Unicode",serif;
	padding: 0px 0px;
	text-align: justify;
	text-indent: 40px;
}
h6 {
	color: #000;
	margin-left: 20px;
	margin-bottom: 10px;
	font: normal 14px "Lucida Sans Unicode",serif;
	padding: 0px 0px;
	text-align: left;

}
h3 {
	color: #000;
	font-weight: bold;
	font: 14px "Lucida Sans Unicode",serif;
	padding: 0px 0px;
}


/* clearer */
.clearer {
	clear: both;
}


/* main left */
.left {
	float: left;
	width: 25%;
	margin-left: 25px;
	font-size: 11px;
	height: auto;
}
.left h1 {

	color: #E73;
	font-size: 1.2em;
	text-align: left;
	height: 40px;
	margin-top: 1.2em;
}
.left li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.left a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

hr {
  text-align: right;
  width: 500px;
}

/* table */

.left_table {
	width: 200px;
	margin-left: 25px;
	font-size: 11px;
}
.tekst_table {
	width: 200px;

	font-size: 11px;
}
