body {
    font        : 11px Arial, Helvetica, sans-serif;
    background  : #000000;
    margin      : 0px;           /* wycentrowanie calej strony */
    text-align  : center;
}

#TRESC{
    margin      : auto;
    width       : 1065px;	
	padding		: 20px 20px 20px 20px; 
	font-family : Arial, sans-serif, Lucida, Helvetica;
	font-size	: 14px;
	text-align  : justify;
    overflow	: auto;		/* SUWAKI */
	color		: #000000;			/* kolor czcionki */
	background  : #ffffff;
}

#GRAFIKA_GALERIA{
    width       : 1065px;
    margin      : auto;
	padding		: 20px 0px 30px 20px; 
	background  : #ffffff;
}


#TRESC_PLUS_BELKA{
    margin      : auto;
    width       : 1050px;	
	padding		: 20px 20px 20px 20px; 
	font-family : Arial, sans-serif, Lucida, Helvetica;
	font-size	: 14px;
	text-align  : justify;
    overflow	: auto;		/* SUWAKI */
	color		: #000000;			/* kolor czcionki */
	background  : #B8DC7C;
}

#GRAFIKA{
    margin      : auto;
    width       : 1065px;	
	padding		: 0px; 
	font-family : Arial, sans-serif, Lucida, Helvetica;
	font-size	: 14px;
	text-align  : justify;
    overflow	: auto;		/* SUWAKI */
	color		: #000000;			/* kolor czcionki */
	background  : #ffffff;

}


p{
    text-indent: 0px;
    margin     : 0px;
    line-height: 15px;
    font-family : Arial, sans-serif, Lucida, Helvetica;
	font-size	: 14px;
	text-align  : justify; 
}
#GORA{
    margin      : auto;
    width       : 1090px;       /* szerokość */
    height      : 30px;
    padding     : 0px 18px 0px 0px;
    margin-top  : 40px;
    background  : #000000;

}
#LOGO{
    float       : left;
    width       : 138px;       /* szerokość */
    height      : 30px;
    background  : url(images/logo3.png);
    
}
#MENU{
    float       : left;
    left        : 200px;
    width       : 952px;       /* szerokość */
    height      : 30px;
    padding-left: 0px;
}



.menu {
    position    : relative;
    height      : 6px;
    width       : 918px;
    background-color: #000000;
    padding     : 10px;
    
    overflow    : hidden;
    border-top  : 2px solid #CDD2CC;
    border-bottom: 2px solid #CDD2CC;
    border-right: 2px solid #CDD2CC;
}
.menu li {
    float       : left;
    list-style  : none;
}
.menu li.back {
    background-color: #ffffff;
    width       : 9px;
    height      : 30px;
    top         : -4px;
    z-index     : 8;
    position    : absolute;
}
.menu li a {
    font        : bold 14px arial;
    text-decoration: none;
    color       : #7DA82C;
    outline     : none;
    text-align  : center;
    top         : -4px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index     : 10;
    display     : block;
    float       : left;
    height      : 30px;
    position    : relative;
    overflow    : hidden;
    margin      : auto 10px;
}
                     
                     





/* FORMULARZ */
#TABELA{
    margin          : auto;

}
input 			/* pola do wpisania */
{
	margin          : auto;
    color			: #AAB9AA;
	width			: 300px;
	font-family 	: Arial, sans-serif, Lucida, Helvetica;
	font-size		: 14px;
	background		: #191919;
	border			: 0px;
}

textarea#styled {
    margin          : auto;
    width			: 300px;
	height			: 60px;
	color			: #AAB9AA;
	font-family 	: Arial, sans-serif, Lucida, Helvetica;
	font-size		: 14px;
	background		: #191919;
	border			: 0px;
	margin-top  	: 0px;  
}
select#styled {
	color: #AAB9AA;
	width: 300px;
	background: #191919;
	font-family 	: Arial, sans-serif, Lucida, Helvetica;
	font-size		: 14px;
	border: 2px outset #d7b9c9;
}
.submit input 			/* przycisk */
{
	color			: #AAB9AA;
	width			: 150px;
	background		: #191919;
	border			: 2px outset #d7b9c9;
	margin          : auto;
}
fieldset 			/* legenda ramka */
{
	border			: 2px solid #1A2024;
	width			: 100%;
}
legend  			/* legenda */
{
	color			: #AAB9AA;
	background		: #191919;
	border			: 1px solid #1A2024;
	padding			: 2px 6px
}

td.scroll {
    width: 500px;
    height: 320px;
}  
 
