@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}

div#container {
	position: relative;
	min-height: 730px;
	width: 1200px;
	background-color: #999999;
	margin-top: 70px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	height: 730px;
} 

div.okno-top {
	background-image: url(img-sztuka/okno-top.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 735px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

div.okno-srodek {
	background-image: url(img-sztuka/okno-srodek.jpg);
	background-repeat: repeat-y;
	width: 705px;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 30px;
	min-height: 400px;
} 

div.okno-bottom {
	background-image: url(img-sztuka/okno-bottom.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 735px;
} 

div#dzial {
	background-image: url(img/tlo.jpg);
	background-repeat: repeat-y;
	padding-left: 50px;
	margin: 0px;
	height: 25px;
	font-size: 18px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #000000;
}

a.menu {
	letter-spacing: 3px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
a.menu:hover {
	color: #000000;
}

a.main {
	letter-spacing: 2px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

a.main:hover {
	color: #000000;
}

div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

div#mainContent {
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 452px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 100%;
	min-height: 530px;
} 

div#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	margin: 0px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

div#container-sub {
	position: relative;
	min-height: 730px;
	width: 95%;
	background-color: #999999;
	margin-top: 70px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	min-width: 800px;
	height: 730px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

div.opcje
{
	background-image: url(img-sztuka/white.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.opcje
{
	background-color: #999999;
	line-height: 100%;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
}

ul#links li
{
	display:inline;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
}

ul#links li a {
	text-decoration: none;
	color: #999999;
}

ul#links  li  a:hover {
	color: #FFFFFF;
}

div#footer a:hover {
	color: #999999;
}

marquee p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
