body {
    margin              : 0px;
    border              : 0px solid black;
    padding             : 0px;
    text-align          : center;
    }



A:link img {  border: 0px ; margin:: 0px ; }
A:visited img { border: 0px ; margin:: 0px ;  }
A:active img { border: 0px ; margin:: 0px ;  }
A:hover img { border: 0px ; margin:: 0px ;  }


A {
	color             : #5dd38c;
	text-decoration   : none;
}

A:link {
	color             : #5dd38c;
	text-decoration   : none;
}

A:visited {
	color             : #5dd38c;
	text-decoration   : none;
}

A:hover {
	color             : #5dd38c;
	text-decoration   : underline;
}

A:active {
	color             : #5dd38c;
	text-decoration   : none;
}

 
/******* LAYOUT  STANDARDOWY Z PROMOCJAMI *********/



/******* index.php *********/


#background
{
    margin-left         : auto; 
    margin-right        : auto;
    margin-top          : 0px ;
    margin-bottom       : 0px ;
    overflow            : auto ;
    width               : 1255px;
    
}

.bg_01
{
    background-image    : url('tlo02.jpg');
    background-repeat   : no-repeat ;
}


#menu
{

    width               : 1100px;
    height              : 100px;
    float               : left;
    color               : #ffffff;
    text-align          : left;
    margin-top          : 10px;
    font-family         : Verdana, Helvetica, sans-serif;
	  font-size           : 11px;

}


#content
{

	  font-family            : Verdana, Helvetica, sans-serif;
	  font-size              : 11px;
	  font-style             : normal;
	  text-align             : left;
	  color                  : #ffffff;
	  text-decoration        : none;
	  line-height            : 18px;
    margin-left            : 350px; 
    margin-right           : 0px; 
    margin-bottom          : 0px ;
    margin-top             : 0px;
    width                  : 590px;
    float                  : left;
    min-height             : 900px;
    height                 : auto !important;
    height                 : 900px;
    display                : inline;

    
    

    
}

#bottom
{
    margin-left         : auto; 
    margin-right        : auto;
    width               : 1255px;
    min-height          : 600px;
    height              : auto !important;
    height              : 600px;
    float               : left;
}


A.link-stopka:link {
	color             : #ffffff;
	text-decoration   : none;
	margin-right      : 5px;
}

A.link-stopka:visited {
	color             : #ffffff;
	margin-right      : 5px;
	text-decoration   : none;
}

A.link-stopka:active {
	color             : #ffffff;
	margin-right      : 5px;
	text-decoration   : none;
}

A.link-stopka:hover {
	color             : #ddffff;
	margin-right      : 5px;
	text-decoration   : none;
}








