html, body  
	{background-color:black; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	 font-size:16;
	 color : white;
	 text-align:center;
	 margin : 0px;
	}
	
h1 
  {
	margin : 30px;
	margin-top : 0px;
	font-size :24;
	text-transform : capitalize;
	text-align : center;
	}

h1:first-letter
  {
   color : red;
   font-size: 200%;
  }
	
h3
  {
   display : inline;
	}

#banner
  {
	width : 900px;
	min-width : 900px;
	height : 150px;
	border-color : white;
	/*background-color:transparent;*/
	background-image : url("gwiazdka.gif");
	text-align : left;
	padding : 0px;
	overflow : hidden;
	margin : auto;
	}
#logo
  {
	width : 200px;
	height : 150px;
	overflow : hidden;
	float : left;
	/*background-color : #ff8040/*black*/;
	}
#banner_image
  {
	width : 700px;
	height : 150px;
	float : right;
	border : none;
	background : url("banner.gif") no-repeat center;
	}
	
#container 
  {	
	width : 900px;	
	min-width : 900px; 
	text-align : left; 
	padding : 0px;
	background-color : /*#408080/*black*/;
	margin : auto;
	/*background-image : url("tlo-main.jpg");	
	/*background-position : right top;
	background-repeat : repeat-y;*/
	}

#menu-lewe 
  {
	width : 200px; 
  float : left;	
	min-height : 500px;
	background-image : url("gwiazdka-lewa.gif");	
	background-repeat : repeat-y;
	background-color : /*#008040/*black*/;
	text-align : left;
	padding : 0px;
	}

#content
  {	
	width : 700px; 
	float : right;	
	text-align :justify;
	background-color : /*#0000a0/*black*/;
	background : url("tlo-main.jpg") fixed no-repeat center 150px;
	min-height : 500px;
	}

#text-menu
  {
	font-size : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : left;
	font-family : serif;
	margin-left : 50px;
	color : white;
	}
	
a:visited{text-decoration:none; color:green;}
a:link{text-decoration:none; color:green;}
a:active{text-decoration:none; color:red/*#004000*/;}
a:hover{text-decoration:none; color:red/*#004000*/;}
	
#text-menu-nieaktywne
  {
	font-size : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : left;
	font-family : serif;
	margin-left : 50px;
	text-decoration : line-through;;
	color : green
	}

#tekst
  {
	margin : 30px;
	margin-top : 0px;
	}
#centruj
  {
	text-align : center;
	/*background-color : yellow;*/
	}
#podpis
  {
	text-align : center;
	margin : 0px;
	margin-bottom : 50px;
	}

#no-border
  {
	border : none;
	}
	
img 
  {
	border-style : solid;
	border-width: 5px;
	border-color : #004000;
	}

	img:hover
	{
	border-color : red;
	}
	
hr 
 {
 background-image : url('linia.gif');
 height : 20px;
 border-width : 0px;
 border : 0;
 border-style : none;
 border-color : black;
 text-align : center;
 margin : auto;
 margin-top : 40px;
 width : 202px;
 margin-bottom : 40px;
 }
 
td.galeria
  {
	text-align : center;
	width : 33%;
	}
td
  {
	text-align : left;
	}
	
.duzy {width:100%;margin:0 auto 50px;}
/*.duzy:hover{background-color:#111111;}*/
.maly {width:25%;text-align:center; float:left; vertical-align: text-bottom; margin:10px auto;}
.clear{clear:both;
