/* CSS Document */
* {margin: 0; }
html {height: 100%;}
body {
	background-color: #550E12;
	background-image: url(images/tlo_red.jpg);
	background-repeat:repeat-x;
	margin:0px;
	width: 100%; height:100%; margin: 0; 
	font-family: Verdana, Arial, Helvetica;	font-size: 12px; color: #000;
}

ul, li {
list-style:circle;
margin-left: 8px;
}
.container {
width:950px;


     height: 700px;
     margin: 0 auto -50px;
     background-image:url(images/tlo_grey.jpg);
 background-repeat:repeat-x;


 }
 
 .container2 {
width:971px;
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -50px;
     background-image:url(images/tlo_grey.jpg);
 background-repeat:repeat-x;

 }

#lewa {
 background-repeat:repeat-x;
 float:left;
 width: 209px;
 }
 
 #lewa2 {
 background-repeat:repeat-x;
 float:left;
 width: 230px;
 }
#gora {
width: 740px !important;
width: 737px; /* ie 3px bug */
float:left;
}

#menu {
width: 740px;
float:left;
}

#content {
padding-top:10px; 
padding-right:60px; 
width:657px;
min-height:540px;
float:left;
}
.czerwony {color: #AC232B}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #AB2428;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #AB2627;
	font-family: Georgia, Times New Roman, Times, serif;
}
h2 {
	font-size: 12px;
	color: #AB2627;
	font-weight:bold;
}

ul.tekst, li {
list-style:disc;

}






